Lines Matching +full:1 +full:kb
61 /* Lx60 can only map 128kb memory (instead of 256kb) when running under OCD */
63 # define CONFIG_SYS_MONITOR_LEN 0x00020000 /* 128KB */
65 # define CONFIG_SYS_MONITOR_LEN 0x00040000 /* 256KB */
68 #define CONFIG_SYS_MALLOC_LEN (256 << 10) /* heap 256KB */
139 #define FPGAREG_MTH_SHIFT 24 /* BCD month 1..12 */
142 #define FPGAREG_DAY_SHIFT 16 /* BCD day 1..31 */
153 * DIP switch (left=sw1=lsb=bit0, right=sw8=msb=bit7; off=0, on=1):
156 * Bit 7 maps the first 128KB of ROM address space at CONFIG_SYS_ROM_BASE to
157 * the base of flash * (when on/1) or to the base of RAM (when off/0).
164 #define FPGAREG_BOOT_WIDTH 1
167 #define FPGAREG_BOOT_FLASH (1<<FPGAREG_BOOT_SHIFT)
198 #define CONFIG_SYS_MAX_FLASH_BANKS 1
201 # define CONFIG_SYS_FLASH_SECT_SZ 0x10000 /* block size 64KB */
202 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x2000 /* param size 8KB */
207 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
208 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
213 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
214 # define CONFIG_SYS_FLASH_PARMSECT_SZ 0x8000 /* param size 32KB */
220 CONFIG_SYS_FLASH_SIZE/CONFIG_SYS_FLASH_SECT_SZ - 1)
223 * Put environment in top block (64kB)
224 * Another option would be to put env. in 2nd param block offs 8KB, size 8KB