qemu-e2k/hw/ppc
Alexander Graf b8dec1443e PPC: e500: Change in-memory order of load blobs
Today, we load

  <kernel> <initrd> <dtb>

into memory in that order. However, Linux has a bug where it can only
handle the dtb if it's within the first 64MB of where <kernel> starts.

So instead, let's change the order to

  <kernel> <dtb> <initrd>

making Linux happy.

Signed-off-by: Alexander Graf <agraf@suse.de>
2013-01-18 19:06:57 +01:00
..
e500-ccsr.h
e500.c PPC: e500: Change in-memory order of load blobs 2013-01-18 19:06:57 +01:00
e500.h
e500plat.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
Makefile.objs
mpc8544ds.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00