Lines Matching +full:non +full:- +full:flash

3  * Copyright 2007-2008 Freescale Semiconductor, Inc.
5 * SPDX-License-Identifier: GPL-2.0+
31 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
94 * 0x8000_0000 0xbfff_ffff PCIe1 Mem 1G non-cacheable
95 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
96 * 0xe800_0000 0xe87f_ffff PCIe1 IO 8M non-cacheable
97 * 0xee00_0000 0xee00_ffff Boot page translation 4K non-cacheable
98 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
99 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
100 * 0xf000_0000 0xf7ff_ffff NOR Flash 2 128M non-cacheable
101 * 0xf800_0000 0xffff_ffff NOR Flash 1 128M non-cacheable
107 * NAND flash configuration
117 * NOR flash configuration
124 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
125 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
136 /* NOR Flash 0 on CS0 */
149 /* NOR Flash 1 on CS1 */
155 /* NAND flash on CS2 */
162 /* NAND flash on CS2 */
172 /* NAND flash on CS3 */
187 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
227 /* I2C EEPROM - AT24C128B */
251 #define CONFIG_SYS_PCA953X_C0_SER0_MODE 0x02 /* PU; UART0 serial mode select (1: RS-485, 0: RS-232…
253 #define CONFIG_SYS_PCA953X_C0_SER1_MODE 0x08 /* PU; UART1 serial mode select (1: RS-485, 0: RS-232…
254 #define CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS 0x10 /* PU; Boot flash CS select */
278 * Memory space is mapped 1-1, but I/O space must start from 0.
281 /* controller 1 - PEX8112 or XMC, depending on build option */
299 * In-band SGMII auto-negotiation between TBI and BCM5482S PHY fails, force
359 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - (256 * 1024))
362 * Flash memory map:
363 * fff80000 - ffffffff Pri U-Boot (512 KB)
364 * fff40000 - fff7ffff Pri U-Boot Environment (256 KB)
365 * fff00000 - fff3ffff Pri FDT (256KB)
366 * fef00000 - ffefffff Pri OS image (16MB)
367 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
369 * f7f80000 - f7ffffff Sec U-Boot (512 KB)
370 * f7f40000 - f7f7ffff Sec U-Boot Environment (256 KB)
371 * f7f00000 - f7f3ffff Sec FDT (256KB)
372 * f6f00000 - f7efffff Sec OS image (16MB)
373 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
384 "if test $? -eq 0; then " \
390 "if test $? -ne 0; then " \
401 "if test $? -eq 0; then " \
407 "if test $? -ne 0; then " \
418 "if test $? -eq 0; then " \
419 "if test -n $fdtaddr; then " \
421 "if test $? -eq 0; then " \
422 "bootm $osaddr - $fdtaddr; " \
435 "if test $? -eq 0; then " \
439 "if test $? -ne 0; then " \
450 "if test $? -eq 0; then " \
454 "if test $? -ne 0; then " \
465 "if test $? -eq 0; then " \
469 "if test $? -ne 0; then " \
480 "if test $? -eq 0; then " \
484 "if test $? -ne 0; then " \
503 "ubootfile=/home/user/u-boot.bin\0" \
515 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
517 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\