Port-hpcarm archive

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

Re: Some SA11x0 diffs



The lubbock kernel crashes....
( I haven't tried to debug it )

cheers thilo


RedBoot> load -m tftp -r -b 0xa0200000 lubbock.bin
Raw file loaded 0xa0200000-0xa04a8e5c
RedBoot> go 0xa0200000

NetBSD/evbarm (lubbock) booting ...
initarm: Configuring system ...
init subsystems: stacks vectors undefined page pmap Copyright (c) 1996,
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.99.11 (LUBBOCK) #0: Wed May 20 14:56:59 BST 2009
        rjs%ren.fdy2.net@localhost:/u10/src/sys/arch/evbarm/compile/LUBBOCK
total memory = 65536 KB
avail memory = 58708 KB
mainbus0 (root)
cpu0 at mainbus0: PXA250 step A-1 (XScale core)
cpu0: DC enabled IC enabled WB enabled LABT branch prediction enabled
cpu0: 32KB/32B 32-way Instruction cache
cpu0: 32KB/32B 32-way write-back-locking Data cache
pxaip0 at mainbus0: PXA2x0 Onchip Peripheral Bus
pxaip0: CPU clock = 99.191 MHz
pxaip0: kernel is configured for PXA250, cpu type is PXA250
pxaintc0 at pxaip0 addr 0x40d00000-0x40d0001f: Interrupt Controller
pxagpio0 at pxaip0 addr 0x40e00000-0x40e0006f: GPIO Controller
com0 at pxaip0 addr 0x40100000-0x4010001f intr 22: ns16550a, working fifo
com0: console
com1 at pxaip0 addr 0x40200000-0x4020001f intr 21: ns16550a, working fifo
saost0 at pxaip0 addr 0x40a00000-0x40a0001f
saost0: SA-11x0 OS Timer
pxadmac0 at pxaip0 addr 0x40000000-0x400002ff intr 25: DMA Controller
pxaacu0 at pxaip0 addr 0x40500000-0x405005ff intr 14: AC97 Controller
pxaacu0: ac97: Philips Semiconductor UCB1400 codec; reserved, simulated
stereo, bass boost, no 3D stereo
pxaacu0: ac97: ext id 0x1<VRA>
audio0 at pxaacu0: full duplex, mmap, independent
obio0 at pxaip0 intr 8 : baseboard=8 (DBPXA250(lubbock)), expansion
card=15, processor card=0 (Cotulla)
sm0 at obio0 addr 0xc000000 intr 3
sm0: SMC91C94/91C96, revision 9, buffer size: 6144
sm0: MAC address 00:02:b3:92:a5:f0, default media UTP
panic: Reset vector called, LR = 0xc0338028
boot: howto=00000104 curproc=0xc04a4ab0

uvm_fault(0xc04d61c4, 3cc9b000, 2) -> e
Fatal kernel mode data abort: 'Translation Fault (S)'
trapframe: 0xc01eeabc
FSR=000000f5, FAR=3cc9bcbc, spsr=800000d3
r0 =00000000, r1 =c212c000, r2 =7ab6fcbc, r3 =00000000
r4 =00000000, r5 =c212a000, r6 =c1190700, r7 =c1190700
r8 =00000000, r9 =c04a1a0c, r10=00000003, r11=c01eeb30
r12=c04a6414, ssp=c01eeb08, slr=c0349a0c, pc =c0225d24

panic: Fatal abort
boot: howto=00000104 curproc=0xc04a4ab0
The operating system has halted.
Please press any key to reboot.




Robert Swindells wrote:
> I have put some diffs in ftp://ftp.netbsd.org/pub/misc/rjs/arm.diff.gz
> that do the following for most of the SA11x0 drivers plus those that
> are shared with PXA2x0:
>
> struct device * -> device_t
> struct cfdata * -> cfdata_t
> printf -> aprint_
> device_t/softc split
>
> There are also precompiled kernels for HP Jornada 720, Zaurus and Lubbock.
>
> netbsd-JORNADA720.gz - Jornada 720
> netbsd-sm0.bin.gz - Lubbock
> netbsd.bin.gz - Lubbock
> netbsd-GENERIC.gz - Zaurus
>
> Any review or testing would be welcome, particularly of PCMCIA devices.
>
> Robert Swindells
>   


Home | Main Index | Thread Index | Old Index