Lines Matching +full:pxe +full:- +full:test
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2012-2012 Henrik Nordstrom <henrik@henriknordstrom.net>
5 * (C) Copyright 2007-2011
20 * The U-Boot workarounds bugs in the outdated buggy sunxi-3.4 kernels at the
27 * A compatibility guard to prevent loading outdated buggy sunxi-3.4 kernels.
28 * Only sunxi-3.4 kernels with appropriate fixes applied are able to pass
43 # define CONFIG_SYS_NS16550_REG_SIZE -4
99 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
140 * This is actually (CONFIG_ENV_OFFSET -
147 #if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1
242 #define CONFIG_VIDEO_LCD_I2C_BUS -1 /* NA, but necessary to compile */
265 #error Unsupported console port nr. Please fix stdout-path in sunxi-common.h.
274 * The amount of RAM to keep free at the top of RAM when relocating u-boot,
282 #define VIDEO_LINE_LEN (pGD->plnSizeX)
313 * Scripts, PXE and DTBs should go afterwards, leaving the rest for the initrd.
325 * 160M RAM (256M minimum minus 64MB heap + 32MB for u-boot, stack, fb, etc.
327 * 1M script, 1M pxe and the ramdisk at the end.
338 * 64M RAM minus 2MB heap + 16MB for u-boot, stack, fb, etc.
340 * 1M script, 1M pxe and the ramdisk at the end.
366 #if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1
371 "if test ${mmc_bootdev} -eq 1; then " \
374 "elif test ${mmc_bootdev} -eq 0; then " \
402 /* FEL boot support, auto-execute boot.scr if a script address was provided */
405 "if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then " \
417 func(PXE, pxe, na) \
426 "env import -t 0x44000000 ${filesize}; " \
480 "name=system,size=-,uuid=${uuid_gpt_system};"
482 #define UUID_GPT_ESP "c12a7328-f81f-11d2-ba4b-00a0c93ec93b"
485 #define UUID_GPT_SYSTEM "b921b045-1df0-41c3-af44-4c6f280d3fae"
487 #define UUID_GPT_SYSTEM "69dad710-2ce4-4e3c-b16c-21a1d49abed3"