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

3  * Copyright 2007-2008 Freescale Semiconductor, Inc.
5 * SPDX-License-Identifier: GPL-2.0+
30 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
90 * 0x8000_0000 0xbfff_ffff PCIe1 Mem 1G non-cacheable
91 * 0xc000_0000 0xcfff_ffff PCIe2 Mem 256M non-cacheable
92 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
93 * 0xe800_0000 0xe87f_ffff PCIe1 IO 8M non-cacheable
94 * 0xe880_0000 0xe8ff_ffff PCIe2 IO 8M non-cacheable
95 * 0xee00_0000 0xee00_ffff Boot page translation 4K non-cacheable
96 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
97 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
98 * 0xf000_0000 0xf7ff_ffff NOR Flash 2 128M non-cacheable
99 * 0xf800_0000 0xffff_ffff NOR Flash 1 128M non-cacheable
105 * NAND flash configuration
115 * NOR flash configuration
122 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
123 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
134 /* NOR Flash 0 on CS0 */
147 /* NOR Flash 1 on CS1 */
153 /* NAND flash on CS2 */
160 /* NAND flash on CS2 */
170 /* NAND flash on CS3 */
185 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
224 /* I2C EEPROM - AT24C128B */
252 #define CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS 0x10 /* PU; Boot flash CS select */
285 * Memory space is mapped 1-1, but I/O space must start from 0.
287 /* PCIE1 - VPX P1 */
295 /* PCIE2 - PEX8518 */
313 * In-band SGMII auto-negotiation between TBI and BCM5482S PHY fails, force
360 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - (256 * 1024))
363 * Flash memory map:
364 * fff80000 - ffffffff Pri U-Boot (512 KB)
365 * fff40000 - fff7ffff Pri U-Boot Environment (256 KB)
366 * fff00000 - fff3ffff Pri FDT (256KB)
367 * fef00000 - ffefffff Pri OS image (16MB)
368 * f8000000 - feefffff Pri OS Use/Filesystem (111MB)
370 * f7f80000 - f7ffffff Sec U-Boot (512 KB)
371 * f7f40000 - f7f7ffff Sec U-Boot Environment (256 KB)
372 * f7f00000 - f7f3ffff Sec FDT (256KB)
373 * f6f00000 - f7efffff Sec OS image (16MB)
374 * f0000000 - f6efffff Sec OS Use/Filesystem (111MB)
385 "if test $? -eq 0; then " \
391 "if test $? -ne 0; then " \
402 "if test $? -eq 0; then " \
408 "if test $? -ne 0; then " \
419 "if test $? -eq 0; then " \
420 "if test -n $fdtaddr; then " \
422 "if test $? -eq 0; then " \
423 "bootm $osaddr - $fdtaddr; " \
436 "if test $? -eq 0; then " \
440 "if test $? -ne 0; then " \
451 "if test $? -eq 0; then " \
455 "if test $? -ne 0; then " \
466 "if test $? -eq 0; then " \
470 "if test $? -ne 0; then " \
481 "if test $? -eq 0; then " \
485 "if test $? -ne 0; then " \
504 "ubootfile=/home/user/u-boot.bin\0" \
516 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
518 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\