Module init

Source
Expand description

Platform initialization.

Traits§

InitIf
Platform initialization interface.

Functions§

init_early
Initializes the platform at the early stage for the primary core.
init_early_secondary
Initializes the platform at the early stage for secondary cores.
init_later
Initializes the platform at the later stage for the primary core.
init_later_secondary
Initializes the platform at the later stage for secondary cores.