mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Changes to get asus cua to boot.
This commit is contained in:
parent
fc1f1fb4fb
commit
b640a0827f
3 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,7 @@ OBJECTS += serial_subr.o
|
|||
OBJECTS += mpspec.o
|
||||
OBJECTS += microcode.o
|
||||
OBJECTS += keyboard.o
|
||||
LINUX=$(TOP)/../linux-2.4.0-test6.sis/
|
||||
LINUX=$(TOP)/../linux-2.4.0-ali/
|
||||
|
||||
LINK = ld -T ldscript.ld -o $@ $(OBJECTS)
|
||||
CC=cc $(CFLAGS)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// FIX ME!
|
||||
unsigned long sizeram()
|
||||
{
|
||||
return 64*1024*1024;
|
||||
return 0; //64*1024*1024;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@ southbridge_fixup()
|
|||
/* ENABLE SERIAL IRQ */
|
||||
pci_write_config_byte(pcidev, 0x70, 0x8);
|
||||
|
||||
/* ENABLE IDE CONTROLLER */
|
||||
pci_write_config_byte(pcidev, 0x58, 0x4c);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue