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.