]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
PPC: e500: Expose kernel load address in dt
authorAlexander Graf <agraf@suse.de>
Sun, 19 Jan 2014 23:21:04 +0000 (00:21 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:35 +0000 (13:24 +0200)
commit903585dec63ee83bd8149006e31f92ea789b38e3
tree9477d801f9dae262bf7f7b550032e70b8e442cdd
parent4d09d5291dac27b48fd597c72de6fddaa4d74571
PPC: e500: Expose kernel load address in dt

We want to move to a model where firmware loads our kernel. To achieve
this we need to be able to tell firmware where the kernel lies.

Let's copy the mechanism we already use for -M pseries and expose the
kernel load address and size through the device tree.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c