summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-07-24 16:38:09 -0400
committerTom Rini <[email protected]>2021-07-24 16:39:36 -0400
commit7d4ce5ea53bdf4be8a951154c65ceef4b389fea7 (patch)
treee84e326d3b8553b10bc3e6b9df655a8b17d06429 /include
parentedecc15eb9593b94dcd6a5f4f5ea5f134125b6a0 (diff)
parent91a043896dfb8544db00496bee08bcf59e449dc9 (diff)
Merge branch '2021-07-24-arm-and-platform-updates'
- dragonboard410c, synquacer, aspeed fixes / updates - pl011 serial driver fixes - Two generic arm bugfixes
Diffstat (limited to 'include')
-rw-r--r--include/configs/dragonboard410c.h7
-rw-r--r--include/configs/synquacer.h2
2 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 65537e47782..6474e57b29a 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -11,10 +11,13 @@
#include <linux/sizes.h>
#include <asm/arch/sysmap-apq8016.h>
+/* Build new ELF image from u-boot.bin (U-Boot + appended DTB) */
+#define CONFIG_REMAKE_ELF
+
/* Physical Memory Map */
#define PHYS_SDRAM_1 0x80000000
-/* 1008 MB (the last ~30Mb are secured for TrustZone by ATF*/
-#define PHYS_SDRAM_1_SIZE 0x3da00000
+/* Note: 8 MiB (0x86000000 - 0x86800000) are reserved for tz/smem/hyp/rmtfs/rfsa */
+#define PHYS_SDRAM_1_SIZE SZ_1G
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x80000)
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h
index 8fe10d74853..4503cf3f6d0 100644
--- a/include/configs/synquacer.h
+++ b/include/configs/synquacer.h
@@ -62,7 +62,7 @@
/* #define CONFIG_SYS_PCI_64BIT 1 */
#define DEFAULT_DFU_ALT_INFO "dfu_alt_info=" \
- "mtd nor1=u-boot.bin raw 200000 100000;" \
+ "mtd mx66u51235f=u-boot.bin raw 200000 100000;" \
"fip.bin raw 180000 78000;" \
"optee.bin raw 500000 100000\0"