14e2277962
while others dislike them being extra commits, let's clean them up once and for all for the existing code. If it's ugly, let it only be ugly once :-) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5507 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
8 lines
318 B
Text
8 lines
318 B
Text
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/
|