summaryrefslogtreecommitdiffstats
path: root/targets/amd
diff options
context:
space:
mode:
Diffstat (limited to 'targets/amd')
-rw-r--r--targets/amd/db800/Config.lb48
-rw-r--r--targets/amd/dbm690t/Config-abuild.lb30
-rw-r--r--targets/amd/dbm690t/Config.lb21
-rw-r--r--targets/amd/dbm690t/VERSION1
-rw-r--r--targets/amd/norwich/Config.lb48
-rw-r--r--targets/amd/pistachio/Config-abuild.lb30
-rw-r--r--targets/amd/pistachio/Config.lb21
-rw-r--r--targets/amd/rumba/Config.lb33
-rw-r--r--targets/amd/rumba/Config.nofallback.lb36
-rw-r--r--targets/amd/serengeti_cheetah/Config-abuild.lb34
-rw-r--r--targets/amd/serengeti_cheetah/Config-lab.lb23
-rw-r--r--targets/amd/serengeti_cheetah/Config.lb28
-rw-r--r--targets/amd/serengeti_cheetah/VERSION1
-rw-r--r--targets/amd/serengeti_cheetah_fam10/Config-abuild.lb30
-rw-r--r--targets/amd/serengeti_cheetah_fam10/Config-lab.lb53
-rw-r--r--targets/amd/serengeti_cheetah_fam10/Config.lb70
16 files changed, 0 insertions, 507 deletions
diff --git a/targets/amd/db800/Config.lb b/targets/amd/db800/Config.lb
deleted file mode 100644
index 967eedb..0000000
--- a/targets/amd/db800/Config.lb
+++ /dev/null
@@ -1,48 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Advanced Micro Devices, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-# Config file for the AMD Geode LX/5536 DB800 platform.
-
-target db800
-mainboard amd/db800
-
-# HACK to get the right TSC support.
-option CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=1
-
-option CONFIG_COMPRESSED_PAYLOAD_NRV2B=0
-option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
-
-# Leave 36k for VSA.
-option CONFIG_ROM_SIZE=512*1024-36*1024
-# option CONFIG_ROM_SIZE=256*1024-36*1024
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-# option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 4
-# option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 4
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=64*1024
- option COREBOOT_EXTRA_VERSION=".0Fallback"
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/amd/dbm690t/Config-abuild.lb b/targets/amd/dbm690t/Config-abuild.lb
deleted file mode 100644
index b9e9836..0000000
--- a/targets/amd/dbm690t/Config-abuild.lb
+++ /dev/null
@@ -1,30 +0,0 @@
-# This will make a target directory of ./VENDOR_MAINBOARD
-
-target VENDOR_MAINBOARD
-mainboard VENDOR/MAINBOARD
-
-option CC="CROSSCC"
-option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option HOSTCC="CROSS_HOSTCC"
-
-__COMPRESSION__
-__LOGLEVEL__
-
-option CONFIG_ROM_SIZE=1024*1024
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0-normal"
- payload __PAYLOAD__
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0-fallback"
- payload __PAYLOAD__
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/dbm690t/Config.lb b/targets/amd/dbm690t/Config.lb
deleted file mode 100644
index e3f0ab3..0000000
--- a/targets/amd/dbm690t/Config.lb
+++ /dev/null
@@ -1,21 +0,0 @@
-# This will make a target directory of ./dbm690t
-
-target dbm690t
-mainboard amd/dbm690t
-
-romimage "normal"
- option CONFIG_ROM_SIZE = 1024*1024
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/dbm690t/VERSION b/targets/amd/dbm690t/VERSION
deleted file mode 100644
index e3cb14e..0000000
--- a/targets/amd/dbm690t/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-_dbm690t
diff --git a/targets/amd/norwich/Config.lb b/targets/amd/norwich/Config.lb
deleted file mode 100644
index 828c507..0000000
--- a/targets/amd/norwich/Config.lb
+++ /dev/null
@@ -1,48 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Advanced Micro Devices, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-# Config file for the AMD Geode LX/5536 Norwich Platform.
-
-target norwich
-mainboard amd/norwich
-
-# HACK to get the right TSC support.
-option CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=1
-
-# Leave 36k for VSA.
-option CONFIG_COMPRESSED_PAYLOAD_NRV2B=0
-option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
-
-option CONFIG_ROM_SIZE=512*1024-36*1024
-#option CONFIG_ROM_SIZE=256*1024-36*1024
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-#option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 4
-#option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 4
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=64*1024
- option COREBOOT_EXTRA_VERSION=".0Fallback"
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/amd/pistachio/Config-abuild.lb b/targets/amd/pistachio/Config-abuild.lb
deleted file mode 100644
index b9e9836..0000000
--- a/targets/amd/pistachio/Config-abuild.lb
+++ /dev/null
@@ -1,30 +0,0 @@
-# This will make a target directory of ./VENDOR_MAINBOARD
-
-target VENDOR_MAINBOARD
-mainboard VENDOR/MAINBOARD
-
-option CC="CROSSCC"
-option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option HOSTCC="CROSS_HOSTCC"
-
-__COMPRESSION__
-__LOGLEVEL__
-
-option CONFIG_ROM_SIZE=1024*1024
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0-normal"
- payload __PAYLOAD__
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- option COREBOOT_EXTRA_VERSION=".0-fallback"
- payload __PAYLOAD__
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/pistachio/Config.lb b/targets/amd/pistachio/Config.lb
deleted file mode 100644
index 5d6ca9b..0000000
--- a/targets/amd/pistachio/Config.lb
+++ /dev/null
@@ -1,21 +0,0 @@
-# This will make a target directory of ./pistachio
-
-target pistachio
-mainboard amd/pistachio
-
-romimage "normal"
- option CONFIG_ROM_SIZE = 1024*1024
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x20000
- option CONFIG_XIP_ROM_SIZE=0x20000
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/rumba/Config.lb b/targets/amd/rumba/Config.lb
deleted file mode 100644
index ac42dd4..0000000
--- a/targets/amd/rumba/Config.lb
+++ /dev/null
@@ -1,33 +0,0 @@
-# Config file for the AMD rumba motherboard
-# This will make a target directory of rumba
-
-target rumba
-mainboard amd/rumba
-
-option CONFIG_ROM_SIZE=256*1024
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x10000
- option COREBOOT_EXTRA_VERSION=".0Normal"
-# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
-# payload ../../../../tg3--ide_disk.zelf
-# payload ../../../../../lnxieepro100.ebi
-# payload /etc/hosts
-# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
- payload /tmp/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x10000
- option COREBOOT_EXTRA_VERSION=".0Fallback"
-# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
-# payload ../../../../tg3--ide_disk.zelf
-# payload ../../../../../lnxieepro100.ebia
-# payload /etc/hosts
-# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
- payload /tmp/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/amd/rumba/Config.nofallback.lb b/targets/amd/rumba/Config.nofallback.lb
deleted file mode 100644
index 4e73c3a..0000000
--- a/targets/amd/rumba/Config.nofallback.lb
+++ /dev/null
@@ -1,36 +0,0 @@
-# Config file for the AMD rumba motherboard
-# This will make a target directory of rumba
-
-target rumba
-mainboard amd/rumba
-
-option CONFIG_ROM_SIZE=128*1024
-
-#romimage "normal"
-# option CONFIG_USE_FALLBACK_IMAGE=0
-# option CONFIG_ROM_IMAGE_SIZE=0x10000
-# option COREBOOT_EXTRA_VERSION=".0Normal"
-# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
-# payload ../../../../tg3--ide_disk.zelf
-# payload ../../../../../lnxieepro100.ebi
-# payload /etc/hosts
-# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
-# payload /tmp/filo.elf
-#end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x10000
- option COREBOOT_EXTRA_VERSION=".0Fallback"
-# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
-# payload ../../../../tg3--ide_disk.zelf
-# payload ../../../../../lnxieepro100.ebia
-# payload /etc/hosts
-# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
- payload /tmp/filo.elf
-# payload /home/ollie/work/filo-0.4.1/filo.elf
-end
-
-#buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
-
diff --git a/targets/amd/serengeti_cheetah/Config-abuild.lb b/targets/amd/serengeti_cheetah/Config-abuild.lb
deleted file mode 100644
index 22e527e..0000000
--- a/targets/amd/serengeti_cheetah/Config-abuild.lb
+++ /dev/null
@@ -1,34 +0,0 @@
-# This will make a target directory of ./VENDOR_MAINBOARD
-
-target VENDOR_MAINBOARD
-mainboard VENDOR/MAINBOARD
-
-option CC="CROSSCC"
-option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option HOSTCC="CROSS_HOSTCC"
-
-__COMPRESSION__
-__LOGLEVEL__
-
-romimage "normal"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=0
- option COREBOOT_EXTRA_VERSION=".0-normal"
- payload __PAYLOAD__
-end
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=1
- option COREBOOT_EXTRA_VERSION=".0-fallback"
- payload __PAYLOAD__
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
- option CONFIG_XIP_ROM_SIZE=CONFIG_FAILOVER_SIZE
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
diff --git a/targets/amd/serengeti_cheetah/Config-lab.lb b/targets/amd/serengeti_cheetah/Config-lab.lb
deleted file mode 100644
index 6577672..0000000
--- a/targets/amd/serengeti_cheetah/Config-lab.lb
+++ /dev/null
@@ -1,23 +0,0 @@
-# Sample config file for
-# the amd serengeti_cheetah
-# This will make a target directory of ./serengeti_cheetah
-
-target serengeti_cheetah
-mainboard amd/serengeti_cheetah
-
-option CONFIG_ROM_SIZE = 0x100000
-option CONFIG_USE_FAILOVER_IMAGE=0
-option CONFIG_HAVE_FAILOVER_BOOT=0
-option CONFIG_FAILOVER_SIZE=0
-
-romimage "fallback"
- option CONFIG_PRECOMPRESSED_PAYLOAD=1
- option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x1a000
- option CONFIG_XIP_ROM_SIZE=0x40000
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
- payload ../payload.elf.lzma
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/amd/serengeti_cheetah/Config.lb b/targets/amd/serengeti_cheetah/Config.lb
deleted file mode 100644
index b336c2a..0000000
--- a/targets/amd/serengeti_cheetah/Config.lb
+++ /dev/null
@@ -1,28 +0,0 @@
-# Sample config file for
-# the amd serengeti_cheetah
-# This will make a target directory of ./serengeti_cheetah
-
-target serengeti_cheetah
-mainboard amd/serengeti_cheetah
-
-romimage "normal"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=0
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=1
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
- payload ../payload.elf
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
diff --git a/targets/amd/serengeti_cheetah/VERSION b/targets/amd/serengeti_cheetah/VERSION
deleted file mode 100644
index e70b27c..0000000
--- a/targets/amd/serengeti_cheetah/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-_serengenti_cheetah
diff --git a/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb b/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb
deleted file mode 100644
index ba6c58a..0000000
--- a/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb
+++ /dev/null
@@ -1,30 +0,0 @@
-# This will make a target directory of ./VENDOR_MAINBOARD
-
-target VENDOR_MAINBOARD
-mainboard VENDOR/MAINBOARD
-
-option CC="CROSSCC"
-option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option HOSTCC="CROSS_HOSTCC"
-
-__COMPRESSION__
-__LOGLEVEL__
-
-option CONFIG_ROM_SIZE=1024*1024
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x3f000
- option COREBOOT_EXTRA_VERSION=".0-fallback"
- payload __PAYLOAD__
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
- option CONFIG_XIP_ROM_SIZE=CONFIG_FAILOVER_SIZE
- option COREBOOT_EXTRA_VERSION=".0-failover"
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" "failover"
diff --git a/targets/amd/serengeti_cheetah_fam10/Config-lab.lb b/targets/amd/serengeti_cheetah_fam10/Config-lab.lb
deleted file mode 100644
index 88c7f54..0000000
--- a/targets/amd/serengeti_cheetah_fam10/Config-lab.lb
+++ /dev/null
@@ -1,53 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Advanced Micro Devices, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-# Sample config file for
-# the amd cheetah_fam10
-# This will make a target directory of ./serengeti_cheetah_fam10
-
-target serengeti_cheetah_fam10
-mainboard amd/serengeti_cheetah_fam10
-# Request this level of debugging output
- option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=9
-# At a maximum only compile in this level of debugging
- option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9
-
-# 1024KB ROM
-option CONFIG_ROM_SIZE=1024*1024
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x30000
- option CONFIG_XIP_ROM_SIZE=0x40000
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
- payload ../payload.elf.lzma
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
- option CONFIG_XIP_ROM_SIZE=CONFIG_FAILOVER_SIZE
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" "failover"
-
diff --git a/targets/amd/serengeti_cheetah_fam10/Config.lb b/targets/amd/serengeti_cheetah_fam10/Config.lb
deleted file mode 100644
index 189d536..0000000
--- a/targets/amd/serengeti_cheetah_fam10/Config.lb
+++ /dev/null
@@ -1,70 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Advanced Micro Devices, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-# Sample config file for
-# the amd cheetah_fam10
-# This will make a target directory of ./serengeti_cheetah_fam10
-
-target serengeti_cheetah_fam10
-mainboard amd/serengeti_cheetah_fam10
-# Request this level of debugging output
- option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=9
-# At a maximum only compile in this level of debugging
- option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9
-
-# 512KB ROM
-option CONFIG_ROM_SIZE=1024*1024
-
-# Cheetah Family 10
-#romimage "normal"
-# 1MB ROM
-# option CONFIG_ROM_SIZE = 0x100000
-# option CONFIG_USE_FAILOVER_IMAGE=0
-# option CONFIG_USE_FALLBACK_IMAGE=0
-# option CONFIG_ROM_IMAGE_SIZE=0x20000
-# option CONFIG_ROM_IMAGE_SIZE=0x30000
-# option CONFIG_XIP_ROM_SIZE=0x40000
-# option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
-# payload ../payload.elf
-#end
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE=0
- option CONFIG_USE_FALLBACK_IMAGE=1
-# option CONFIG_ROM_IMAGE_SIZE=0x13800
-# option CONFIG_ROM_IMAGE_SIZE=0x19800
- option CONFIG_ROM_IMAGE_SIZE=0x7f000
-# option CONFIG_ROM_IMAGE_SIZE=0x15800
- option CONFIG_XIP_ROM_SIZE=0x80000
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
- payload ../payload.elf
-end
-
-romimage "failover"
- option CONFIG_USE_FAILOVER_IMAGE=1
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
- option CONFIG_XIP_ROM_SIZE=CONFIG_FAILOVER_SIZE
- option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
-end
-
-#buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" "failover"
-
OpenPOWER on IntegriCloud