Difference between revisions of "Skiboot"
Jump to navigation
Jump to search
m (Add RCS GIT link) |
|||
Line 7: | Line 7: | ||
==References== | ==References== | ||
− | * [https://github.com/open-power/skiboot Skiboot source code] | + | * [https://github.com/open-power/skiboot Skiboot source code (upstream)] |
+ | * [https://git.raptorcs.com/git/talos-skiboot/ Skiboot source code (Talos II variant)] | ||
* [https://open-power.github.io/skiboot/doc/index.html Skiboot documentation] | * [https://open-power.github.io/skiboot/doc/index.html Skiboot documentation] | ||
[[Category:Firmware]] | [[Category:Firmware]] |
Latest revision as of 14:03, 25 January 2018
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.