projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9123e3a
)
arm64: dts: agilex: increase shared memory size to 32Mb
author
Richard Gong
<richard.gong@intel.com>
Tue, 4 Aug 2020 22:01:32 +0000
(17:01 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 18 Aug 2020 13:49:18 +0000
(08:49 -0500)
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: Richard Gong <richard.gong@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index 9d7f19e97df710faa2db1b59aca938802c5b2993..d81dd862225835c83d5e85e07af7a22976b2e8af 100644
(file)
--- a/
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
+++ b/
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
@@
-20,7
+20,7
@@
service_reserved: svcbuffer@0 {
compatible = "shared-dma-pool";
- reg = <0x0 0x0 0x0 0x
1
000000>;
+ reg = <0x0 0x0 0x0 0x
2
000000>;
alignment = <0x1000>;
no-map;
};