commit | f03c0e4f8c8b668f5510a410563e27a5b8d88a69 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Mar 04 01:09:46 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:13:00 2016 -0400 |
tree | 03ded1f537f9b0c2857f6efe1de441635206466b | |
parent | fb74cc160923acb936b4353033971e2c9159a15b [diff] |
arm64: Disable TTBR1 maps in EL1 When running in EL1, AArch64 knows two page table maps. One with addresses that start with all zeros (TTBR0) and one with addresses that start with all ones (TTBR1). In U-Boot we don't care about the high up maps, so just disable them to ensure we don't walk an invalid page table by accident. Reported-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Alexander Graf <agraf@suse.de>