From 21a88941686b3626aa7b98660b1e1fa88cb064ec Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 21 Dec 2009 20:19:12 +0000 Subject: ARM PBX-A9 memory map tweaks Add core tile memeory to the RealView PBX-A9 board. Document the memeory maps that are known to work with the qemu bootloader. Signed-off-by: Paul Brook --- qemu-doc.texi | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index 7b8488f7f7..2fb5c0b249 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1659,8 +1659,17 @@ LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM devices. PL181 MultiMedia Card Interface with SD card. @end itemize -The ARM RealView Emulation/Platform baseboard is emulated with the following -devices: +Several variants of the ARM RealView baseboard are emulated, +including the EB, PB-A8 and PBX-A9. Due to interactions with the +bootloader, only certain Linux kernel configurations work out +of the box on these boards. + +Kernels for the PB-A8 board should have CONFIG_REALVIEW_HIGH_PHYS_OFFSET +enabled in the kernel, and expect 512M RAM. Kernels for The PBX-A9 board +should have CONFIG_SPARSEMEM enabled, CONFIG_REALVIEW_HIGH_PHYS_OFFSET +disabled and expect 1024M RAM. + +The following devices are emuilated: @itemize @minus @item -- cgit v1.2.1