Difference between revisions of "Self-Boot Engine"

From RCS Wiki
Jump to navigation Jump to search
(Created page with "{{Glossary |name=Self-Boot Engine |abbr=SBE |desc=Refers to a small auxillary Power ISA microprocessor present on POWER8 and POWER9 CPU packages. The SBE is the...")
 
Line 2: Line 2:
 
   |name=Self-Boot Engine
 
   |name=Self-Boot Engine
 
   |abbr=SBE
 
   |abbr=SBE
   |desc=Refers to a small auxillary Power ISA microprocessor present on [[POWER8]] and [[POWER9]] CPU packages. The SBE is the first processor that runs when the CPU is powered up and is responsible for initializing the chip so that the main cores themselves can run. The SBE firmware is stored in a [[SEEPROM]] on the CPU module itself and executes out of a small dedicated SRAM. The term is also used interchangeably to refer to the SBE firmware as well as the SBE. The final act of the SBE is to start [[Hostboot]] running on one of the cores.}}
+
   |desc=Refers to a small auxillary Power ISA microprocessor present on [[POWER8]] and [[POWER9]] CPU packages. The SBE is the first processor that runs when the CPU is powered up and is responsible for initializing the chip so that the main cores themselves can run. The SBE firmware is stored in a [[SEEPROM]] on the CPU module itself and executes out of a small dedicated SRAM ([[PIBMEM]]). The term is also used interchangeably to refer to the SBE firmware as well as the SBE. The final act of the SBE is to start [[Hostboot]] running on one of the cores.}}
  
 
The SBE firmware is open source.
 
The SBE firmware is open source.

Revision as of 14:24, 19 December 2017

Self-Boot Engine (SBE): Refers to a small auxillary Power ISA microprocessor present on POWER8 and POWER9 CPU packages. The SBE is the first processor that runs when the CPU is powered up and is responsible for initializing the chip so that the main cores themselves can run. The SBE firmware is stored in a SEEPROM on the CPU module itself and executes out of a small dedicated SRAM (PIBMEM). The term is also used interchangeably to refer to the SBE firmware as well as the SBE. The final act of the SBE is to start Hostboot running on one of the cores.

The SBE firmware is open source.

References