Port-mips archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Which cpus are known to work on the mips64 branch?



On Thu, Jun 24, 2010 at 08:29:02PM +1000, Simon Burge wrote:
> This turns out to be a bug I fixed on HEAD a while ago, but hasn't
> yet been fixed on the netbsd-5 mips64 branch.  Look at rev 1.11 of
> sys/arch/mips/mips/lock_stubs.S.

Indeed, with that revision, and the alchemy bus_space_handle_t fixes
merged from -current I get a lot further (don't laugh):

init: copying out path `/sbin/init' 11
pid 1(init): ABI set to O32 (e_flags=0x1007)
panic: init died (signal 0, exit 12)        
Stopped in pid 1.1 (init) at    netbsd:cpu_Debugger+0x4:        jr      ra
                bdslot: nop                                               
db> bt                     
cpu_Debugger+4 (83fff000,0,0,803d7db0) ra 80220040 sz 0
panic+1f8 (83fff000,0,c,7de80584) ra 801decd0 sz 48    
exit1+858 (83fff000,0,c,7de80584) ra 801dedac sz 120
sys_exit+60 (83fff000,0,c,7de80584) ra 802aa794 sz 32
syscall+124 (83fff000,0,c,7de80584) ra 8029fff8 sz 112
mips32_systemcall+d8 (83fff000,0,c,7de80584) ra 7de80584 sz 0

This is O32 kernel with fresh compiled (from the branch) O32 userland.

Martin


Home | Main Index | Thread Index | Old Index