Difference between revisions of "Hostboot"

From RCS Wiki
Jump to navigation Jump to search
(Created page with "{{Glossary |name=Hostboot |abbr=Hostboot |desc=Open-source boot firmware used to boot OpenPOWER systems since POWER8. It is started running by the SBE after...")
 
Line 6: Line 6:
 
==References==
 
==References==
 
* [https://github.com/open-power/hostboot/ Hostboot source code]
 
* [https://github.com/open-power/hostboot/ Hostboot source code]
 +
 +
[[Category:Firmware]]

Revision as of 14:44, 19 December 2017

Hostboot (Hostboot): Open-source boot firmware used to boot OpenPOWER systems since POWER8. It is started running by the SBE after it completes its own initialization tasks, and is the first code that executes on the main POWER cores themselves. It is responsible for memory initialization and other tasks. It finishes by chainloading Skiboot.

References