aboutsummaryrefslogtreecommitdiff
path: root/util/romtool/EXAMPLE
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-03-31 11:57:36 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-03-31 11:57:36 +0000
commit5d01ec0f80cc8379df17ed9a922de37b487770b4 (patch)
tree6994cd877e80a721cef1154239d4af6653980379 /util/romtool/EXAMPLE
parent0f0f9bb9a2e1c1257fdfee0b50061e82ea92161b (diff)
This patch adds Jordan's romtool support for v2.
There are a few changes. The 20K bootblock size restriction is gone. ROMFS has been tested and works on v2 with qemu and kontron. Once this patch is in, those patches will follow. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4032 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/romtool/EXAMPLE')
-rw-r--r--util/romtool/EXAMPLE8
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/