Zach Clark | 64f5d03 | 2021-01-29 13:58:58 -0600 | [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 |
| 6 | unset ALLOW_MICRON_PNOR |
| 7 | unset ALLOW_MACRONIX_PNOR |
| 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 | |
| 25 | # PLDM will be read via PLDM which is not supported yet |
| 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 | |
| 31 | # gpio config |
| 32 | set GPIODD |
| 33 | unset PALMETTO_VDDR |
| 34 | |
| 35 | # Enable consecutive SBE updates |
| 36 | set SBE_UPDATE_CONSECUTIVE |
| 37 | unset SBE_UPDATE_INDEPENDENT |
| 38 | unset SBE_UPDATE_SEQUENTIAL |
| 39 | unset SBE_UPDATE_SIMULTANEOUS |
| 40 | unset NO_SBE_UPDATES |
| 41 | # NOTE: Aggressive LRU currently required to free enough memory for SBE updates |
| 42 | set AGGRESSIVE_LRU |
| 43 | |
| 44 | #unset PCIE_HOTPLUG_CONTROLLER |
| 45 | |
| 46 | # turn on console output |
| 47 | set CONSOLE |
| 48 | |
| 49 | set BMC_AST2500 |
| 50 | |
| 51 | #set DISABLE_HOSTBOOT_RUNTIME |
| 52 | |
| 53 | # Compile in hostboot runtime PRD |
| 54 | #unset HBRT_PRD |
| 55 | |
| 56 | # PNOR flags |
| 57 | unset PNOR_TWO_SIDE_SUPPORT |
| 58 | |
| 59 | set BMC_BT_LPC_IPMI |
| 60 | |
| 61 | # Enable hardware access to the EEPROMs with a cache |
| 62 | set SUPPORT_EEPROM_CACHING |
| 63 | set SUPPORT_EEPROM_HWACCESS |
| 64 | |
| 65 | # set for trace debug to console |
| 66 | unset CONSOLE_OUTPUT_TRACE |
| 67 | |
| 68 | # Output FFDC to console |
| 69 | set CONSOLE_OUTPUT_FFDCDISPLAY |
| 70 | |
| 71 | # RTC TODO 248361 |
| 72 | # Remove some time before product ships |
| 73 | set PRINT_SYSTEM_INFO |
| 74 | |
| 75 | # Terminate Hostboot when errors occur in manufacturing mode |
| 76 | # (relies on BMC to not trigger reboot) |
| 77 | #unset HANG_ON_MFG_SRC_TERM |
| 78 | |
| 79 | set ENABLE_HDAT_IN_HOSTBOOT |
| 80 | |
| 81 | # Load lids via PLDM File IO |
| 82 | unset LOAD_PHYP_FROM_BOOTKERNEL |
| 83 | set LOAD_LIDS_VIA_PLDM |
| 84 | |
| 85 | # enable multi-chip |
| 86 | unset FORCE_SINGLE_CHIP |
| 87 | |
| 88 | # Disable presence detection (workaround for Everest bug) |
| 89 | unset PHYS_PRES_PWR_BUTTON |
| 90 | unset KEY_CLEAR |