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

Function bs_dev_enable

src/lib/hardwaremain.c:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static boot_state_t bs_dev_enable(void *arg)
125{
126 timestamp_add_now(TS_DEVICE_ENABLE);
127
128 /* Now actually enable devices on the bus */
129 dev_enable();
130
131 return BS_DEV_INIT;
132}
133
134static boot_state_t bs_dev_init(void *arg)
135{

Callers

nothing calls this directly

Calls 2

dev_enableFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected