mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
IRQ tables now supported.
This commit is contained in:
parent
02528bc28f
commit
e0c960067f
2 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ option CS5530_PRIMARY_IDE=1
|
|||
option NO_KEYBOARD
|
||||
option FINAL_MAINBOARD_FIXUP=1
|
||||
object mainboard.o
|
||||
object irq_tables.o
|
||||
option ZKERNEL_START=0xfffc0000
|
||||
option HAVE_PIRQ_TABLE=1
|
||||
|
||||
# Local variables:
|
||||
# compile-command: "make -C /export/bios/voyager2"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# change to the path of your linuxbios tree
|
||||
LINUXBIOSROOT=/users/rminnich//src/bios/freebios/
|
||||
LINUXBIOSROOT=//root/src/freebios/
|
||||
|
||||
INCLUDEPATH=$(LINUXBIOSROOT)/src/arch/i386/include/arch
|
||||
INCLUDE2=$(LINUXBIOSROOT)/src/include
|
||||
|
|
Loading…
Add table
Reference in a new issue