Author: myles Date: 2008-08-20 00:48:06 +0200 (Wed, 20 Aug 2008) New Revision: 220
Modified: buildrom-devel/packages/seabios/hardcode.diff buildrom-devel/packages/seabios/seabios.mk Log: This trivial patch changes updates the #defines and a typo for seabios.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Myles Watson mylesgw@gmail.com
Modified: buildrom-devel/packages/seabios/hardcode.diff =================================================================== --- buildrom-devel/packages/seabios/hardcode.diff 2008-08-11 15:01:35 UTC (rev 219) +++ buildrom-devel/packages/seabios/hardcode.diff 2008-08-19 22:48:06 UTC (rev 220) @@ -1,6 +1,6 @@ ---- a/src/config.h 2008-07-03 15:12:21.000000000 -0600 -+++ b/src/config.h 2008-07-03 15:13:23.000000000 -0600 -@@ -14,31 +14,31 @@ +--- a/src/config.h 2008-07-21 10:56:45.000000000 -0600 ++++ b/src/config.h 2008-07-21 10:59:39.000000000 -0600 +@@ -13,13 +13,13 @@ #endif
// Configure as a coreboot payload. @@ -15,29 +15,14 @@ -#define CONFIG_DEBUG_SERIAL 0 +#define CONFIG_DEBUG_SERIAL 1
--#define CONFIG_FLOPPY_SUPPORT 1 -+#define CONFIG_FLOPPY_SUPPORT 0 - #define CONFIG_PS2_MOUSE 1 - #define CONFIG_ATA 1 - #define CONFIG_KBD_CALL_INT15_4F 1 - #define CONFIG_CDROM_BOOT 1 - #define CONFIG_CDROM_EMU 1 - // Support generation of a PIR table in 0xf000 segment (for emulators) --#define CONFIG_PIRTABLE 1 -+#define CONFIG_PIRTABLE 1 - // Support generation of ACPI PIR tables (for emulators) --#define CONFIG_ACPI 1 -+#define CONFIG_ACPI 1 + // Support for int13 floppy drive access + #define CONFIG_FLOPPY_SUPPORT 1 +@@ -36,7 +36,7 @@ // Support int 1a/b1 PCI BIOS calls --#define CONFIG_PCIBIOS 1 -+#define CONFIG_PCIBIOS 1 + #define CONFIG_PCIBIOS 1 + // Maximum number of PCI busses. +-#define CONFIG_PCI_BUS_COUNT 2 ++#define CONFIG_PCI_BUS_COUNT 6 // Support int 15/53 APM BIOS calls --#define CONFIG_APMBIOS 1 -+#define CONFIG_APMBIOS 1 - - /* define it if the (emulated) hardware supports SMM mode */ --#define CONFIG_USE_SMM 1 -+#define CONFIG_USE_SMM 1 - - /* if true, put the MP float table and ACPI RSDT in EBDA and the MP - table in RAM. Unfortunately, Linux has bugs with that, so we prefer + #define CONFIG_APMBIOS 1 + // Support int 19/18 system bootup support
Modified: buildrom-devel/packages/seabios/seabios.mk =================================================================== --- buildrom-devel/packages/seabios/seabios.mk 2008-08-11 15:01:35 UTC (rev 219) +++ buildrom-devel/packages/seabios/seabios.mk 2008-08-19 22:48:06 UTC (rev 220) @@ -33,7 +33,7 @@ @ touch $@
$(SEABIOS_STAMP_DIR)/.patched: $(SEABIOS_STAMP_DIR)/.unpacked - @ echo "Patching mkelfimage..." + @ echo "Patching SeaBIOS..." @ $(BIN_DIR)/doquilt.sh $(SEABIOS_SRC_DIR) $(SEABIOS_PATCHES) @ touch $@