Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 1 | # The HIOMAP protocol is used to access PNOR |
| 2 | unset SFC_IS_AST2500 |
| 3 | unset SFC_IS_AST2400 |
| 4 | set PNORDD_IS_IPMI |
| 5 | unset PNORDD_IS_SFC |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 6 | unset ALLOW_MICRON_PNOR |
| 7 | unset ALLOW_MACRONIX_PNOR |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 8 | |
| 9 | # VPD options - Enable EECACHE |
| 10 | set MVPD_READ_FROM_HW |
| 11 | set MVPD_WRITE_TO_HW |
| 12 | unset MVPD_READ_FROM_PNOR |
| 13 | unset MVPD_WRITE_TO_PNOR |
| 14 | |
| 15 | set DJVPD_READ_FROM_HW |
| 16 | set DJVPD_WRITE_TO_HW |
| 17 | unset DJVPD_READ_FROM_PNOR |
| 18 | unset DJVPD_WRITE_TO_PNOR |
| 19 | |
| 20 | set MEMVPD_READ_FROM_HW |
| 21 | set MEMVPD_WRITE_TO_HW |
| 22 | unset MEMVPD_READ_FROM_PNOR |
| 23 | unset MEMVPD_WRITE_TO_PNOR |
| 24 | |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 25 | # PLDM will be read via PLDM which is not supported yet |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 26 | #set PVPD_READ_FROM_HW |
| 27 | #set PVPD_WRITE_TO_HW |
| 28 | #unset PVPD_READ_FROM_PNOR |
| 29 | #unset PVPD_WRITE_TO_PNOR |
| 30 | |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 31 | # gpio config |
| 32 | set GPIODD |
| 33 | unset PALMETTO_VDDR |
| 34 | |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 35 | # Disable SBE updates until it is supported |
| 36 | # TODO: Re-enable SBE Updates when supported |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 37 | unset SBE_UPDATE_CONSECUTIVE |
| 38 | unset SBE_UPDATE_INDEPENDENT |
| 39 | unset SBE_UPDATE_SEQUENTIAL |
| 40 | unset SBE_UPDATE_SIMULTANEOUS |
| 41 | set NO_SBE_UPDATES |
| 42 | |
| 43 | #unset PCIE_HOTPLUG_CONTROLLER |
| 44 | |
Nick Bofferding | 05458b9 | 2019-11-20 12:11:45 -0600 | [diff] [blame] | 45 | # RTC TODO 246459 |
| 46 | # Console doesn't currently work for Rainier SIMICS |
| 47 | # so circle back to re-enable it once initial bringup |
| 48 | # is complete |
| 49 | ## turn on console output |
| 50 | #set CONSOLE |
| 51 | unset CONSOLE |
| 52 | |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 53 | set BMC_AST2500 |
| 54 | |
| 55 | #set DISABLE_HOSTBOOT_RUNTIME |
| 56 | |
| 57 | # Compile in hostboot runtime PRD |
| 58 | #unset HBRT_PRD |
| 59 | |
| 60 | # Compile in hb rt HTMGT : Load/Start OCC |
| 61 | #unset HTMGT |
| 62 | #unset START_OCC_DURING_BOOT |
| 63 | #unset CONSOLE_OUTPUT_OCC_COMM |
| 64 | |
| 65 | # PNOR flags |
| 66 | unset PNOR_TWO_SIDE_SUPPORT |
| 67 | |
| 68 | set BMC_BT_LPC_IPMI |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 69 | |
| 70 | # AXONE configs must be set until those flags are reworked in Hostboot |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 71 | set AXONE |
| 72 | set AXONE_BRINGUP |
| 73 | set SUPPORT_EEPROM_CACHING |
| 74 | |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 75 | # Disable checkstop analysis for IPL and runtime scenarios |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 76 | unset IPLTIME_CHECKSTOP_ANALYSIS |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 77 | unset ENABLE_CHECKSTOP_ANALYSIS |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 78 | |
Nick Bofferding | 05458b9 | 2019-11-20 12:11:45 -0600 | [diff] [blame] | 79 | # RTC TODO 246459 |
| 80 | # Console doesn't currently work for Rainier SIMICS |
| 81 | # so circle back to re-enable it once initial bringup |
| 82 | # is complete |
| 83 | ## set for trace debug to console |
| 84 | #set CONSOLE_OUTPUT_TRACE |
| 85 | unset CONSOLE_OUTPUT_TRACE |
Nick Bofferding | 5b47770 | 2019-10-10 10:37:31 -0500 | [diff] [blame] | 86 | |
Nick Bofferding | 05458b9 | 2019-11-20 12:11:45 -0600 | [diff] [blame] | 87 | # RTC TODO 246459 |
| 88 | # Console doesn't currently work for Rainier SIMICS |
| 89 | # so circle back to re-enable it once initial bringup |
| 90 | # is complete |
| 91 | ## Output FFDC to console |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 92 | #set CONSOLE_OUTPUT_FFDCDISPLAY |
Nick Bofferding | 05458b9 | 2019-11-20 12:11:45 -0600 | [diff] [blame] | 93 | unset CONSOLE_OUTPUT_FFDCDISPLAY |
| 94 | |
| 95 | # RTC TODO 246459 |
| 96 | # Remove once we have better console FFDC and are |
| 97 | # through initial bringup |
| 98 | set PRINT_SYSTEM_INFO |
Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 99 | |
| 100 | # Terminate Hostboot when errors occur in manufacturing mode |
| 101 | # (relies on BMC to not trigger reboot) |
| 102 | #unset HANG_ON_MFG_SRC_TERM |
| 103 | |
Nick Bofferding | 35df888 | 2019-10-10 07:50:23 -0500 | [diff] [blame] | 104 | set ENABLE_HDAT_IN_HOSTBOOT |
Nicholas E Bofferding | 7c8bdb1 | 2019-11-12 20:43:40 -0600 | [diff] [blame] | 105 | |
| 106 | # Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition |
| 107 | set LOAD_PHYP_FROM_BOOTKERNEL |
Ilya Smirnov | 6917d24 | 2019-12-09 16:27:21 -0600 | [diff] [blame^] | 108 | |
| 109 | # Perform presence detect using EECACHE until all parts of Rainier config are supported in simics |
| 110 | set EECACHE_PRESENCE_DETECT |