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

1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright 2004-2008 Freescale Semiconductor, Inc.
23 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
68 * 0x8000_0000 0xbfff_ffff PCI1 Mem 1G non-cacheable
69 * 0xe000_0000 0xe7ff_ffff SRAM/SSRAM/L1 Cache 128M non-cacheable
70 * 0xe800_0000 0xe87f_ffff PCI1 IO 8M non-cacheable
71 * 0xef00_0000 0xef0f_ffff CCSR/IMMR 1M non-cacheable
72 * 0xef80_0000 0xef8f_ffff NAND Flash 1M non-cacheable
73 * 0xf800_0000 0xfbff_ffff NOR Flash 2 64M non-cacheable
74 * 0xfc00_0000 0xffff_ffff NOR Flash 1 64M non-cacheable
80 * NAND flash configuration
92 * NOR flash configuration
99 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
100 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
108 /* NOR Flash 0 on CS0 */
116 /* NOR Flash 1 on CS1 */
122 /* NAND flash on CS2 */
127 /* NAND flash on CS2 */
136 /* NAND flash on CS3 */
149 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
217 /* 12-bit ADC used to measure CPU diode */
222 * Memory space is mapped 1-1, but I/O space must start from 0.
291 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - (256 * 1024))
294 * Flash memory map:
295 * fff80000 - ffffffff Pri U-Boot (512 KB)
296 * fff40000 - fff7ffff Pri U-Boot Environment (256 KB)
297 * fff00000 - fff3ffff Pri FDT (256KB)
298 * fef00000 - ffefffff Pri OS image (16MB)
299 * fc000000 - feefffff Pri OS Use/Filesystem (47MB)
301 * fbf80000 - fbffffff Sec U-Boot (512 KB)
302 * fbf40000 - fbf7ffff Sec U-Boot Environment (256 KB)
303 * fbf00000 - fbf3ffff Sec FDT (256KB)
304 * faf00000 - fbefffff Sec OS image (16MB)
305 * f8000000 - faefffff Sec OS Use/Filesystem (47MB)
316 "if test $? -eq 0; then " \
322 "if test $? -ne 0; then " \
333 "if test $? -eq 0; then " \
339 "if test $? -ne 0; then " \
350 "if test $? -eq 0; then " \
351 "if test -n $fdtaddr; then " \
353 "if test $? -eq 0; then " \
354 "bootm $osaddr - $fdtaddr; " \
367 "if test $? -eq 0; then " \
371 "if test $? -ne 0; then " \
382 "if test $? -eq 0; then " \
386 "if test $? -ne 0; then " \
397 "if test $? -eq 0; then " \
401 "if test $? -ne 0; then " \
412 "if test $? -eq 0; then " \
416 "if test $? -ne 0; then " \
435 "ubootfile=/home/user/u-boot.bin\0" \
447 "bootm "CONFIG_OS1_ENV_ADDR" - "CONFIG_FDT1_ENV_ADDR"\0"\
449 "bootm "CONFIG_OS2_ENV_ADDR" - "CONFIG_FDT2_ENV_ADDR"\0"\