forked from ibm-op-release/swift-config-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswift.config
executable file
·94 lines (74 loc) · 2.22 KB
/
swift.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
## Set this to pull in Axone only code (such as P9A/EXP MSS code)
set AXONE
#Try to keep a list of things this does
## - skipping setting voltages in istep 8.12, nothing on other side of AVSbus
## in simics currently.
set AXONE_BRING_UP
# The BMC MBOX Protocol is used to access PNOR
unset SFC_IS_AST2500
unset SFC_IS_AST2400
set PNORDD_IS_BMCMBOX
unset PNORDD_IS_SFC
unset BMC_DOES_SFC_INIT
unset SFC_IS_IBM_DPSS
set ALLOW_MICRON_PNOR
set ALLOW_MACRONIX_PNOR
# Force DJVPD read/write to use EEPROM layer instead of old-style VPD cache
set DJVPD_READ_FROM_HW
set DJVPD_WRITE_TO_HW
unset DJVPD_READ_FROM_PNOR
unset DJVPD_WRITE_TO_PNOR
# Force MEMVPD read/write to EEPROM layer instead of old-style VPD cache
# NOTE: The above line is the ideal answer, but we need some hostboot changes
# to make that work first. So reversed the settings for now.
unset MEMVPD_READ_FROM_HW
unset MEMVPD_WRITE_TO_HW
set MEMVPD_READ_FROM_PNOR
set MEMVPD_WRITE_TO_PNOR
# Force MVPD read/write to use EEPROM layer instead of old-style VPD cache
set MVPD_READ_FROM_HW
set MVPD_WRITE_TO_HW
unset MVPD_READ_FROM_PNOR
unset MVPD_WRITE_TO_PNOR
# Other VPD options.
set PVPD_READ_FROM_HW
set PVPD_WRITE_TO_HW
unset PVPD_READ_FROM_PNOR
unset PVPD_WRITE_TO_PNOR
unset CDIMM_FORMAT_FOR_CVPD
#enable EEPROM caching
set SUPPORT_EEPROM_CACHING
# gpio config
set GPIODD
unset PALMETTO_VDDR
# Enable Consecutive SBE Updates
set SBE_UPDATE_CONSECUTIVE
unset SBE_UPDATE_INDEPENDENT
unset SBE_UPDATE_SEQUENTIAL
unset SBE_UPDATE_SIMULTANEOUS
unset NO_SBE_UPDATES
unset PCIE_HOTPLUG_CONTROLLER
# turn on console output
set CONSOLE
set BMC_AST2500
unset DISABLE_HOSTBOOT_RUNTIME
# Compile in hostboot runtime PRD
set HBRT_PRD
# Compile in hb rt HTMGT : Load/Start OCC
set HTMGT
set START_OCC_DURING_BOOT
unset CONSOLE_OUTPUT_OCC_COMM
#PNOR flags
unset PNOR_TWO_SIDE_SUPPORT
set BMC_BT_LPC_IPMI
# Enable Checkstop Analysis for both
# Runtime and IPLtime scenarios
# Temporarily unset for Bringup
unset ENABLE_CHECKSTOP_ANALYSIS
unset IPLTIME_CHECKSTOP_ANALYSIS
# set for trace debug to console
unset CONSOLE_OUTPUT_TRACE
set CONSOLE_OUTPUT_FFDCDISPLAY
# Terminate Hostboot when errors occur in manufacturing mode
# (relies on BMC to not trigger reboot)
unset HANG_ON_MFG_SRC_TERM