commit | 04d13b5d09c17a076260e2b9fb92c0d708d37264 | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | Wed Sep 09 19:07:25 2020 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Sep 22 12:47:28 2020 +0200 |
tree | a9296bb90bb11a5004d2c96ac0f8a771f92144ee | |
parent | 11f4fbf0d4a1160285002f242a2406c1740c4a27 [diff] |
arm64: Trap PIE builds early if load address is not 4K aligned PIE requires a 4K aligned load address. If this is not met, trap the startup sequence in a WFI loop rather than running into obscure failures. Tested-by: Michal Simek <michal.simek@xilinx.com> Suggested-by: André Przywara <andre.przywara@arm.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>