Simple for for sbc 710 config
comment out dumpnorth calls in 430tx code
This commit is contained in:
parent
bcced4ec0c
commit
14441b1ce0
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue