This patch applies to the Supermicro H8DMR board.
[buildrom.git] / buildrom-devel / packages / filo / conf / supermicro-h8dmr-Config
blobb079ed453d7c80eb175f9bb9a6f0dfe2e1c75744
1 # Use grub instead of autoboot?
2 USE_GRUB = 1
3 # Grub menu.lst path
4 MENULST_FILE = "hde1:/boot/grub/menu.lst"
5 # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
6 IDE_DISK = 1
7 # Add a short delay when polling status registers
8 # (required on some broken SATA controllers)
9 IDE_DISK_POLL_DELAY = 1
10 # Driver for USB Storage
11 USB_DISK = 1
12 # VGA text console
13 VGA_CONSOLE = 1
14 PC_KEYBOARD = 1
15 # Enable the serial console
16 SERIAL_CONSOLE = 1
17 # Serial console; real external serial port
18 SERIAL_IOBASE = 0x3f8
19 SERIAL_SPEED = 115200
20 # Filesystems
21 FSYS_EXT2FS = 1
22 FSYS_ISO9660 = 1
23 # Support for boot disk image in bootable CD-ROM (El Torito)
24 ELTORITO = 1
25 # PCI support
26 SUPPORT_PCI = 1
27 # Enable this to scan PCI busses above bus 0
28 # AMD64 based boards do need this.
29 PCI_BRUTE_SCAN = 1
30 # Loader for standard Linux kernel image, a.k.a. /vmlinuz
31 LINUX_LOADER = 1
33 # Debugging
34 #DEBUG_ALL = 1
35 #DEBUG_ELFBOOT = 1
36 #DEBUG_ELFNOTE = 1
37 #DEBUG_LINUXBIOS = 1
38 #DEBUG_MALLOC = 1
39 #DEBUG_MULTIBOOT = 1
40 #DEBUG_SEGMENT = 1
41 #DEBUG_SYS_INFO = 1
42 #DEBUG_TIMER = 1
43 #DEBUG_BLOCKDEV = 1
44 #DEBUG_PCI = 1
45 #DEBUG_VIA_SOUND = 1
46 #DEBUG_LINUXLOAD = 1
47 #DEBUG_IDE = 1
48 #DEBUG_USB = 1
49 #DEBUG_ELTORITO = 1