Author: jcrouse Date: 2008-09-12 19:18:00 +0200 (Fri, 12 Sep 2008) New Revision: 226
Removed: buildrom-devel/packages/filo/conf/alix1c-Config buildrom-devel/packages/filo/conf/alix2c3-Config buildrom-devel/packages/filo/conf/asus_a8v-e_se-Config buildrom-devel/packages/filo/conf/db800-Config buildrom-devel/packages/filo/conf/ga-2761gxdk-Config buildrom-devel/packages/filo/conf/m57sli-Config buildrom-devel/packages/filo/conf/msm800sev-Config buildrom-devel/packages/filo/conf/norwich-Config buildrom-devel/packages/filo/conf/qemu-Config buildrom-devel/packages/filo/conf/serengeti_cheetah-Config buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config buildrom-devel/packages/filo/conf/tyan-generic-Config buildrom-devel/packages/filo/conf/tyan-s2881-Config buildrom-devel/packages/filo/conf/tyan-s2882-Config buildrom-devel/packages/filo/conf/tyan-s2891-Config Modified: buildrom-devel/config/payloads/payloads.conf buildrom-devel/config/platforms/alix1c.conf buildrom-devel/config/platforms/asus_a8v-e_se.conf buildrom-devel/config/platforms/db800.conf buildrom-devel/config/platforms/dbe61.conf buildrom-devel/config/platforms/ga-2761gxdk.conf buildrom-devel/config/platforms/m57sli.conf buildrom-devel/config/platforms/msm800sev.conf buildrom-devel/config/platforms/norwich.conf buildrom-devel/config/platforms/qemu.conf buildrom-devel/config/platforms/serengeti_cheetah.conf buildrom-devel/config/platforms/supermicro-h8dmr.conf buildrom-devel/config/platforms/tyan-s2881.conf buildrom-devel/config/platforms/tyan-s2882.conf buildrom-devel/config/platforms/tyan-s2891.conf buildrom-devel/config/platforms/tyan-s2892.conf buildrom-devel/config/platforms/tyan-s2895.conf buildrom-devel/packages/filo/filo.mk Log: [PATCH] libpayload: Update FILO to the trunk
Update FILO to build from the trunk - we will use the default configuration for all platforms (for now), so remove the previous configurations and infrastructure.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: buildrom-devel/config/payloads/payloads.conf =================================================================== --- buildrom-devel/config/payloads/payloads.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/payloads/payloads.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -41,6 +41,7 @@ PCONF-$(CONFIG_PAYLOAD_OFW) = ofw.conf PCONF-$(CONFIG_PAYLOAD_OPENBIOS) = openbios.conf PCONF-$(CONFIG_PAYLOAD_TINT) = libpayload-dep.conf +PCONF-$(CONFIG_PAYLOAD_FILO) = libpayload-dep.conf
include $(CONFIG_DIR)/payloads/$(PCONF-y)
Modified: buildrom-devel/config/platforms/alix1c.conf =================================================================== --- buildrom-devel/config/platforms/alix1c.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/alix1c.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -22,8 +22,3 @@ CBV2_TAG=3335
CBV3_TAG=682 - -# FILO configuration - -FILO_CONFIG=alix1c-Config -
Modified: buildrom-devel/config/platforms/asus_a8v-e_se.conf =================================================================== --- buildrom-devel/config/platforms/asus_a8v-e_se.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/asus_a8v-e_se.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -33,8 +33,3 @@ COREBOOT_BOARD=a8v-e_se CBV2_TDIR=asus_a8v-e_se CBV2_TAG=3241 - -# FILO configuration - -FILO_CONFIG=asus_a8v-e_se-Config -
Modified: buildrom-devel/config/platforms/db800.conf =================================================================== --- buildrom-devel/config/platforms/db800.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/db800.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -22,9 +22,3 @@ COREBOOT_BOARD=db800 CBV2_TDIR=db800 CBV2_TAG=3335 - -# FILO configuration -# Use a new FILO config for the DB800 to autoload an image - -FILO_CONFIG=db800-Config -
Modified: buildrom-devel/config/platforms/dbe61.conf =================================================================== --- buildrom-devel/config/platforms/dbe61.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/dbe61.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -22,8 +22,3 @@ COREBOOT_BOARD=dbe61 CBV2_TDIR=dbe61 CBV2_TAG=3335 - -# FILO configuration - -FILO_CONFIG=norwich-Config -
Modified: buildrom-devel/config/platforms/ga-2761gxdk.conf =================================================================== --- buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -26,8 +26,3 @@ COREBOOT_BOARD=ga_2761gxdk CBV2_TDIR=ga_2761gxdk CBV2_TAG=3335 - -# FILO configuration - -FILO_CONFIG=ga-2761gxdk-Config -
Modified: buildrom-devel/config/platforms/m57sli.conf =================================================================== --- buildrom-devel/config/platforms/m57sli.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/m57sli.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -31,8 +31,3 @@ COREBOOT_BOARD=m57sli CBV2_TDIR=m57sli CBV2_TAG=3381 - -# FILO configuration - -FILO_CONFIG=m57sli-Config -
Modified: buildrom-devel/config/platforms/msm800sev.conf =================================================================== --- buildrom-devel/config/platforms/msm800sev.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/msm800sev.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -21,8 +21,3 @@ COREBOOT_BOARD=msm800sev CBV2_TDIR=msm800sev CBV2_TAG=3335 - -# FILO configuration - -FILO_CONFIG=msm800sev-Config -
Modified: buildrom-devel/config/platforms/norwich.conf =================================================================== --- buildrom-devel/config/platforms/norwich.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/norwich.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -21,8 +21,3 @@ COREBOOT_BOARD=norwich CBV2_TDIR=norwich CBV2_TAG=3294 - -# FILO configuration - -FILO_CONFIG=norwich-Config -
Modified: buildrom-devel/config/platforms/qemu.conf =================================================================== --- buildrom-devel/config/platforms/qemu.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/qemu.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -23,8 +23,3 @@
COREBOOT_VENDOR=emulation COREBOOT_BOARD=qemu-x86 - -# FILO configuration - -FILO_CONFIG=qemu-Config -
Modified: buildrom-devel/config/platforms/serengeti_cheetah.conf =================================================================== --- buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -46,8 +46,3 @@ CBV2_TDIR=serengeti_cheetah CBV2_TAG=3343 endif - -# FILO configuration - -FILO_CONFIG=serengeti_cheetah-Config -
Modified: buildrom-devel/config/platforms/supermicro-h8dmr.conf =================================================================== --- buildrom-devel/config/platforms/supermicro-h8dmr.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/supermicro-h8dmr.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -31,8 +31,3 @@ COREBOOT_BOARD=h8dmr CBV2_TDIR=h8dmr CBV2_TAG=3278 - -# FILO configuration - -FILO_CONFIG=supermicro-h8dmr-Config -
Modified: buildrom-devel/config/platforms/tyan-s2881.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2881.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/tyan-s2881.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -31,8 +31,3 @@ COREBOOT_BOARD=s2881 CBV2_TDIR=s2881 CBV2_TAG=3131 - -# FILO configuration - -FILO_CONFIG=tyan-s2881-Config -
Modified: buildrom-devel/config/platforms/tyan-s2882.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2882.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/tyan-s2882.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -31,8 +31,3 @@ COREBOOT_BOARD=s2882 CBV2_TDIR=s2882 CBV2_TAG=3114 - -# FILO configuration - -FILO_CONFIG=tyan-s2882-Config -
Modified: buildrom-devel/config/platforms/tyan-s2891.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2891.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/tyan-s2891.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -31,8 +31,3 @@ COREBOOT_BOARD=s2891 CBV2_TDIR=s2891 CBV2_TAG=3259 - -# FILO configuration - -FILO_CONFIG=tyan-s2891-Config -
Modified: buildrom-devel/config/platforms/tyan-s2892.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2892.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/tyan-s2892.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -29,8 +29,3 @@ COREBOOT_BOARD=s2892 CBV2_TDIR=s2892 CBV2_TAG=3259 - -# FILO configuration - -FILO_CONFIG=tyan-generic-Config -
Modified: buildrom-devel/config/platforms/tyan-s2895.conf =================================================================== --- buildrom-devel/config/platforms/tyan-s2895.conf 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/config/platforms/tyan-s2895.conf 2008-09-12 17:18:00 UTC (rev 226) @@ -29,8 +29,3 @@ COREBOOT_BOARD=s2895 CBV2_TDIR=s2895 CBV2_TAG=3259 - -# FILO configuration - -FILO_CONFIG=tyan-generic-Config -
Deleted: buildrom-devel/packages/filo/conf/alix1c-Config =================================================================== --- buildrom-devel/packages/filo/conf/alix1c-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/alix1c-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/alix2c3-Config =================================================================== --- buildrom-devel/packages/filo/conf/alix2c3-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/alix2c3-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,16 +0,0 @@ -USE_GRUB = 1 -MENULST_FILE = "hda1:/boot/grub/menu.lst" -IDE_DISK = 1 -IDE_DISK_POLL_DELAY = 1 -USB_DISK = 1 -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -ELTORITO = 1 -SUPPORT_PCI = 1 -PCI_BRUTE_SCAN = 1 -LINUX_LOADER = 1
Deleted: buildrom-devel/packages/filo/conf/asus_a8v-e_se-Config =================================================================== --- buildrom-devel/packages/filo/conf/asus_a8v-e_se-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/asus_a8v-e_se-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,17 +0,0 @@ -USE_GRUB = 1 -MENULST_FILE = "hda2:/boot/grub/menu.lst" -IDE_DISK = 1 -IDE_DISK_POLL_DELAY = 1 -SLOW_SATA = 1 -USB_DISK = 1 -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -ELTORITO = 1 -SUPPORT_PCI = 1 -PCI_BRUTE_SCAN = 1 -LINUX_LOADER = 1
Deleted: buildrom-devel/packages/filo/conf/db800-Config =================================================================== --- buildrom-devel/packages/filo/conf/db800-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/db800-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,101 +0,0 @@ -# !!! NOTE !!! -# Do NOT add spaces or comments at the end of option lines. -# It confuses some versions of make. - -# Use grub instead of autoboot? -USE_GRUB = 1 - -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/menu.lst" -# Via Epia-MII CF boot: -#MENULST_FILE = "hde1:/boot/filo/menu.lst" - -# time before default menu.lst is chosen. Set to 0 to ignore -MENULST_TIMEOUT = 10 - -# Image filename for automatic boot and optional command line parameter -AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200" -#AUTOBOOT_FILE = "mem@0xfff80000" -#AUTOBOOT_FILE = "hde1@0" -#AUTOBOOT_FILE = "uda1:/vmlinuz.elf" - -# Time in second before booting AUTOBOOT_FILE -AUTOBOOT_DELAY = 2 - -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 - -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -# NOTE: Slows down access significantly, so disable -# whenever possible. -#IDE_DISK_POLL_DELAY = 1 - -# Use PCMCIA compact flash on Via Epia MII10000 and MII6000E -# This device is referred to as hde. -#PCMCIA_CF = 1 - -# Driver for USB Storage -# USB_DISK = 1 - -# VGA text console -# VGA_CONSOLE = 1 -# PC_KEYBOARD = 1 - -# Serial console -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -# if SERIAL_SPEED is commented out, the speed will not be changed. -#SERIAL_SPEED = 115200 - -# Filesystems -FSYS_EXT2FS = 1 -FSYS_FAT = 1 -#FSYS_JFS = 1 -#FSYS_MINIX = 1 -FSYS_REISERFS = 1 -#FSYS_XFS = 1 -FSYS_ISO9660 = 1 - -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 - -# PCI support -SUPPORT_PCI = 1 - -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 - -# Sound support (needs SUPPORT_PCI) -#SUPPORT_SOUND = 1 - -# Sound drivers -#VIA_SOUND = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 - -# i386 options - -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Boot FILO from Multiboot loader (eg. GRUB) -#MULTIBOOT_IMAGE = 1 -
Deleted: buildrom-devel/packages/filo/conf/ga-2761gxdk-Config =================================================================== --- buildrom-devel/packages/filo/conf/ga-2761gxdk-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/ga-2761gxdk-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hde1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/m57sli-Config =================================================================== --- buildrom-devel/packages/filo/conf/m57sli-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/m57sli-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,52 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hde1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Wait 5 seconds to allow the sata disks to spin up -SLOW_SATA = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/msm800sev-Config =================================================================== --- buildrom-devel/packages/filo/conf/msm800sev-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/msm800sev-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,101 +0,0 @@ -# !!! NOTE !!! -# Do NOT add spaces or comments at the end of option lines. -# It confuses some versions of make. - -# Use grub instead of autoboot? -USE_GRUB = 1 - -# Grub menu.lst path -MENULST_FILE = "hda2:/boot/menu.lst" -# Via Epia-MII CF boot: -#MENULST_FILE = "hde1:/boot/filo/menu.lst" - -# time before default menu.lst is chosen. Set to 0 to ignore -MENULST_TIMEOUT = 0 - -# Image filename for automatic boot and optional command line parameter -AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200" -#AUTOBOOT_FILE = "mem@0xfff80000" -#AUTOBOOT_FILE = "hde1@0" -#AUTOBOOT_FILE = "uda1:/vmlinuz.elf" - -# Time in second before booting AUTOBOOT_FILE -AUTOBOOT_DELAY = 2 - -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 - -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -# NOTE: Slows down access significantly, so disable -# whenever possible. -#IDE_DISK_POLL_DELAY = 1 - -# Use PCMCIA compact flash on Via Epia MII10000 and MII6000E -# This device is referred to as hde. -#PCMCIA_CF = 1 - -# Driver for USB Storage -# USB_DISK = 1 - -# VGA text console -# VGA_CONSOLE = 1 -# PC_KEYBOARD = 1 - -# Serial console -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -# if SERIAL_SPEED is commented out, the speed will not be changed. -#SERIAL_SPEED = 115200 - -# Filesystems -FSYS_EXT2FS = 1 -FSYS_FAT = 1 -#FSYS_JFS = 1 -#FSYS_MINIX = 1 -FSYS_REISERFS = 1 -#FSYS_XFS = 1 -FSYS_ISO9660 = 1 - -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 - -# PCI support -SUPPORT_PCI = 1 - -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 - -# Sound support (needs SUPPORT_PCI) -#SUPPORT_SOUND = 1 - -# Sound drivers -#VIA_SOUND = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 - -# i386 options - -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Boot FILO from Multiboot loader (eg. GRUB) -#MULTIBOOT_IMAGE = 1 -
Deleted: buildrom-devel/packages/filo/conf/norwich-Config =================================================================== --- buildrom-devel/packages/filo/conf/norwich-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/norwich-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,101 +0,0 @@ -# !!! NOTE !!! -# Do NOT add spaces or comments at the end of option lines. -# It confuses some versions of make. - -# Use grub instead of autoboot? -USE_GRUB = 1 - -# Grub menu.lst path -MENULST_FILE = "hda2:/boot/menu.lst" -# Via Epia-MII CF boot: -#MENULST_FILE = "hde1:/boot/filo/menu.lst" - -# time before default menu.lst is chosen. Set to 0 to ignore -MENULST_TIMEOUT = 0 - -# Image filename for automatic boot and optional command line parameter -AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200" -#AUTOBOOT_FILE = "mem@0xfff80000" -#AUTOBOOT_FILE = "hde1@0" -#AUTOBOOT_FILE = "uda1:/vmlinuz.elf" - -# Time in second before booting AUTOBOOT_FILE -AUTOBOOT_DELAY = 2 - -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 - -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -# NOTE: Slows down access significantly, so disable -# whenever possible. -#IDE_DISK_POLL_DELAY = 1 - -# Use PCMCIA compact flash on Via Epia MII10000 and MII6000E -# This device is referred to as hde. -#PCMCIA_CF = 1 - -# Driver for USB Storage -# USB_DISK = 1 - -# VGA text console -# VGA_CONSOLE = 1 -# PC_KEYBOARD = 1 - -# Serial console -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -# if SERIAL_SPEED is commented out, the speed will not be changed. -#SERIAL_SPEED = 115200 - -# Filesystems -FSYS_EXT2FS = 1 -FSYS_FAT = 1 -#FSYS_JFS = 1 -#FSYS_MINIX = 1 -FSYS_REISERFS = 1 -#FSYS_XFS = 1 -FSYS_ISO9660 = 1 - -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 - -# PCI support -SUPPORT_PCI = 1 - -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 - -# Sound support (needs SUPPORT_PCI) -#SUPPORT_SOUND = 1 - -# Sound drivers -#VIA_SOUND = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 - -# i386 options - -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Boot FILO from Multiboot loader (eg. GRUB) -#MULTIBOOT_IMAGE = 1 -
Deleted: buildrom-devel/packages/filo/conf/qemu-Config =================================================================== --- buildrom-devel/packages/filo/conf/qemu-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/qemu-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,101 +0,0 @@ -# !!! NOTE !!! -# Do NOT add spaces or comments at the end of option lines. -# It confuses some versions of make. - -# Use grub instead of autoboot? -USE_GRUB = 1 - -# Grub menu.lst path -MENULST_FILE = "hda3:/boot/filo/menu.lst" -# Via Epia-MII CF boot: -#MENULST_FILE = "hde1:/boot/filo/menu.lst" - -# time before default menu.lst is chosen. Set to 0 to ignore -MENULST_TIMEOUT = 0 - -# Image filename for automatic boot and optional command line parameter -AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200" -#AUTOBOOT_FILE = "mem@0xfff80000" -#AUTOBOOT_FILE = "hde1@0" -#AUTOBOOT_FILE = "uda1:/vmlinuz.elf" - -# Time in second before booting AUTOBOOT_FILE -AUTOBOOT_DELAY = 2 - -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 - -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -# NOTE: Slows down access significantly, so disable -# whenever possible. -#IDE_DISK_POLL_DELAY = 1 - -# Use PCMCIA compact flash on Via Epia MII10000 and MII6000E -# This device is referred to as hde. -#PCMCIA_CF = 1 - -# Driver for USB Storage -USB_DISK = 1 - -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 - -# Serial console -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -# if SERIAL_SPEED is commented out, the speed will not be changed. -#SERIAL_SPEED = 115200 - -# Filesystems -FSYS_EXT2FS = 1 -FSYS_FAT = 1 -#FSYS_JFS = 1 -#FSYS_MINIX = 1 -FSYS_REISERFS = 1 -#FSYS_XFS = 1 -FSYS_ISO9660 = 1 - -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 - -# PCI support -SUPPORT_PCI = 1 - -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 - -# Sound support (needs SUPPORT_PCI) -#SUPPORT_SOUND = 1 - -# Sound drivers -#VIA_SOUND = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 - -# i386 options - -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Boot FILO from Multiboot loader (eg. GRUB) -#MULTIBOOT_IMAGE = 1 -
Deleted: buildrom-devel/packages/filo/conf/serengeti_cheetah-Config =================================================================== --- buildrom-devel/packages/filo/conf/serengeti_cheetah-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/serengeti_cheetah-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,99 +0,0 @@ -# !!! NOTE !!! -# Do NOT add spaces or comments at the end of option lines. -# It confuses some versions of make. - -# Use grub instead of autoboot? -USE_GRUB = 1 - -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/filo/menu.lst" - -# time before default menu.lst is chosen. Set to 0 to ignore -MENULST_TIMEOUT = 0 - -# Image filename for automatic boot and optional command line parameter -AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200" -#AUTOBOOT_FILE = "mem@0xfff80000" -#AUTOBOOT_FILE = "hde1@0" -#AUTOBOOT_FILE = "uda1:/vmlinuz.elf" - -# Time in second before booting AUTOBOOT_FILE -AUTOBOOT_DELAY = 2 - -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 - -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -# NOTE: Slows down access significantly, so disable -# whenever possible. -#IDE_DISK_POLL_DELAY = 1 - -# Use PCMCIA compact flash on Via Epia MII10000 and MII6000E -# This device is referred to as hde. -#PCMCIA_CF = 1 - -# Driver for USB Storage -# USB_DISK = 1 - -# VGA text console - VGA_CONSOLE = 1 - PC_KEYBOARD = 1 - -# Serial console -SERIAL_CONSOLE = 1 -SERIAL_IOBASE = 0x3f8 -# if SERIAL_SPEED is commented out, the speed will not be changed. -#SERIAL_SPEED = 115200 - -# Filesystems -FSYS_EXT2FS = 1 -FSYS_FAT = 1 -#FSYS_JFS = 1 -#FSYS_MINIX = 1 -FSYS_REISERFS = 1 -#FSYS_XFS = 1 -FSYS_ISO9660 = 1 - -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 - -# PCI support -SUPPORT_PCI = 1 - -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 - -# Sound support (needs SUPPORT_PCI) -#SUPPORT_SOUND = 1 - -# Sound drivers -#VIA_SOUND = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 - -# i386 options - -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Boot FILO from Multiboot loader (eg. GRUB) -#MULTIBOOT_IMAGE = 1 -
Deleted: buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config =================================================================== --- buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hde1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/tyan-generic-Config =================================================================== --- buildrom-devel/packages/filo/conf/tyan-generic-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/tyan-generic-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/tyan-s2881-Config =================================================================== --- buildrom-devel/packages/filo/conf/tyan-s2881-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/tyan-s2881-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/tyan-s2882-Config =================================================================== --- buildrom-devel/packages/filo/conf/tyan-s2882-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/tyan-s2882-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Deleted: buildrom-devel/packages/filo/conf/tyan-s2891-Config =================================================================== --- buildrom-devel/packages/filo/conf/tyan-s2891-Config 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/conf/tyan-s2891-Config 2008-09-12 17:18:00 UTC (rev 226) @@ -1,50 +0,0 @@ -# Use grub instead of autoboot? -USE_GRUB = 1 -# Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" -# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus -IDE_DISK = 1 -# Add a short delay when polling status registers -# (required on some broken SATA controllers) -IDE_DISK_POLL_DELAY = 1 -# Driver for USB Storage -USB_DISK = 1 -# VGA text console -VGA_CONSOLE = 1 -PC_KEYBOARD = 1 -# Enable the serial console -SERIAL_CONSOLE = 1 -# Serial console; real external serial port -SERIAL_IOBASE = 0x3f8 -SERIAL_SPEED = 115200 -# Filesystems -FSYS_EXT2FS = 1 -FSYS_ISO9660 = 1 -# Support for boot disk image in bootable CD-ROM (El Torito) -ELTORITO = 1 -# PCI support -SUPPORT_PCI = 1 -# Enable this to scan PCI busses above bus 0 -# AMD64 based boards do need this. -PCI_BRUTE_SCAN = 1 -# Loader for standard Linux kernel image, a.k.a. /vmlinuz -LINUX_LOADER = 1 - -# Debugging -#DEBUG_ALL = 1 -#DEBUG_ELFBOOT = 1 -#DEBUG_ELFNOTE = 1 -#DEBUG_LINUXBIOS = 1 -#DEBUG_MALLOC = 1 -#DEBUG_MULTIBOOT = 1 -#DEBUG_SEGMENT = 1 -#DEBUG_SYS_INFO = 1 -#DEBUG_TIMER = 1 -#DEBUG_BLOCKDEV = 1 -#DEBUG_PCI = 1 -#DEBUG_VIA_SOUND = 1 -#DEBUG_LINUXLOAD = 1 -#DEBUG_IDE = 1 -#DEBUG_USB = 1 -#DEBUG_ELTORITO = 1 -
Modified: buildrom-devel/packages/filo/filo.mk =================================================================== --- buildrom-devel/packages/filo/filo.mk 2008-09-11 19:04:33 UTC (rev 225) +++ buildrom-devel/packages/filo/filo.mk 2008-09-12 17:18:00 UTC (rev 226) @@ -1,13 +1,11 @@ -FILO_URL=svn://coreboot.org/filo/branches/filo-0.5 -FILO_TAG=59 +FILO_URL=svn://coreboot.org/filo/trunk/filo +FILO_TAG=62
FILO_DIR=$(BUILD_DIR)/filo FILO_SRC_DIR=$(FILO_DIR)/svn FILO_STAMP_DIR=$(FILO_DIR)/stamps FILO_LOG_DIR=$(FILO_DIR)/logs
-FILO_PATCHES=$(PACKAGE_DIR)/filo/patches/make.patch - ifeq ($(CONFIG_VERBOSE),y) FILO_FETCH_LOG=/dev/stdout FILO_BUILD_LOG=/dev/stdout @@ -22,6 +20,8 @@
ifeq ($(shell if [ -f $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) ]; then echo 1; fi),1) FILO_CONFIG = customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) +else + FILO_CONFIG = $(FILO_SRC_DIR)/configs/defconfig endif
$(SOURCE_DIR)/$(FILO_TARBALL): @@ -35,28 +35,28 @@ @ tar -C $(FILO_DIR) -zxf $(SOURCE_DIR)/$(FILO_TARBALL) @ touch $@
-$(FILO_STAMP_DIR)/.patched: $(FILO_STAMP_DIR)/.unpacked - @ echo "Patching filo..." - @ $(BIN_DIR)/doquilt.sh $(FILO_SRC_DIR) $(FILO_PATCHES) - @ touch $@ +#$(FILO_STAMP_DIR)/.patched: $(FILO_STAMP_DIR)/.unpacked +# @ echo "Patching filo..." +# @ $(BIN_DIR)/doquilt.sh $(FILO_SRC_DIR) $(FILO_PATCHES) +# @ touch $@
-$(FILO_STAMP_DIR)/.configured: $(FILO_STAMP_DIR)/.patched - @ make -C $(FILO_SRC_DIR) config > $(FILO_BUILD_LOG) 2>&1 - @ cp $(PACKAGE_DIR)/filo/conf/$(FILO_CONFIG) $(FILO_SRC_DIR)/Config +$(FILO_STAMP_DIR)/.configured: $(FILO_STAMP_DIR)/.unpacked + @ cp $(FILO_CONFIG) $(FILO_SRC_DIR)/.config + @ make -C $(FILO_SRC_DIR) oldconfig > $(FILO_BUILD_LOG) 2>&1 + @ mkdir -p $(OUTPUT_DIR)/config/filo + @ cp $(FILO_SRC_DIR)/.config $(OUTPUT_DIR)/config/filo/config @ touch $@
-$(FILO_SRC_DIR)/filo.elf: $(FILO_STAMP_DIR)/.configured - @ echo "Building filo..." +$(FILO_SRC_DIR)/build/filo.elf: $(FILO_STAMP_DIR)/.configured ifeq ($(findstring customconfig,$(FILO_CONFIG)),customconfig) - @ echo "Using custom config $(PACKAGE_DIR)/filo/conf/$(FILO_CONFIG)" + @ echo "Using custom config $(FILO_CONFIG)" endif - @ make -C $(FILO_SRC_DIR) filo.elf > $(FILO_BUILD_LOG) 2>&1 - @ mkdir -p $(OUTPUT_DIR)/config/filo - @ cp $(FILO_SRC_DIR)/Config $(OUTPUT_DIR)/config/filo/ + @ echo "Building filo..." + @ make -C $(FILO_SRC_DIR) > $(FILO_BUILD_LOG) 2>&1
-$(FILO_STAMP_DIR)/.copied: $(FILO_SRC_DIR)/filo.elf +$(FILO_STAMP_DIR)/.copied: $(FILO_SRC_DIR)/build/filo.elf @ mkdir -p $(shell dirname $(PAYLOAD_ELF)) - @ cp $(FILO_SRC_DIR)/filo.elf $(PAYLOAD_ELF) + @ cp $(FILO_SRC_DIR)/build/filo.elf $(PAYLOAD_ELF) @ touch $@
$(FILO_STAMP_DIR) $(FILO_LOG_DIR): @@ -87,8 +87,8 @@ @ echo else @ echo "Configure filo..." - @ $(MAKE) -C $(FILO_SRC_DIR) config - @ cp -f $(FILO_SRC_DIR)/Config $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) + @ $(MAKE) -C $(FILO_SRC_DIR) menuconfig + @ cp -f $(FILO_SRC_DIR)/.config $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD) @ echo @ echo "Your custom FILO config has been saved as " @ echo " $(PACKAGE_DIR)/filo/conf/customconfig--$(PAYLOAD)--$(COREBOOT_VENDOR)-$(COREBOOT_BOARD)"