Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_MONITOR_BASE (Results 1 – 25 of 181) sorted by relevance

12345678

/u-boot/include/configs/
A Dgazerbeam.h27 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
102 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
103 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
105 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A Dintegratorcp.h52 #define CONFIG_SYS_MONITOR_BASE 0x27F40000 macro
56 #define CONFIG_SYS_MONITOR_BASE 0x25F40000 macro
60 #define CONFIG_SYS_MONITOR_BASE 0x27F40000 macro
A Dx600.h30 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro
106 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
108 "erase " __stringify(CONFIG_SYS_MONITOR_BASE) " +${filesize};" \
109 "cp.b ${u-boot_addr} " __stringify(CONFIG_SYS_MONITOR_BASE) \
111 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
A Dimx27lite-common.h93 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro
147 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
148 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
150 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A Dmpc8308_p1m.h114 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
301 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
302 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
304 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A DMPC8308RDB.h110 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
323 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
324 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
326 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A Diot_devkit.h47 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE macro
64 #define ROM_BASE CONFIG_SYS_MONITOR_BASE
A Dxtfpga.h199 # define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro
205 # define CONFIG_SYS_MONITOR_BASE IOADDR(0x06000000) macro
211 # define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro
A DMPC8313ERDB_NAND.h40 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE_SPL /* start of monitor */ macro
43 #ifndef CONFIG_SYS_MONITOR_BASE
44 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
170 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \
A Dflea3.h105 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro
166 "uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \
A Dls1028aqds.h64 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE macro
66 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE macro
A Dhrcon.h99 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
397 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
398 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
400 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A Dkmcent2.h366 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
466 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
468 "erase " __stringify(CONFIG_SYS_MONITOR_BASE) \
471 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize} && " \
472 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
480 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
A DMPC8313ERDB_NOR.h17 #ifndef CONFIG_SYS_MONITOR_BASE
18 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
142 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \
A DM5275EVB.h121 #define CONFIG_SYS_MONITOR_BASE 0x20000 macro
123 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400) macro
A Dstmark2.h106 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_TEXT_BASE + 0x400) macro
108 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400) macro
A Dstrider.h99 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
430 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
431 " +${filesize};era " __stringify(CONFIG_SYS_MONITOR_BASE)\
433 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \
A DMPC8315ERDB.h17 #ifndef CONFIG_SYS_MONITOR_BASE
18 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
162 #if CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE && \
/u-boot/include/
A Denv_internal.h34 ((CONFIG_ENV_ADDR >= CONFIG_SYS_MONITOR_BASE) && \
36 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN))
39 # if (CONFIG_ENV_ADDR >= CONFIG_SYS_MONITOR_BASE) && \
41 (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
94 #elif (CONFIG_ENV_ADDR + CONFIG_ENV_SIZE < CONFIG_SYS_MONITOR_BASE) || \
95 (CONFIG_ENV_ADDR >= CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) || \
/u-boot/include/configs/km/
A Dkm-mpc83xx.h27 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ macro
30 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
/u-boot/doc/
A DREADME.mpc85xx50 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_MONITOR_BASE
56 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_MONITOR_BASE
97 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_PBI_FLASH_WINDOW
100 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000
108 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_PBI_FLASH_WINDOW
111 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000
/u-boot/arch/m68k/cpu/mcf523x/
A Dstart.S171 move.l #CONFIG_SYS_MONITOR_BASE, %a1
186 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
196 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
198 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1
208 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
212 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2
224 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
/u-boot/arch/m68k/cpu/mcf530x/
A Dstart.S171 move.l #CONFIG_SYS_MONITOR_BASE, %a1
185 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
195 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE), %a1
197 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE), %d1
207 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE), %a1
213 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE), %a2
225 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
/u-boot/arch/m68k/cpu/mcf547x_8x/
A Dstart.S176 move.l #CONFIG_SYS_MONITOR_BASE, %a1
191 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
201 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
203 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1
213 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
217 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2
229 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
/u-boot/arch/m68k/cpu/mcf532x/
A Dstart.S186 move.l #CONFIG_SYS_MONITOR_BASE, %a1
201 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
211 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
213 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1
223 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
227 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2
239 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1

Completed in 43 milliseconds

12345678