diff options
Diffstat (limited to 'util/romtool/EXAMPLE')
-rw-r--r-- | util/romtool/EXAMPLE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/romtool/EXAMPLE b/util/romtool/EXAMPLE new file mode 100644 index 0000000000..6d5e91710a --- /dev/null +++ b/util/romtool/EXAMPLE @@ -0,0 +1,8 @@ + rm coreboot.rom; +./romtool coreboot.rom create 0x80000 0x10000 /tmp/coreboot.strip +./romtool coreboot.rom add-payload /tmp/filo.elf normal/payload l +./romtool coreboot.rom print +#./romtool coreboot.rom add-stage /tmp/filo.elf normal/payload + +./romtool coreboot.rom print +cp coreboot.rom /home/rminnich/qemutest/ |