]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: agilex: Increase reserved memory size to 32MB
authorDinesh Maniyam <dinesh.maniyam@intel.com>
Fri, 15 Dec 2023 07:21:51 +0000 (15:21 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Mon, 22 Jan 2024 08:51:29 +0000 (16:51 +0800)
The reserved space is extended to 32MB in Linux kernel because
additional space is needed for authorization execution of JIC/RBF file.
U-Boot required to align with Linux.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
arch/arm/dts/socfpga_agilex.dtsi

index c3ead2d72b9ed5db10f1693949b1469cf6468315..712304d07a496a4e65d10db1e860e02c2685d439 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier:     GPL-2.0
 /*
- * Copyright (C) 2019, Intel Corporation
+ * Copyright (C) 2019-2023 Intel Corporation <www.intel.com>
  */
 
 /dts-v1/;
@@ -20,7 +20,7 @@
 
                service_reserved: svcbuffer@0 {
                        compatible = "shared-dma-pool";
-                       reg = <0x0 0x0 0x0 0x1000000>;
+                       reg = <0x0 0x0 0x0 0x2000000>;
                        alignment = <0x1000>;
                        no-map;
                };