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

Function cbfs_add_integer

util/cbfstool/cbfstool.c:1413–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411}
1412
1413static int cbfs_add_integer(void)
1414{
1415 if (!param.u64val_assigned) {
1416 ERROR("You need to specify a value to write.\n");
1417 return 1;
1418 }
1419 return cbfs_add_integer_component(param.name,
1420 param.u64val,
1421 param.baseaddress,
1422 param.headeroffset);
1423}
1424
1425static int cbfs_remove(void)
1426{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected