configs: vf610: increase maximum size and enforce correct limit
authorStefan Agner <stefan.agner@toradex.com>
Tue, 17 Oct 2017 11:59:19 +0000 (13:59 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Oct 2017 10:00:54 +0000 (11:00 +0100)
On Vybrid SoCs U-Boot gets loaded into GFX SRAM which is 512KiB.
Currently 32KiB is reserved for the IMX header. However, this is
not reflected in the size limit. In v2017.11-rc2 the actual size
limit (512KiB-32KiB) has been reached for Colibri VF61, which
lead to a successful build of U-Boot but not a working binary.

The IMX header is much smaller than 32KiB, typically around 1KiB.
Decrease the reserved size to 4KiB and specify the correct U-Boot
size limit. Apply this new base address and limit for all Vybrid
based boards.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
include/configs/colibri_vf.h
include/configs/pcm052.h
include/configs/vf610twr.h

index 8166aa4afb190e41f8a6955523485b0f502d5fb4..bf3bbffe2484f0ed8e32d4e2b5a26cef3a35f939 100644 (file)
@@ -75,8 +75,8 @@
 #define CONFIG_FDTADDR                 0x84000000
 
 /* We boot from the gfxRAM area of the OCRAM. */
-#define CONFIG_SYS_TEXT_BASE           0x3f408000
-#define CONFIG_BOARD_SIZE_LIMIT                524288
+#define CONFIG_SYS_TEXT_BASE           0x3f401000
+#define CONFIG_BOARD_SIZE_LIMIT                520192
 
 #define SD_BOOTCMD \
        "sdargs=root=/dev/mmcblk0p2 rw rootwait\0"      \
index 8144a83db25975c514f49eb13317c67980b094c2..060928bd30d35e0a610b0caf66ec9b57cd00bdae 100644 (file)
@@ -89,8 +89,8 @@
 #define CONFIG_LOADADDR                        0x82000000
 
 /* We boot from the gfxRAM area of the OCRAM. */
-#define CONFIG_SYS_TEXT_BASE           0x3f408000
-#define CONFIG_BOARD_SIZE_LIMIT                524288
+#define CONFIG_SYS_TEXT_BASE           0x3f401000
+#define CONFIG_BOARD_SIZE_LIMIT                520192
 
 /* if no target-specific extra environment settings were defined by the
    target, define an empty one */
index 3430f27c40dd8793a9b9e11fb2e6cf162f78b1cc..ddfcd6f61841a2ff40b4c6a831af9ba2e8e92253 100644 (file)
@@ -79,8 +79,8 @@
 #define CONFIG_SYS_LOAD_ADDR           0x82000000
 
 /* We boot from the gfxRAM area of the OCRAM. */
-#define CONFIG_SYS_TEXT_BASE           0x3f408000
-#define CONFIG_BOARD_SIZE_LIMIT                524288
+#define CONFIG_SYS_TEXT_BASE           0x3f401000
+#define CONFIG_BOARD_SIZE_LIMIT                520192
 
 /*
  * We do have 128MB of memory on the Vybrid Tower board. Leave the last