On 08/01/2013 04:13 AM, Graeme Gregory wrote:
Hi,
First two patches are cleanups for some stuff in Makefiles.
The next two patches add the ability to relocate a block to a fixed physical address and the ability to use this from the makefile.
An example for armv8 booting from our modified bootwrapper is.
make PADDR=0x88100000 foundation-v8.acpi
Near the top of the output from mab you will see the output.
relocating blob to 0x88100000
I shall be sending a patch soon to remove the in kernel re-location code as it is no longer needed and gets in the way of UEFI support.
All looks reasonable to me. More eyes are of course always appreciated...
Acked-by: Al Stone al.stone@linaro.org