Home
last modified time | relevance | path

Searched refs:cbfstool (Results 1 – 5 of 5) sorted by relevance

/u-boot/doc/board/google/
A Dchromebook_samus.rst40 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 Dcoreboot.rst21 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 Dcbfs_util_test.py180 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 Dcbfs_util.py866 def cbfstool(fname, *cbfs_args, **kwargs): function
A DREADME.entries187 'add-flat-binary' option in cbfstool.

Completed in 12 milliseconds