[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Keystone Issue
Hi Julien, Thank you for your response. I will try and post a log for you. I have been switching back and forth between configurations and need to take a new one. The board has 4GB of memory. Uboot places the kernel/initramfs/dtb in the 0x8000_0000 region but then the kernel switches its code/data over to a 0x8_0000_0000 range via the pv-fixup-asm.S assembly code called from early_paging_init in arch/arm/mm/mmu.c. That code is exclusive to the keystone in the 4.19 kernel when "CONFIG_ARM_PV_FIXUP" and "ARM_LPAE" are enabled in the kernel . The upper 2GB of memory is above 0xFFFF_FFFF so LPAE is required. /proc/iomem looks like this without running xen after the switch and the kernel boots: 80000000 - 9fffffff : System RAM (boot alias) c8000000 - ffffffff : System RAM (boot alias) 800000000 - 1fffffff : System RAM 800008000-800dfffff : Kernel Code 801000000-80108ab3f : Kernel data 848000000-8ffffffff : System RAM I was able to duplicate this issue with a build of your latest "master" repository from this morning. On Mon, Jun 1, 2020 at 9:29 AM Julien Grall <julien@xxxxxxx> wrote: Hello,
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |