jim | aa0c543 | 2017-04-05 17:17:37 -0700 | [diff] [blame^] | 1 | # The Serial Flash Controller is the AST2400 BMC. |
| 2 | set SFC_IS_AST2500 |
| 3 | unset SFC_IS_AST2400 |
| 4 | unset BMC_DOES_SFC_INIT |
| 5 | unset SFC_IS_IBM_DPSS |
| 6 | set ALLOW_MICRON_PNOR |
| 7 | set ALLOW_MACRONIX_PNOR |
| 8 | |
| 9 | # VPD options. |
| 10 | set MVPD_READ_FROM_HW |
| 11 | set MVPD_WRITE_TO_HW |
| 12 | set MVPD_READ_FROM_PNOR |
| 13 | set MVPD_WRITE_TO_PNOR |
| 14 | set DJVPD_READ_FROM_HW |
| 15 | unset DJVPD_WRITE_TO_HW |
| 16 | set DJVPD_READ_FROM_PNOR |
| 17 | set DJVPD_WRITE_TO_PNOR |
| 18 | unset MEMVPD_READ_FROM_HW |
| 19 | unset MEMVPD_WRITE_TO_HW |
| 20 | set MEMVPD_READ_FROM_PNOR |
| 21 | set MEMVPD_WRITE_TO_PNOR |
| 22 | unset PVPD_READ_FROM_HW |
| 23 | unset PVPD_WRITE_TO_HW |
| 24 | set PVPD_READ_FROM_PNOR |
| 25 | set PVPD_WRITE_TO_PNOR |
| 26 | unset CDIMM_FORMAT_FOR_CVPD |
| 27 | |
| 28 | # gpio config |
| 29 | set GPIODD |
| 30 | unset PALMETTO_VDDR |
| 31 | |
| 32 | # Enable SBE updates |
| 33 | unset SBE_UPDATE_INDEPENDENT |
| 34 | unset SBE_UPDATE_SEQUENTIAL |
| 35 | set SBE_UPDATE_SIMULTANEOUS |
| 36 | unset NO_SBE_UPDATES |
| 37 | |
| 38 | unset PCIE_HOTPLUG_CONTROLLER |
| 39 | |
| 40 | # turn on console output |
| 41 | set CONSOLE |
| 42 | set BMC_AST2500 |
| 43 | |
| 44 | set DISABLE_HOSTBOOT_RUNTIME |
| 45 | |
| 46 | # Compile in hostboot runtime PRD |
| 47 | set HBRT_PRD |
| 48 | unset HTMGT |
| 49 | unset START_OCC_DURING_BOOT |
| 50 | |
| 51 | #PNOR flags |
| 52 | unset PNOR_TWO_SIDE_SUPPORT |
| 53 | |
| 54 | set BMC_BT_LPC_IPMI |
| 55 | |
| 56 | # Disable Checktop Analysis |
| 57 | unset ENABLE_CHECKSTOP_ANALYSIS |
| 58 | unset IPLTIME_CHECKSTOP_ANALYSIS |
| 59 | |
| 60 | # Hostboot will not detect hardware changes |
| 61 | unset HOST_HCDB_SUPPORT |
| 62 | |
| 63 | # set for trace debug to console |
| 64 | set CONSOLE_OUTPUT_TRACE |
| 65 | |
| 66 | unset CONFIG_SECUREBOOT |
| 67 | unset CONFIG_TPMDD |
| 68 | unset CONFIG_TPM_NUVOTON |