Port-arm archive

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

Re: Questions regarding new platform port (was Re: Porting NetBSD to the Zipit Z2 XScale handheld)



2015-02-04 18:02 GMT+09:00 . <lausgans%gmail.com@localhost>:

> It panics with "pmap_map_chunk: no L2 table for VA 0xc0700000" then.
> Here's the log with VERBOSE_INIT_ARM: http://pastebin.com/gtBqKFj8
> Gumstix's memstart=0xa0000000 is correct here (Z2 RAM is 0xa0000000-0x2000000).
> memsize=0 means size detection asm routines are not appropriate ones
> for Z2. I've set memsize to KERNEL_VM_BASE - KERNEL_BASE (16M) after
> that, but it doesn't help.
> How to fix this?

> arm32_kernel_vm_init: 0 L2 pages are needed to map 0x79a000 kernel bytes

Hmm, what value is set to arm32_kernel_vm_init() arg "mapallmem_p"?
If mapallmem_p is false, please set true.

Regards,
-- 
NONAKA Kimihiro


Home | Main Index | Thread Index | Old Index