Skip to content

Commit bbb59b3

Browse files
committed
arm64: dts: fvp: Reserve 64MB for the FF-A firmware in memory map
Reserve 64MB of memory at the end of the first bank of DRAM on FVP model. This is mainly for FF-A firmware use, as required by various firmware configurations using the Firmware Framework for Arm (FF-A). This prevents the kernel from overwriting the firmware region. This is also useful when running other firmware configurations(non FF-A based) that rely on usage of 64MB at the end of first DRAM bank. Necessary for proper coexistence of firmware(FF-A partitions) and the OS. Message-Id: <[email protected]> Reviewed-by: Liviu Dudau <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 44845ea commit bbb59b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/arm/fvp-base-revc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201

202202
memory@80000000 {
203203
device_type = "memory";
204-
reg = <0x00000000 0x80000000 0 0x80000000>,
204+
reg = <0x00000000 0x80000000 0 0x7c000000>,
205205
<0x00000008 0x80000000 0 0x80000000>;
206206
};
207207

0 commit comments

Comments
 (0)