Commit 77ee38dd28c3d703827b0a5b5da02331660ac077

Authored by Teo Hall
1 parent f85f740805

MLK-21277: imx8qm: spl: Add support for container parsing on validation board

Sync support for container parsing for validation board as on MEK
boards.

Signed-off-by: Teo Hall <teo.hall@nxp.com>

Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff

include/configs/imx8qm_arm2.h
... ... @@ -11,14 +11,16 @@
11 11 #include <asm/arch/imx-regs.h>
12 12  
13 13 #ifdef CONFIG_SPL_BUILD
  14 +
  15 +#define CONFIG_PARSE_CONTAINER
14 16 #define CONFIG_SPL_TEXT_BASE 0x0
15 17 #define CONFIG_SPL_MAX_SIZE (124 * 1024)
16 18 #define CONFIG_SYS_MONITOR_LEN (1024 * 1024)
17 19 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
18 20 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x1040 /* (flash.bin_offset + 2Mb)/sector_size */
19 21 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 0
  22 +#define CONFIG_SYS_UBOOT_BASE 0x08281000
20 23  
21   -
22 24 #define CONFIG_SPL_WATCHDOG_SUPPORT
23 25 #define CONFIG_SPL_DRIVERS_MISC_SUPPORT
24 26 #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv8/u-boot-spl.lds"
... ... @@ -29,7 +31,7 @@
29 31 #define CONFIG_SPL_BSS_START_ADDR 0x00128000
30 32 #define CONFIG_SPL_BSS_MAX_SIZE 0x1000 /* 4 KB */
31 33 #define CONFIG_SYS_SPL_MALLOC_START 0x00120000
32   -#define CONFIG_SYS_SPL_MALLOC_SIZE 0x3000 /* 12 KB */
  34 +#define CONFIG_SYS_SPL_MALLOC_SIZE 0x18000 /* 12 KB */
33 35 #define CONFIG_SERIAL_LPUART_BASE 0x5a060000
34 36 #define CONFIG_SYS_ICACHE_OFF
35 37 #define CONFIG_SYS_DCACHE_OFF