Difference between revisions of "Hostboot"

From RCS Wiki
Jump to navigation Jump to search
m (Add RCS GIT link)
Line 5: Line 5:
  
 
==References==
 
==References==
* [https://github.com/open-power/hostboot/ Hostboot source code]
+
* [https://github.com/open-power/hostboot/ Hostboot source code (upstream)]
 +
* [https://git.raptorcs.com/git/talos-hostboot/ Hostboot source code (Talos II variant)]
  
 
[[Category:Firmware]]
 
[[Category:Firmware]]

Revision as of 15:02, 25 January 2018

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