]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Put fdt into convenient location
authorAlexander Graf <agraf@suse.de>
Mon, 11 Apr 2016 21:51:01 +0000 (23:51 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:40 +0000 (17:11 -0400)
commitad0c1a3d2cea03011091b07e9e066bf261d1556e
tree87993cec46ca147be4dd3fef017dd2e049e0375f
parent36c37a8481551a6958fd91ccafc6936bf81e00f3
efi_loader: Put fdt into convenient location

The uEFI spec doesn't dictate where the device tree should live at, but
legacy 32bit ARM grub2 has some assumptions that it may stay at its place
when it's already loaded by the firmware.

So let's put it somewhere where Linux that comes after would happily find
it - around the recommended 128MB line.

Signed-off-by: Alexander Graf <agraf@suse.de>
Tested-by: Andreas Färber <afaerber@suse.de>
cmd/bootefi.c