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

Function bs_dev_resources

src/lib/hardwaremain.c:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static boot_state_t bs_dev_resources(void *arg)
115{
116 timestamp_add_now(TS_DEVICE_CONFIGURE);
117
118 /* Now compute and assign the bus resources. */
119 dev_configure();
120
121 return BS_DEV_ENABLE;
122}
123
124static boot_state_t bs_dev_enable(void *arg)
125{

Callers

nothing calls this directly

Calls 2

dev_configureFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected