aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMichael Xie <Michael.Xie@amd.com>2008-09-22 13:16:18 +0000
committerStefan Reinauer <stepan@openbios.org>2008-09-22 13:16:18 +0000
commit80d7c85fb9e9f0b301b01e68f475b2ede34ec877 (patch)
treeff2f50ec27379d2a28b711addc7fc4fc9c672dd7 /targets
parent7586cef37aace94f1558a391b25245f08523ab95 (diff)
Patch for AMD DBM690T board.
Signed-off-by: Michael Xie <Michael.Xie@amd.com> Reviewed-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/amd/dbm690t/Config.lb21
-rw-r--r--targets/amd/dbm690t/VERSION1
2 files changed, 22 insertions, 0 deletions
diff --git a/targets/amd/dbm690t/Config.lb b/targets/amd/dbm690t/Config.lb
new file mode 100644
index 0000000000..c0c3f22595
--- /dev/null
+++ b/targets/amd/dbm690t/Config.lb
@@ -0,0 +1,21 @@
+# This will make a target directory of ./dbm690t
+
+target dbm690t
+mainboard amd/dbm690t
+
+romimage "normal"
+ option ROM_SIZE = 1024*1024 - 55808
+ option USE_FALLBACK_IMAGE=0
+ option ROM_IMAGE_SIZE=0x20000
+ option XIP_ROM_SIZE=0x20000
+ payload ../payload.elf
+end
+
+romimage "fallback"
+ option USE_FALLBACK_IMAGE=1
+ option ROM_IMAGE_SIZE=0x20000
+ option XIP_ROM_SIZE=0x20000
+ payload ../payload.elf
+end
+
+buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/dbm690t/VERSION b/targets/amd/dbm690t/VERSION
new file mode 100644
index 0000000000..e3cb14e590
--- /dev/null
+++ b/targets/amd/dbm690t/VERSION
@@ -0,0 +1 @@
+_dbm690t