OpenPOWER boot chain
flowchart LR skiroot(["skiroot (petitboot)"]) SBEs-->hostboot-->skiboot-->skiroot-->OS
- Self-boot engines (SBE) are split between an on-chip ROM and an external EEPROM
- hostboot is a C++ boot loader that does DRAM initialization provides runtime services to skiboot or a hypervisor
- skiboot is a C boot loader and runtime firmware for OpenPOWER that loads skiroot.
skiroot is a term used to describe the LinuxBoot implementation for OpenPOWER.
A skiroot repository or package does not exist. The term is only used in the
kernel configuration, skiroot_defconfig
.1