MCPcopy Create free account
hub / github.com/coreboot/coreboot / bs_dev_init

Function bs_dev_init

src/lib/hardwaremain.c:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static boot_state_t bs_dev_init(void *arg)
135{
136 timestamp_add_now(TS_DEVICE_INITIALIZE);
137
138 /* And of course initialize devices on the bus */
139 dev_initialize();
140
141 return BS_POST_DEVICE;
142}
143
144static boot_state_t bs_post_device(void *arg)
145{

Callers

nothing calls this directly

Calls 2

dev_initializeFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected