summaryrefslogtreecommitdiffstats
path: root/src/build/configs/simics_axone.config
blob: 0b26f13bdd49748f104ef5255490d6bc84b4c79b (plain)
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
# 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 use EEPROM layer instead of old-style VPD cache
# ( No concept of MEMVPD in Axone so should not matter )
set MEMVPD_READ_FROM_HW
set MEMVPD_WRITE_TO_HW
unset MEMVPD_READ_FROM_PNOR
unset 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

# Force PVPD read/write to use EEPROM layer instead of old-style VPD cache
set PVPD_READ_FROM_HW
set PVPD_WRITE_TO_HW
unset PVPD_READ_FROM_PNOR
unset PVPD_WRITE_TO_PNOR

# Have Planar VPD
set HAVE_PVPD

#set to run cxx testcases during boot
unset EARLY_TESTCASES

#Enable checkstop analysis for IPL failures
set IPLTIME_CHECKSTOP_ANALYSIS

#enable EEPROM caching
set SUPPORT_EEPROM_CACHING

# Allows us to put in workarounds specifically for Axone bringup
set AXONE_BRING_UP

# Set this to pull in Axone on code (such as P9A/EXP MSS code)
set AXONE

# Enable Console
set CONSOLE
unset CONSOLE_OUTPUT_ERRORDISPLAY

# OMIs were introduced in Axone and will be in P10 also
set SUPPORT_OMI
OpenPOWER on IntegriCloud