Searched refs:cbfstool (Results 1 – 5 of 5) sorted by relevance
/u-boot/doc/board/google/ |
A D | chromebook_samus.rst | 40 To get the rest, use 'cbfstool samus.bin print':: 66 cbfstool samus.bin extract -n pci8086,0406.rom -f vga.bin 67 cbfstool samus.bin extract -n fallback/refcode -f refcode.rmod 68 cbfstool samus.bin extract -n mrc.bin -f mrc.bin 69 cbfstool samus.bin extract -n fallback/refcode -f refcode.bin -U 71 Note that the -U flag is only supported by the latest cbfstool. It unpacks
|
/u-boot/doc/board/coreboot/ |
A D | coreboot.rst | 21 generated u-boot-dtb.bin needs to be packaged by the cbfstool utility (a tool 26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
|
/u-boot/tools/binman/ |
A D | cbfs_util_test.py | 180 cbfs_util.cbfstool(cbfs_fname, 'create', '-m', arch, '-s', '%#x' % size) 183 cbfs_util.cbfstool(cbfs_fname, 'add', '-n', 'u-boot', '-t', 'raw', 188 cbfs_util.cbfstool(cbfs_fname, 'add', '-n', 'u-boot-dtb', '-t', 'raw', 233 cbfs_util.cbfstool('missing-file', 'bad-command') 518 cbfs_util.cbfstool(cbfs_fname, 'create', '-m', 'x86', '-s', 520 cbfs_util.cbfstool(cbfs_fname, 'add-stage', '-n', 'u-boot',
|
A D | cbfs_util.py | 866 def cbfstool(fname, *cbfs_args, **kwargs): function
|
A D | README.entries | 187 'add-flat-binary' option in cbfstool.
|
Completed in 7 milliseconds