forked from Mirrors/opensbi

For driver subsystems that are not tightly integrated into the OpenSBI init sequence, it is not important that the drivers are initialized in any particular order. By putting all of these drivers in one array, they can all be initialized with a single pass through the devicetree. This saves about 10 ms of boot time on HiFive Unmatched. Signed-off-by: Samuel Holland <samuel.holland@sifive.com> Reviewed-by: Anup Patel <anup@brainfault.org>
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
HEADER: sbi_utils/fdt/fdt_driver.h
|
|
TYPE: const struct fdt_driver
|
|
NAME: fdt_early_drivers
|