blob: e4e198e3550a2cd4e2d27375ff10507ca8046f6f (
plain)
1
2
3
4
5
6
7
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/
|