Lines Matching +full:am437x +full:- +full:gp +full:- +full:evm
1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
20 #define CONFIG_SYS_NS16550_REG_SIZE (-4)
55 * When building U-Boot such that there is no previous loader
71 #define CONFIG_SYS_NS16550_COM1 0x44e09000 /* Base EVM has UART0 */
97 * Disable MMC DM for SPL build and can be re-enabled after adding
144 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \
169 "if test -n $uenvcmd; then " \
177 "bootz ${loadaddr} - ${fdtaddr}; " \
184 "setenv fdtfile am43x-epos-evm.dtb; fi; " \
186 "setenv fdtfile am437x-gp-evm.dtb; fi; " \
188 "setenv fdtfile am437x-gp-evm.dtb; fi; " \
190 "setenv fdtfile am437x-sk-evm.dtb; fi; " \
192 "setenv fdtfile am437x-idk-evm.dtb; fi; " \
200 "if test ${boot_fit} -eq 1; then " \
273 "nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,4096\0" \
277 "nand read ${fdtaddr} NAND.u-boot-spl-os; " \
279 "bootz ${loadaddr} - ${fdtaddr}\0"