mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
CONFIG_COMPRESS=0 in mainboard Config
update STATUS fix irq_tables.c for broken gcc 3.2
This commit is contained in:
parent
7699e7a8f9
commit
c13071bd98
3 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@ option SMC_BASE=0x3F0
|
|||
option CONFIG_UDELAY_TSC=1
|
||||
option CONFIG_LINUXBIOS_ENABLE_IDE=1
|
||||
option CONFIG_LINUXBIOS_LEGACY_IDE=1
|
||||
option CONFIG_COMPRESS=0
|
||||
object mainboard.o
|
||||
object irq_tables.o
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ console-types:Serial
|
|||
# vga is unsupported, unstable, or stable
|
||||
vga:unsupported
|
||||
# Last-known-good follows the internationl date standard: day/month/year
|
||||
last-known-good: 18/11/2002
|
||||
last-known-good: 16/12/2002
|
||||
Comments: You must set CONFIG_COMPRESS to 0 in your config file (see the example)
|
||||
Links:
|
||||
Mainboard-revision:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Documentation at : http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM
|
||||
*/
|
||||
|
||||
#define IRQ_SLOT_COUNT 19
|
||||
#include <arch/pirq_routing.h>
|
||||
|
||||
const struct irq_routing_table intel_irq_routing_table = {
|
||||
|
|
Loading…
Add table
Reference in a new issue