1 rm coreboot.rom; 2./cbfstool coreboot.rom create 0x80000 0x10000 /tmp/coreboot.strip 3./cbfstool coreboot.rom add-payload /tmp/filo.elf normal/payload l 4./cbfstool coreboot.rom print 5#./cbfstool coreboot.rom add-stage /tmp/filo.elf normal/payload 6 7./cbfstool coreboot.rom print 8cp coreboot.rom /home/rminnich/qemutest/ 9

