commit | 4d71189614fe5307d572c64ac7b030a655a6d793 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Sep 30 17:39:18 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 08 11:42:36 2020 -0400 |
tree | 6f3f40e4e228f8698b1357e52fb14309022ea96d | |
parent | 5097e73499ed661456548fa39b4daf0358150003 [diff] |
qemu-arm64: Enable POSITION_INDEPENDENT Now that PIE works when U-Boot is started from ROM, let's enable CONFIG_POSITION_INDEPENDENT, which allows to load U-Boot also via ARM Trusted-Firmware's fip.bin to DRAM, without tweaking the configuration. To get a writable initial stack, we need to keep the fixed initial stack pointer, which points to DRAM in our case. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>