Skip to content

Commit 2d98d0d

Browse files
anoblimbgg
authored andcommitted
arm64: dts: mediatek: Increase the size BL31 reserved memory
The reserved size for BL31 is too small. This has been highlighted by the MPU that now restrict access to BL31 memory to secure world only. This increase the size of the reserved memory. Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230203-evk-board-support-v3-3-0003e80e0095@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 988eff6 commit 2d98d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8365-evk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
#size-cells = <2>;
6666
ranges;
6767

68-
/* 128 KiB reserved for ARM Trusted Firmware (BL31) */
68+
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
6969
bl31_secmon_reserved: secmon@43000000 {
7070
no-map;
71-
reg = <0 0x43000000 0 0x20000>;
71+
reg = <0 0x43000000 0 0x30000>;
7272
};
7373

7474
/* 12 MiB reserved for OP-TEE (BL32)

0 commit comments

Comments
 (0)