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

Function cbfs_add_payload

util/cbfstool/cbfstool.c:1385–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383}
1384
1385static int cbfs_add_payload(void)
1386{
1387 param.type = CBFS_TYPE_SELF;
1388 return cbfs_add_component(param.filename,
1389 param.name,
1390 param.headeroffset,
1391 cbfstool_convert_mkpayload);
1392}
1393
1394static int cbfs_add_flat_binary(void)
1395{

Callers

nothing calls this directly

Calls 1

cbfs_add_componentFunction · 0.85

Tested by

no test coverage detected