summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/HBconfig
blob: fd2a8d07b9449f62e90d24b70db8981c2b61460e (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
config SBE_UPDATE_SEQUENTIAL
    default y if !SBE_UPDATE_SIMULTANEOUS && !SBE_UPDATE_INDEPENDENT
    depends on !SBE_UPDATE_SIMULTANEOUS && !SBE_UPDATE_INDEPENDENT
    help
        If an update is necessary, only 1 SBE SEEPROM per processor will be
        updated on each IPL.  If a 2nd SBE SEEPROM needs to be updated, a re-IPL
        will be requested.  The end result is that both SBE SEEPROMs will
        contain the same code.

config SBE_UPDATE_SIMULTANEOUS
    default n
    depends on !SBE_UPDATE_SEQUENTIAL && !SBE_UPDATE_INDEPENDENT
    help
        If an update is necessary, both SBE SEEPROMs on a processor will be
        updated at the same time before a re-IPL request is issued.  The end
        result is that both SBE SEEPROMs will contain the same code.

config SBE_UPDATE_INDEPENDENT
    default y if PNOR_TWO_SIDE_SUPPORT
    depends on !SBE_UPDATE_SEQUENTIAL && !SBE_UPDATE_SIMULTANEOUS
    help
        If an update is necessary, and if the "current" SBE SEEPROM of this
        IPL is not pointing at PNOR's 'GOLDEN' side, then only the current SBE
        SEEPROM will be updated.  After the update a re-IPL request will be
        issued. The other SBE SEEPROM will not be updated.

config NO_SBE_UPDATES
    default n
    help
        Don't update the SBE SEEPROMs at all.
OpenPOWER on IntegriCloud