Difference between revisions of "Skiboot"

From RCS Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
* [https://github.com/open-power/skiboot Skiboot source code]
 
* [https://github.com/open-power/skiboot Skiboot source code]
 
* [https://open-power.github.io/skiboot/doc/index.html Skiboot documentation]
 
* [https://open-power.github.io/skiboot/doc/index.html Skiboot documentation]
 +
 +
[[Category:Firmware]]

Revision as of 14:44, 19 December 2017

Skiboot (Skiboot): Late-stage boot firmware chainloaded by Hostboot after memory initialization. Performs wider platform initialization, including initialization of on-die PCI Express host bus controllers (PHBs). Also implements the OPAL runtime abstraction layer, which remains resident in memory and is called by the running operating system to invoke platform-specific functionality. Chainloads a Linux kernel and initramfs embedded in the mainboard's PNOR boot flash, usually Skiroot.

Skiboot is open source.

References