blob: 81aa7fb86acb81d5e5aabdc14bae6ad382b09996 [file] [log] [blame]
Stefan Reinauer14e22772010-04-27 06:56:47 +00001 rm coreboot.rom;
Hung-Te Lin5be66732013-01-29 10:30:17 +08002./cbfstool coreboot.rom create -m x86 -s 256K -B /tmp/coreboot.strip -o 0x1000
3./cbfstool coreboot.rom add-stage -f romstage.bin -n fallback/romstage
4./cbfstool coreboot.rom add-payload -f /tmp/filo.elf -n normal/payload -c lzma
Peter Stuge1d862de2009-04-14 00:08:34 +00005./cbfstool coreboot.rom print
Hung-Te Lin5be66732013-01-29 10:30:17 +08006qemu-system-i386 -bios coreboot.rom -nographic