blob: 7d7cbbc811f02b381322d1ba03a651722f2e1d94 [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
Nick Bofferding05458b92019-11-20 12:11:45 -060045# 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
51unset CONSOLE
52
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050053set 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
66unset PNOR_TWO_SIDE_SUPPORT
67
68set BMC_BT_LPC_IPMI
Nick Bofferding5b477702019-10-10 10:37:31 -050069
70# AXONE configs must be set until those flags are reworked in Hostboot
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050071set AXONE
72set AXONE_BRINGUP
73set SUPPORT_EEPROM_CACHING
74
Nick Bofferding5b477702019-10-10 10:37:31 -050075# Disable checkstop analysis for IPL and runtime scenarios
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050076unset IPLTIME_CHECKSTOP_ANALYSIS
Nick Bofferding5b477702019-10-10 10:37:31 -050077unset ENABLE_CHECKSTOP_ANALYSIS
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050078
Nick Bofferding05458b92019-11-20 12:11:45 -060079# 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
85unset CONSOLE_OUTPUT_TRACE
Nick Bofferding5b477702019-10-10 10:37:31 -050086
Nick Bofferding05458b92019-11-20 12:11:45 -060087# 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 Bofferdingf390b6f2019-10-08 11:55:42 -050092#set CONSOLE_OUTPUT_FFDCDISPLAY
Nick Bofferding05458b92019-11-20 12:11:45 -060093unset CONSOLE_OUTPUT_FFDCDISPLAY
94
95# RTC TODO 246459
96# Remove once we have better console FFDC and are
97# through initial bringup
98set PRINT_SYSTEM_INFO
Nick Bofferdingf390b6f2019-10-08 11:55:42 -050099
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 Bofferding35df8882019-10-10 07:50:23 -0500104set ENABLE_HDAT_IN_HOSTBOOT
Nicholas E Bofferding7c8bdb12019-11-12 20:43:40 -0600105
106# Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition
107set LOAD_PHYP_FROM_BOOTKERNEL
Ilya Smirnov6917d242019-12-09 16:27:21 -0600108
109# Perform presence detect using EECACHE until all parts of Rainier config are supported in simics
110set EECACHE_PRESENCE_DETECT