Lines Matching +full:boot +full:- +full:serial +full:- +full:test
1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright 2007-2008 Freescale Semiconductor, Inc.
24 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
30 #define CONFIG_BPTR_VIRT_ADDR 0xee000000 /* virt boot page address */
85 * 0x8000_0000 0xbfff_ffff PCIe1 Mem 1G non-cacheable
86 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
87 * 0xe800_0000 0xe87f_ffff PCIe1 IO 8M non-cacheable
88 * 0xee00_0000 0xee00_ffff Boot page translation 4K non-cacheable
89 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
90 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
91 * 0xf000_0000 0xf7ff_ffff NOR Flash 2 128M non-cacheable
92 * 0xf800_0000 0xffff_ffff NOR Flash 1 128M non-cacheable
175 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
182 * Serial Port
191 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
213 /* I2C EEPROM - AT24C128B */
237 #define CONFIG_SYS_PCA953X_C0_SER0_MODE 0x02 /* PU; UART0 serial mode select (1: RS-485, 0: RS-232…
239 #define CONFIG_SYS_PCA953X_C0_SER1_MODE 0x08 /* PU; UART1 serial mode select (1: RS-485, 0: RS-232…
240 #define CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS 0x10 /* PU; Boot flash CS select */
264 * Memory space is mapped 1-1, but I/O space must start from 0.
267 /* controller 1 - PEX8112 or XMC, depending on build option */
283 * In-band SGMII auto-negotiation between TBI and BCM5482S PHY fails, force
340 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - (256 * 1024))
344 * fff80000 - ffffffff Pri U-Boot (512 KB)
345 * fff40000 - fff7ffff Pri U-Boot Environment (256 KB)
346 * fff00000 - fff3ffff Pri FDT (256KB)
347 * fef00000 - ffefffff Pri OS image (16MB)
348 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
350 * f7f80000 - f7ffffff Sec U-Boot (512 KB)
351 * f7f40000 - f7f7ffff Sec U-Boot Environment (256 KB)
352 * f7f00000 - f7f3ffff Sec FDT (256KB)
353 * f6f00000 - f7efffff Sec OS image (16MB)
354 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
365 "if test $? -eq 0; then " \
371 "if test $? -ne 0; then " \
382 "if test $? -eq 0; then " \
388 "if test $? -ne 0; then " \
399 "if test $? -eq 0; then " \
400 "if test -n $fdtaddr; then " \
402 "if test $? -eq 0; then " \
403 "bootm $osaddr - $fdtaddr; " \
416 "if test $? -eq 0; then " \
420 "if test $? -ne 0; then " \
431 "if test $? -eq 0; then " \
435 "if test $? -ne 0; then " \
446 "if test $? -eq 0; then " \
450 "if test $? -ne 0; then " \
461 "if test $? -eq 0; then " \
465 "if test $? -ne 0; then " \
484 "ubootfile=/home/user/u-boot.bin\0" \
496 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
498 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\