Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 1 | # The Serial Flash Controller is the AST2400 BMC. |
| 2 | set SFC_IS_AST2400 |
| 3 | unset BMC_DOES_SFC_INIT |
| 4 | unset SFC_IS_IBM_DPSS |
| 5 | set ALLOW_MICRON_PNOR |
| 6 | set ALLOW_MACRONIX_PNOR |
| 7 | |
| 8 | # VPD options. |
| 9 | unset MVPD_READ_FROM_HW |
| 10 | unset MVPD_WRITE_TO_HW |
| 11 | set MVPD_READ_FROM_PNOR |
| 12 | set MVPD_WRITE_TO_PNOR |
| 13 | unset DJVPD_READ_FROM_HW |
| 14 | unset DJVPD_WRITE_TO_HW |
| 15 | set DJVPD_READ_FROM_PNOR |
| 16 | set DJVPD_WRITE_TO_PNOR |
| 17 | unset CVPD_READ_FROM_HW |
| 18 | unset CVPD_WRITE_TO_HW |
| 19 | set CVPD_READ_FROM_PNOR |
| 20 | set CVPD_WRITE_TO_PNOR |
| 21 | unset PVPD_READ_FROM_HW |
| 22 | unset PVPD_WRITE_TO_HW |
| 23 | unset PVPD_READ_FROM_PNOR |
| 24 | unset PVPD_WRITE_TO_PNOR |
| 25 | unset SKIP_RESTRICT_EX_UNITS |
| 26 | set CDIMM_FORMAT_FOR_CVPD |
| 27 | |
| 28 | # gpio config |
| 29 | unset GPIODD |
| 30 | unset PALMETTO_VDDR |
| 31 | |
| 32 | # Enable SBE updates |
| 33 | unset SBE_UPDATE_INDEPENDENT |
| 34 | set SBE_UPDATE_SEQUENTIAL |
| 35 | |
| 36 | set PCIE_HOTPLUG_CONTROLLER |
| 37 | |
| 38 | # turn on console output |
Matt Ploetz | f1dffc7 | 2016-10-26 17:17:01 -0500 | [diff] [blame^] | 39 | set CONSOLE |
| 40 | set BMC_AST2500 |
Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 41 | |
| 42 | # Enable Kingston dimm voltage workaround |
| 43 | unset KINGSTON_1_35_VOLT |
| 44 | |
| 45 | unset DISABLE_HOSTBOOT_RUNTIME |
| 46 | |
| 47 | # Compile in hostboot runtime PRD |
| 48 | set HBRT_PRD |
| 49 | unset HTMGT |
| 50 | unset START_OCC_DURING_BOOT |
| 51 | |
| 52 | #PNOR flags |
| 53 | unset PNOR_TWO_SIDE_SUPPORT |
| 54 | |
| 55 | unset BMC_BT_LPC_IPMI |
| 56 | |
| 57 | # Enable Checktop Analysis |
| 58 | unset ENABLE_CHECKSTOP_ANALYSIS |
| 59 | unset IPLTIME_CHECKSTOP_ANALYSIS |
| 60 | |
| 61 | # Hostboot will detect hardware changes |
| 62 | unset HOST_HCDB_SUPPORT |
| 63 | |
| 64 | # set for trace debug to console |
| 65 | unset CONSOLE_OUTPUT_TRACE |