v2/util: romfs -> cbfs rename
It's all sed here. romfs->cbfs, ROMFS->CBFS, romtool->cbfstool Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4110 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
8
util/cbfstool/EXAMPLE
Normal file
8
util/cbfstool/EXAMPLE
Normal file
@@ -0,0 +1,8 @@
|
||||
rm coreboot.rom;
|
||||
./cbfstool coreboot.rom create 0x80000 0x10000 /tmp/coreboot.strip
|
||||
./cbfstool coreboot.rom add-payload /tmp/filo.elf normal/payload l
|
||||
./cbfstool coreboot.rom print
|
||||
#./cbfstool coreboot.rom add-stage /tmp/filo.elf normal/payload
|
||||
|
||||
./cbfstool coreboot.rom print
|
||||
cp coreboot.rom /home/rminnich/qemutest/
|
Reference in New Issue
Block a user