forgot to add the seabios changes
[kvm-coreboot.git] / packages / seabios / hardcode.diff
blobce2820cd112bbe5a6871778f3e09b955d1898e5e
1 --- a/src/config.h 2008-07-03 15:12:21.000000000 -0600
2 +++ b/src/config.h 2008-07-03 15:13:23.000000000 -0600
3 @@ -14,31 +14,31 @@
4 #endif
6 // Configure as a coreboot payload.
7 -#define CONFIG_COREBOOT 0
8 +#define CONFIG_COREBOOT 1
10 // Control how verbose debug output is.
11 -#define CONFIG_DEBUG_LEVEL 1
12 +#define CONFIG_DEBUG_LEVEL 6
14 // Send debugging information to serial port
15 -#define CONFIG_DEBUG_SERIAL 0
16 +#define CONFIG_DEBUG_SERIAL 1
18 -#define CONFIG_FLOPPY_SUPPORT 1
19 +#define CONFIG_FLOPPY_SUPPORT 0
20 #define CONFIG_PS2_MOUSE 1
21 #define CONFIG_ATA 1
22 #define CONFIG_KBD_CALL_INT15_4F 1
23 #define CONFIG_CDROM_BOOT 1
24 #define CONFIG_CDROM_EMU 1
25 // Support generation of a PIR table in 0xf000 segment (for emulators)
26 -#define CONFIG_PIRTABLE 1
27 +#define CONFIG_PIRTABLE 1
28 // Support generation of ACPI PIR tables (for emulators)
29 -#define CONFIG_ACPI 1
30 +#define CONFIG_ACPI 1
31 // Support int 1a/b1 PCI BIOS calls
32 -#define CONFIG_PCIBIOS 1
33 +#define CONFIG_PCIBIOS 1
34 // Support int 15/53 APM BIOS calls
35 -#define CONFIG_APMBIOS 1
36 +#define CONFIG_APMBIOS 1
38 /* define it if the (emulated) hardware supports SMM mode */
39 -#define CONFIG_USE_SMM 1
40 +#define CONFIG_USE_SMM 1
42 /* if true, put the MP float table and ACPI RSDT in EBDA and the MP
43 table in RAM. Unfortunately, Linux has bugs with that, so we prefer