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

Function bs_write_tables

src/lib/hardwaremain.c:179–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static boot_state_t bs_write_tables(void *arg)
180{
181 timestamp_add_now(TS_WRITE_TABLES);
182
183 /* Now that we have collected all of our information
184 * write our configuration tables.
185 */
186 write_tables();
187
188 timestamp_add_now(TS_FINALIZE_CHIPS);
189 dev_finalize_chips();
190
191 return BS_PAYLOAD_LOAD;
192}
193
194static boot_state_t bs_payload_load(void *arg)
195{

Callers

nothing calls this directly

Calls 3

write_tablesFunction · 0.85
dev_finalize_chipsFunction · 0.85
timestamp_add_nowFunction · 0.70

Tested by

no test coverage detected