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

Function bs_dev_enumerate

src/lib/hardwaremain.c:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static boot_state_t bs_dev_enumerate(void *arg)
105{
106 timestamp_add_now(TS_DEVICE_ENUMERATE);
107
108 /* Find the devices we don't have hard coded knowledge about. */
109 dev_enumerate();
110
111 return BS_DEV_RESOURCES;
112}
113
114static boot_state_t bs_dev_resources(void *arg)
115{

Callers

nothing calls this directly

Calls 2

dev_enumerateFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected