PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need
authorAlexander Graf <agraf@suse.de>
Fri, 18 May 2012 22:48:50 +0000 (00:48 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:44 +0000 (01:04 +0200)
commitcba2026a410328216f26db276a6ecf0e55a06e17
treef12e769fed1dc1a2873f4102a98ae782abf4809c
parentea6c0dac4bf161bb696ef0867d94b6223e9432c0
PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need

The initial TLB entry is supposed to help us run the guest -kernel payload.
This means the guest needs to be able to access its own memory, the initrd
memory and the device tree.

So far we only statically reserved a TLB entry from [0;256M[. This patch
fixes it to span from [0;dt_end[, allowing the guest payload to access
everything initially.

Reported-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppce500_mpc8544ds.c