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

3  * Copyright 2004-2008 Freescale Semiconductor, Inc.
5 * SPDX-License-Identifier: GPL-2.0+
30 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
77 * 0x8000_0000 0xbfff_ffff PCI1 Mem 1G non-cacheable
78 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
79 * 0xe800_0000 0xe87f_ffff PCI1 IO 8M non-cacheable
80 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
81 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
82 * 0xf800_0000 0xfbff_ffff NOR Flash 2 64M non-cacheable
83 * 0xfc00_0000 0xffff_ffff NOR Flash 1 64M non-cacheable
89 * NAND flash configuration
101 * NOR flash configuration
108 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
109 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
120 /* NOR Flash 0 on CS0 */
128 /* NOR Flash 1 on CS1 */
134 /* NAND flash on CS2 */
139 /* NAND flash on CS2 */
148 /* NAND flash on CS3 */
161 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
230 /* 12-bit ADC used to measure CPU diode */
235 * Memory space is mapped 1-1, but I/O space must start from 0.
311 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - (256 * 1024))
314 * Flash memory map:
315 * fff80000 - ffffffff Pri U-Boot (512 KB)
316 * fff40000 - fff7ffff Pri U-Boot Environment (256 KB)
317 * fff00000 - fff3ffff Pri FDT (256KB)
318 * fef00000 - ffefffff Pri OS image (16MB)
319 * fc000000 - feefffff Pri OS Use/Filesystem (47MB)
321 * fbf80000 - fbffffff Sec U-Boot (512 KB)
322 * fbf40000 - fbf7ffff Sec U-Boot Environment (256 KB)
323 * fbf00000 - fbf3ffff Sec FDT (256KB)
324 * faf00000 - fbefffff Sec OS image (16MB)
325 * f8000000 - faefffff Sec OS Use/Filesystem (47MB)
336 "if test $? -eq 0; then " \
342 "if test $? -ne 0; then " \
353 "if test $? -eq 0; then " \
359 "if test $? -ne 0; then " \
370 "if test $? -eq 0; then " \
371 "if test -n $fdtaddr; then " \
373 "if test $? -eq 0; then " \
374 "bootm $osaddr - $fdtaddr; " \
387 "if test $? -eq 0; then " \
391 "if test $? -ne 0; then " \
402 "if test $? -eq 0; then " \
406 "if test $? -ne 0; then " \
417 "if test $? -eq 0; then " \
421 "if test $? -ne 0; then " \
432 "if test $? -eq 0; then " \
436 "if test $? -ne 0; then " \
455 "ubootfile=/home/user/u-boot.bin\0" \
467 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
469 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\