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

Function bs_post_device

src/lib/hardwaremain.c:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static boot_state_t bs_post_device(void *arg)
145{
146 dev_finalize();
147 timestamp_add_now(TS_DEVICE_DONE);
148
149 return BS_OS_RESUME_CHECK;
150}
151
152static boot_state_t bs_os_resume_check(void *arg)
153{

Callers

nothing calls this directly

Calls 2

dev_finalizeFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected