Lines Matching +full:pxe +full:- +full:test
1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * Copyright (C) 2010-2011 Freescale Semiconductor.
15 #include <asm/arch/imx-regs.h>
73 "loadpxe=dhcp;setenv kernel_addr_r ${loadaddr};pxe get;pxe boot;\0" \
83 "if test -e mmc ${bootpart} ${uenv}; then " \
85 "env import -t ${loadaddr} ${filesize};" \
87 "if test -n ${dtb}; then " \
92 "if test -n ${uname_r}; then " \
100 "setenv bootfile vmlinuz-${uname_r}; " \
105 "if test -e mmc ${bootpart} ${bootdir}/${bootfile}; then " \
109 "if test -e mmc ${bootpart} ${fdt_path}; then " \
121 "echo debug: [bootz ${loadaddr} - ${fdt_addr_r}];" \
122 "bootz ${loadaddr} - ${fdt_addr_r}; " \
143 #define PHYS_SDRAM_1_SIZE (gd->bd->bi_dram[0].size)
145 #define PHYS_SDRAM_2_SIZE (gd->bd->bi_dram[1].size)
146 #define PHYS_SDRAM_SIZE (gd->ram_size)
153 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)