Commit 2232aeb1 authored by Richard Gong's avatar Richard Gong Committed by Dinh Nguyen
Browse files

arm64: dts: agilex: increase shared memory size to 32Mb



Increase the shared memory size from 16Mb to 32Mb so that we can properly
handle the image authorization for 12+ Mb RBF/JIC files.

Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 9123e3a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ reserved-memory {

		service_reserved: svcbuffer@0 {
			compatible = "shared-dma-pool";
			reg = <0x0 0x0 0x0 0x1000000>;
			reg = <0x0 0x0 0x0 0x2000000>;
			alignment = <0x1000>;
			no-map;
		};