Bootstages
include/bootstage.h View source View on GitHubbootstage
Section titled “bootstage”enum bootstage : uint8_t {
BOOTSTAGE_NONE,
BOOTSTAGE_EARLY_FB,
BOOTSTAGE_EARLY_ALLOCATORS,
BOOTSTAGE_EARLY_DEVICES,
BOOTSTAGE_MID_MP,
BOOTSTAGE_MID_TOPOLOGY,
BOOTSTAGE_MID_ALLOCATORS,
BOOTSTAGE_LATE,
BOOTSTAGE_COMPLETE,
BOOTSTAGE_COUNT,
}; Functions
Section titled “Functions”bootstage_get
Section titled “bootstage_get”enum bootstage bootstage_get(); bootstage_advance
Section titled “bootstage_advance”void bootstage_advance(enum bootstage new); Variables
Section titled “Variables”bootstage_str
Section titled “bootstage_str”extern const char *bootstage_str[BOOTSTAGE_COUNT];