summaryrefslogtreecommitdiffstats
path: root/targets/asus
diff options
context:
space:
mode:
Diffstat (limited to 'targets/asus')
-rw-r--r--targets/asus/a8n_e/Config-abuild.lb34
-rw-r--r--targets/asus/a8n_e/Config.lb48
-rw-r--r--targets/asus/a8v-e_se/Config.lb38
-rw-r--r--targets/asus/m2v-mx_se/Config-abuild.lb43
-rw-r--r--targets/asus/m2v-mx_se/Config.lb49
-rw-r--r--targets/asus/mew-am/Config.lb49
-rw-r--r--targets/asus/mew-vm/Config.lb25
-rw-r--r--targets/asus/p2b-d/Config.lb49
-rw-r--r--targets/asus/p2b-ds/Config.lb49
-rw-r--r--targets/asus/p2b-f/Config.lb49
-rw-r--r--targets/asus/p2b/Config.lb49
-rw-r--r--targets/asus/p3b-f/Config.lb49
12 files changed, 0 insertions, 531 deletions
diff --git a/targets/asus/a8n_e/Config-abuild.lb b/targets/asus/a8n_e/Config-abuild.lb
deleted file mode 100644
index 22e527e..0000000
--- a/targets/asus/a8n_e/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/asus/a8n_e/Config.lb b/targets/asus/a8n_e/Config.lb
deleted file mode 100644
index 877bbd8..0000000
--- a/targets/asus/a8n_e/Config.lb
+++ /dev/null
@@ -1,48 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Philipp Degler <pdegler@rumms.uni-mannheim.de>
-## (Thanks to LSRA University of Mannheim for their support)
-##
-## 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
-##
-
-target asus_a8n_e
-mainboard asus/a8n_e
-
-romimage "normal"
- option CONFIG_USE_FAILOVER_IMAGE = 0
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = "_Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FAILOVER_IMAGE = 0
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_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 = "_Failover"
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
-# buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/a8v-e_se/Config.lb b/targets/asus/a8v-e_se/Config.lb
deleted file mode 100644
index a0af296..0000000
--- a/targets/asus/a8v-e_se/Config.lb
+++ /dev/null
@@ -1,38 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
-##
-## 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
-##
-
-target asus_a8v-e_se
-mainboard asus/a8v-e_se
-
-romimage "normal"
- option CONFIG_ROM_SIZE = 512 * 1024
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option CONFIG_ROM_IMAGE_SIZE = 128 * 1024
- option COREBOOT_EXTRA_VERSION=".0Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option CONFIG_ROM_IMAGE_SIZE = 128 * 1024
- option COREBOOT_EXTRA_VERSION=".0Fallback"
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/m2v-mx_se/Config-abuild.lb b/targets/asus/m2v-mx_se/Config-abuild.lb
deleted file mode 100644
index 07c6ebd..0000000
--- a/targets/asus/m2v-mx_se/Config-abuild.lb
+++ /dev/null
@@ -1,43 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
-##
-## 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
-##
-
-target asus_m2v-mx_se
-mainboard asus/m2v-mx_se
-
-option CC="CROSSCC"
-option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
-option HOSTCC="CROSS_HOSTCC"
-
-## CONFIG_ROM_SIZE is the total number of bytes allocated for coreboot use
-## (normal AND fallback images and payloads).
-
-# The board comes with 512KB SPI flash (DIP8), 128KB is for coreboot binary
-# 384KB of flash is for payload/roms.
-
-option CONFIG_ROM_SIZE = 512 * 1024
-
-## CONFIG_ROM_IMAGE_SIZE is the maximum number of bytes allowed for a coreboot image,
-## not including any payload.
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- payload __PAYLOAD__
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/asus/m2v-mx_se/Config.lb b/targets/asus/m2v-mx_se/Config.lb
deleted file mode 100644
index 4183543..0000000
--- a/targets/asus/m2v-mx_se/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
-##
-## 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
-##
-
-target asus_m2v-mx_se
-mainboard asus/m2v-mx_se
-
-## CONFIG_ROM_SIZE is the total number of bytes allocated for coreboot use
-## (normal AND fallback images and payloads).
-
-# The board comes with 512KB SPI flash (DIP8), 128KB is for coreboot binary
-# 384KB of flash is for payload/roms.
-
-option CONFIG_ROM_SIZE = 512 * 1024
-
-# Use following line instead if you want to use onboard VGA -
-# padd the rom size to 64KB or XIP won't work, complaining about
-# not good base.
-
-#option CONFIG_ROM_SIZE = (512 * 1024) - (64 * 1024)
-
-## CONFIG_ROM_IMAGE_SIZE is the maximum number of bytes allowed for a coreboot image,
-## not including any payload.
-
-# Please note that 128KB is cached for (XIP) too
-
-option CONFIG_ROM_IMAGE_SIZE = 128 * 1024
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
diff --git a/targets/asus/mew-am/Config.lb b/targets/asus/mew-am/Config.lb
deleted file mode 100644
index ce65169..0000000
--- a/targets/asus/mew-am/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target mew-am
-mainboard asus/mew-am
-
-option CONFIG_ROM_SIZE = 512 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "MEW-AM"
-
-option CONFIG_IRQ_SLOT_COUNT = 8
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload /tmp/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload /tmp/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/mew-vm/Config.lb b/targets/asus/mew-vm/Config.lb
deleted file mode 100644
index be75e03..0000000
--- a/targets/asus/mew-vm/Config.lb
+++ /dev/null
@@ -1,25 +0,0 @@
-target mew-vm
-mainboard asus/mew-vm
-
-## Without VGA BIOS
-option CONFIG_ROM_SIZE = 512 * 1024
-## With VGA BIOS (32k)
-#option CONFIG_ROM_SIZE = (512 * 1024) - (32 * 1024)
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE=0
- option CONFIG_ROM_IMAGE_SIZE=0x10000
- option COREBOOT_EXTRA_VERSION=".0Normal"
-# payload /etc/hosts
- payload /home/amp/filo-0.5/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE=1
- option CONFIG_ROM_IMAGE_SIZE=0x10000
- option COREBOOT_EXTRA_VERSION=".0Fallback"
-# payload /etc/hosts
- payload /home/amp/filo-0.5/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/p2b-d/Config.lb b/targets/asus/p2b-d/Config.lb
deleted file mode 100644
index 739bb77..0000000
--- a/targets/asus/p2b-d/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target p2b-d
-mainboard asus/p2b-d
-
-option CONFIG_ROM_SIZE = 256 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "P2B-D"
-
-option CONFIG_IRQ_SLOT_COUNT = 6
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/p2b-ds/Config.lb b/targets/asus/p2b-ds/Config.lb
deleted file mode 100644
index ca039ed..0000000
--- a/targets/asus/p2b-ds/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target p2b-ds
-mainboard asus/p2b-ds
-
-option CONFIG_ROM_SIZE = 256 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "P2B-DS"
-
-option CONFIG_IRQ_SLOT_COUNT = 7
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload ../payload.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload ../payload.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/p2b-f/Config.lb b/targets/asus/p2b-f/Config.lb
deleted file mode 100644
index 0c19593..0000000
--- a/targets/asus/p2b-f/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target p2b-f
-mainboard asus/p2b-f
-
-option CONFIG_ROM_SIZE = 256 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "P2B-F"
-
-option CONFIG_IRQ_SLOT_COUNT = 7
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload /tmp/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload /tmp/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/p2b/Config.lb b/targets/asus/p2b/Config.lb
deleted file mode 100644
index 8f5f33c..0000000
--- a/targets/asus/p2b/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target p2b
-mainboard asus/p2b
-
-option CONFIG_ROM_SIZE = 256 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "P2B"
-
-option CONFIG_IRQ_SLOT_COUNT = 6
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload /tmp/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload /tmp/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
diff --git a/targets/asus/p3b-f/Config.lb b/targets/asus/p3b-f/Config.lb
deleted file mode 100644
index 9c2eb61..0000000
--- a/targets/asus/p3b-f/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## 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
-##
-
-target p3b-f
-mainboard asus/p3b-f
-
-option CONFIG_ROM_SIZE = 256 * 1024
-
-option CONFIG_MAINBOARD_VENDOR = "ASUS"
-option CONFIG_MAINBOARD_PART_NUMBER = "P3B-F"
-
-option CONFIG_IRQ_SLOT_COUNT = 8
-
-option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9
-option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9
-
-option CONFIG_CONSOLE_VGA = 1
-option CONFIG_PCI_ROM_RUN = 1
-
-romimage "normal"
- option CONFIG_USE_FALLBACK_IMAGE = 0
- option COREBOOT_EXTRA_VERSION = ".0Normal"
- payload /tmp/filo.elf
-end
-
-romimage "fallback"
- option CONFIG_USE_FALLBACK_IMAGE = 1
- option COREBOOT_EXTRA_VERSION = ".0Fallback"
- payload /tmp/filo.elf
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
OpenPOWER on IntegriCloud