On Thu, Jan 15, 2026 at 08:57:16AM +0100, Thomas Zimmermann wrote: > Using module_init()/device_initcall() is too late to initialize > the coreboot bus, as there might already be drivers that depend > on it. > > So far this hasn't been a problem, as coreboot controls all device > creation. Initializing the coreboot bus earlier in subsys_initcall() > will allow for external coreboot drivers to register themselves > with device_initcall(). Prepares coreboot to support additional > coreboot drivers from other subsystems. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Reviewed-by: Javier Martinez Canillas <[email protected]>
Acked-by: Tzung-Bi Shih <[email protected]>
