diff --git a/src/mainboard/technoland/sbc710/Config b/src/mainboard/technoland/sbc710/Config index 78bbac5dc6..d960540cce 100644 --- a/src/mainboard/technoland/sbc710/Config +++ b/src/mainboard/technoland/sbc710/Config @@ -15,7 +15,6 @@ northbridge intel/440bx southbridge intel/piix4e mainboardinit cpu/p6/earlymtrr.inc -#superio NSC/pc87309 nsuperio winbond/w83977ef keyboard=1 nsuperio winbond/w83877tf @@ -23,7 +22,7 @@ option ENABLE_FIXED_AND_VARIABLE_MTRRS option MTRR_ONLY_TOP_64K_FLASH option PIIX4_DEVFN=0x38 option NO_KEYBOARD -option HAVE_PIRQ_TABLE +option HAVE_PIRQ_TABLE=1 option ZKERNEL_START=0xfffc0000 option ZKERNEL_MASK=0x7f # For those people who use DoC diff --git a/src/northbridge/intel/430tx/raminit.inc b/src/northbridge/intel/430tx/raminit.inc index 8de8ff1653..30275bd0c0 100644 --- a/src/northbridge/intel/430tx/raminit.inc +++ b/src/northbridge/intel/430tx/raminit.inc @@ -241,7 +241,7 @@ north_ok: CS_WRITE_WORD(0x54, 0x0042) // SDRAM Control Register mov $0x1000, %ecx loop . - CALLSP(dumpnorth) +// CALLSP(dumpnorth) //mov 0x00, %eax // dummy read to issue SDRAM NOP movl %eax, 0x00 // dummy read to issue SDRAM NOP @@ -321,7 +321,7 @@ north_ok: movl %eax, 0 movl %eax, 0 movl 0, %eax - CALLSP(dumpnorth) +// CALLSP(dumpnorth) // go around again ... @@ -343,7 +343,7 @@ north_ok: CS_WRITE_WORD(0x54, 0x0042) // SDRAM Control Register mov $0x1000, %ecx loop . - CALLSP(dumpnorth) +// CALLSP(dumpnorth) //mov 0x00, %eax // dummy read to issue SDRAM NOP movl %eax, 0x00 // dummy read to issue SDRAM NOP @@ -429,7 +429,7 @@ north_ok: CS_WRITE_WORD(0x54, 0x0042) // SDRAM Control Register mov $0x1000, %ecx loop . - CALLSP(dumpnorth) +// CALLSP(dumpnorth) CONSOLE_DEBUG_TX_STRING($before_zero_nop) mov 0x00, %eax // dummy read to issue SDRAM NOP