From 61a956f980a4be2f19d33067236018e7efd074e7 Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Fri, 30 May 2014 13:10:47 -0500 Subject: Merge SBE commits from Stradale This commit adds hooks into the SBE Update code to handle different modes of operation. It uses the new configuration file setup. Change-Id: I7977664cd54e0f900aece898f6b189d60f856417 RTC: 97484 Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11349 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/sbe/HBconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/usr/sbe/HBconfig (limited to 'src/usr/sbe/HBconfig') diff --git a/src/usr/sbe/HBconfig b/src/usr/sbe/HBconfig new file mode 100644 index 000000000..54c968e84 --- /dev/null +++ b/src/usr/sbe/HBconfig @@ -0,0 +1,23 @@ +config SBE_UPDATE_SEQUENTIAL + default y if !SBE_UPDATE_SIMULTANEOUS && !SBE_UPDATE_GOLDEN + depends on !SBE_UPDATE_SIMULTANEOUS && !SBE_UPDATE_GOLDEN + help + If an update is necessary, only 1 SBE SEEPROM will be updated on each + IPL per processor. If a 2nd SBE SEEPROM needs to be updated, a re-IPL + will be requested. + +config SBE_UPDATE_SIMULTANEOUS + default n + depends on !SBE_UPDATE_SEQUENTIAL && !SBE_UPDATE_GOLDEN + help + If an update is necessary, both SBE SEEPROMs on a target will be updated + at the same time before a re-IPL request is issued. + +config SBE_UPDATE_GOLDEN + default n + depends on !SBE_UPDATE_SEQUENTIAL && !SBE_UPDATE_SIMULTANEOUS + help + If an update is necessary, only 1 SBE SEEPROM will be updated and + then a re-IPL request will be issued. The other SBE SEEPROM will not + be touched and treated as the 'Golden' SEEPROM. + -- cgit v1.2.1