Lines Matching +full:non +full:- +full:flash
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2007, 2010-2011 Freescale Semiconductor, Inc.
20 #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
76 * 0x8000_0000 0xbfff_ffff PCI Express Mem 1G non-cacheable
78 * 0xc000_0000 0xdfff_ffff PCI 512M non-cacheable
80 * 0xe000_0000 0xe00f_ffff CCSR 1M non-cacheable
81 * 0xe100_0000 0xe3ff_ffff PCI IO range 4M non-cacheable
88 * Localbus non-cacheable
90 * 0xf800_0000 0xf80f_ffff NVRAM/CADMUS (*) 1M non-cacheable
91 * 0xff00_0000 0xff7f_ffff FLASH (2nd bank) 8M non-cacheable
92 * 0xff80_0000 0xffff_ffff FLASH (boot bank) 8M non-cacheable
101 #define CONFIG_SYS_FLASH_BASE 0xff800000 /* start of FLASH 8M */
115 #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
116 #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
126 #define CONFIG_SYS_OR2_PRELIM 0xfff06ff7 /* 1MB Compact Flash area*/
144 #define PIXIS_VBOOT_FMAP 0x80 /* VBOOT - CFG_FLASHMAP */
145 #define PIXIS_VBOOT_FBANK 0x40 /* VBOOT - CFG_FLASHBANK */
163 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
169 /* Serial Port - controlled on board with jumper J8
170 * open - index 2
171 * shorted - index 1
194 * Memory space is mapped 1-1, but I/O space must start from 0.
315 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
370 #define CONFIG_UBOOTPATH 8544ds/u-boot.bin /* TFTP server */
406 "bootm $loadaddr - $fdtaddr"
421 "bootm $loadaddr - $fdtaddr"