From c057e9858814f74c92c5096450c5e84c0a649c4b Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Thu, 6 Aug 2015 17:05:49 +0530 Subject: [PATCH] bsp: a53: modified translation table in a53 32bit bsp This patch modifies a53 32bit bsp translation table to fix the incorrect translation table entries for addresses beyond 0xfA000000 Signed-off-by: Kinjal Pravinbhai Patel Acked-by: Anirudha Sarangi --- lib/bsp/standalone/src/cortexa53/32bit/gcc/translation_table.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bsp/standalone/src/cortexa53/32bit/gcc/translation_table.s b/lib/bsp/standalone/src/cortexa53/32bit/gcc/translation_table.s index 39b7f42c..c4705cfc 100644 --- a/lib/bsp/standalone/src/cortexa53/32bit/gcc/translation_table.s +++ b/lib/bsp/standalone/src/cortexa53/32bit/gcc/translation_table.s @@ -102,7 +102,7 @@ MMUTable: .set SECT, SECT+0x100000 .endr -.rept 0x44 /* 0xfA000000 - 0xfe3fffff (Device). +.rept 0x44 /* 0xfA000000 - 0xfe3fffff (Device).*/ .word SECT + 0xc06 /* S=b0 TEX=b000 AP=b11, Domain=b0, C=b0, B=b1 */ .set SECT, SECT+0x100000 .endr