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

Function bs_dev_init_chips

src/lib/hardwaremain.c:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static boot_state_t bs_dev_init_chips(void *arg)
95{
96 timestamp_add_now(TS_DEVICE_INIT_CHIPS);
97
98 /* Initialize chips early, they might disable unused devices. */
99 dev_initialize_chips();
100
101 return BS_DEV_ENUMERATE;
102}
103
104static boot_state_t bs_dev_enumerate(void *arg)
105{

Callers

nothing calls this directly

Calls 2

dev_initialize_chipsFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected