Lines Matching +full:0 +full:x100000
16 * - IMX6SDL OCRAM (IRAM) is from 0x00907000 to 0x0091FFFF
18 * - BOOT ROM stack is at 0x0091FFB8
20 * IMX BOOT ROM will setup MMU table at 0x00918000, therefore we need to
21 * fit between 0x00907000 and 0x00918000.
24 * and some padding thus 'our' max size is really 0x00908000 - 0x00918000
27 #define CONFIG_SPL_TEXT_BASE 0x00908000
28 #define CONFIG_SPL_MAX_SIZE 0x10000
29 #define CONFIG_SPL_STACK 0x0091FFB8
35 #define CONFIG_SPL_PAD_TO 0x11000
45 #define CONFIG_SPL_SATA_BOOT_DEVICE 0
59 #define CONFIG_SPL_BSS_START_ADDR 0x88200000
60 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */
61 #define CONFIG_SYS_SPL_MALLOC_START 0x88300000
62 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
63 #define CONFIG_SYS_TEXT_BASE 0x87800000
65 #define CONFIG_SPL_BSS_START_ADDR 0x18200000
66 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */
67 #define CONFIG_SYS_SPL_MALLOC_START 0x18300000
68 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
69 #define CONFIG_SYS_TEXT_BASE 0x17800000