blob: 338d6052a46ac8ad9d43c543bbdd63b95cfc3612 [file] [log] [blame]
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05001# The HIOMAP protocol is used to access PNOR
2unset SFC_IS_AST2500
3unset SFC_IS_AST2400
4set PNORDD_IS_IPMI
5unset PNORDD_IS_SFC
Nick Bofferding5b477702019-10-10 10:37:31 -05006unset ALLOW_MICRON_PNOR
7unset ALLOW_MACRONIX_PNOR
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05008
9# VPD options - Enable EECACHE
10set MVPD_READ_FROM_HW
11set MVPD_WRITE_TO_HW
12unset MVPD_READ_FROM_PNOR
13unset MVPD_WRITE_TO_PNOR
14
15set DJVPD_READ_FROM_HW
16set DJVPD_WRITE_TO_HW
17unset DJVPD_READ_FROM_PNOR
18unset DJVPD_WRITE_TO_PNOR
19
20set MEMVPD_READ_FROM_HW
21set MEMVPD_WRITE_TO_HW
22unset MEMVPD_READ_FROM_PNOR
23unset MEMVPD_WRITE_TO_PNOR
24
Nick Bofferding5b477702019-10-10 10:37:31 -050025# PLDM will be read via PLDM which is not supported yet
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050026#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 Bofferdingf390b6f2019-10-08 11:55:42 -050031# gpio config
32set GPIODD
33unset PALMETTO_VDDR
34
Nick Bofferding5b477702019-10-10 10:37:31 -050035# Disable SBE updates until it is supported
36# TODO: Re-enable SBE Updates when supported
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050037unset SBE_UPDATE_CONSECUTIVE
38unset SBE_UPDATE_INDEPENDENT
39unset SBE_UPDATE_SEQUENTIAL
40unset SBE_UPDATE_SIMULTANEOUS
41set NO_SBE_UPDATES
42
43#unset PCIE_HOTPLUG_CONTROLLER
44
45# turn on console output
46set CONSOLE
47set BMC_AST2500
48
49#set DISABLE_HOSTBOOT_RUNTIME
50
51# Compile in hostboot runtime PRD
52#unset HBRT_PRD
53
54# Compile in hb rt HTMGT : Load/Start OCC
55#unset HTMGT
56#unset START_OCC_DURING_BOOT
57#unset CONSOLE_OUTPUT_OCC_COMM
58
59# PNOR flags
60unset PNOR_TWO_SIDE_SUPPORT
61
62set BMC_BT_LPC_IPMI
Nick Bofferding5b477702019-10-10 10:37:31 -050063
64# AXONE configs must be set until those flags are reworked in Hostboot
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050065set AXONE
66set AXONE_BRINGUP
67set SUPPORT_EEPROM_CACHING
68
Nick Bofferding5b477702019-10-10 10:37:31 -050069# Disable checkstop analysis for IPL and runtime scenarios
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050070unset IPLTIME_CHECKSTOP_ANALYSIS
Nick Bofferding5b477702019-10-10 10:37:31 -050071unset ENABLE_CHECKSTOP_ANALYSIS
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050072
73# set for trace debug to console
74set CONSOLE_OUTPUT_TRACE
Nick Bofferding5b477702019-10-10 10:37:31 -050075
76# TODO Re-enable when able to compile
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050077#set CONSOLE_OUTPUT_FFDCDISPLAY
78
79# Terminate Hostboot when errors occur in manufacturing mode
80# (relies on BMC to not trigger reboot)
81#unset HANG_ON_MFG_SRC_TERM
82
Nick Bofferding35df8882019-10-10 07:50:23 -050083set ENABLE_HDAT_IN_HOSTBOOT
Nicholas E Bofferding7c8bdb12019-11-12 20:43:40 -060084
85# Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition
86set LOAD_PHYP_FROM_BOOTKERNEL