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

Function fill_header_offset

util/cbfstool/cbfstool.c:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747static void fill_header_offset(void *location, uint32_t offset)
748{
749 // TODO: When we have a BE target, we'll need to store this as BE
750 write_le32(location, offset);
751}
752
753static int update_master_header_loc_topswap(struct cbfs_image *image,
754 void *h_loc, uint32_t header_offset)

Callers 2

cbfs_add_master_headerFunction · 0.85

Calls 1

write_le32Function · 0.85

Tested by

no test coverage detected