Lines Matching +full:0 +full:- +full:2 +full:- +full:dragonboard

2  * Board configuration file for Dragonboard 410C
6 * SPDX-License-Identifier: GPL-2.0+
13 #include <asm/arch/sysmap-apq8016.h>
19 #define PHYS_SDRAM_1 0x80000000
21 #define PHYS_SDRAM_1_SIZE 0x3da00000
23 #define CONFIG_SYS_TEXT_BASE 0x80080000
24 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
25 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x80000)
26 #define CONFIG_SYS_BOOTM_LEN 0x1000000 /* 16MB max kernel size */
33 #define CONFIG_SYS_LDSCRIPT "board/qualcomm/dragonboard410c/u-boot.lds"
35 /* Fixup - in init code we switch from device to host mode,
43 /* Disabled by default as some sub-commands can brick eMMC */
55 func(USB, usb, 0) \
57 func(MMC, mmc, 0) \
64 "part start mmc 0 "#part" start && "\
65 "part size mmc 0 "#part" size && "\
70 "mmc dev 0 && "\
73 "tftp $loadaddr dragonboard/rescue/gpt_both0.bin && "\
74 "mmc write $loadaddr 0 43 && " \
76 REFLASH(dragonboard/rescue/NON-HLOS.bin, 1)\
77 REFLASH(dragonboard/rescue/sbl1.mbn, 2)\
78 REFLASH(dragonboard/rescue/rpm.mbn, 3)\
79 REFLASH(dragonboard/rescue/tz.mbn, 4)\
80 REFLASH(dragonboard/rescue/hyp.mbn, 5)\
81 REFLASH(dragonboard/rescue/sec.dat, 6)\
82 REFLASH(dragonboard/rescue/emmc_appsboot.mbn, 7)\
83 REFLASH(dragonboard/u-boot.img, 8)\
89 "reflash="CONFIG_ENV_REFLASH"\0"\
90 "loadaddr=0x81000000\0" \
91 "fdt_high=0xffffffffffffffff\0" \
92 "initrd_high=0xffffffffffffffff\0" \
93 "linux_image=Image\0" \
94 "kernel_addr_r=0x81000000\0"\
95 "fdtfile=apq8016-sbc.dtb\0" \
96 "fdt_addr_r=0x83000000\0"\
97 "ramdisk_addr_r=0x84000000\0"\
98 "scriptaddr=0x90000000\0"\
99 "pxefile_addr_r=0x90100000\0"\
102 #define CONFIG_ENV_SIZE 0x2000