Author: ward Date: 2007-12-04 20:17:07 +0100 (Tue, 04 Dec 2007) New Revision: 73
Modified: buildrom-devel/config/platforms/supermicro-h8dmr.conf buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config Log:
This patch applies to the Supermicro H8DMR board.
It upgrades the linuxbios version used to 2996 so that we can use a VGA option rom.
It also fixes the devices FILO looks on to find the grub config file to hde1, which is what the first drive is recognized as on an MCP55-based board like this one.
This is a trivial patch.
Signed-off-by: Ward Vandewege ward@gnu.org Acked-by: Ward Vandewege ward@gnu.org
Modified: buildrom-devel/config/platforms/supermicro-h8dmr.conf =================================================================== --- buildrom-devel/config/platforms/supermicro-h8dmr.conf 2007-12-03 19:06:36 UTC (rev 72) +++ buildrom-devel/config/platforms/supermicro-h8dmr.conf 2007-12-04 19:17:07 UTC (rev 73) @@ -40,7 +40,7 @@ LINUXBIOS_BOARD=h8dmr LINUXBIOS_CONFIG=Config.lb LINUXBIOS_TDIR=h8dmr -LINUXBIOS_TAG=2994 +LINUXBIOS_TAG=2996 LINUXBIOS_ROM_NAME=linuxbios.rom
# FILO configuration
Modified: buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config =================================================================== --- buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config 2007-12-03 19:06:36 UTC (rev 72) +++ buildrom-devel/packages/filo/conf/supermicro-h8dmr-Config 2007-12-04 19:17:07 UTC (rev 73) @@ -1,7 +1,7 @@ # Use grub instead of autoboot? USE_GRUB = 1 # Grub menu.lst path -MENULST_FILE = "hda1:/boot/grub/menu.lst" +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