commit | 67c9c931f5db804f6176ba62237c0c7583eafe4f | [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 | 63d733603d02a1da218c2dd7389e3599b7597de7 [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>