/u-boot/include/configs/ |
A D | gazerbeam.h | 27 #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 D | integratorcp.h | 52 #define CONFIG_SYS_MONITOR_BASE 0x27F40000 macro 56 #define CONFIG_SYS_MONITOR_BASE 0x25F40000 macro 60 #define CONFIG_SYS_MONITOR_BASE 0x27F40000 macro
|
A D | x600.h | 30 #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 D | imx27lite-common.h | 93 #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 D | mpc8308_p1m.h | 114 #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 D | MPC8308RDB.h | 110 #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 D | iot_devkit.h | 47 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE macro 64 #define ROM_BASE CONFIG_SYS_MONITOR_BASE
|
A D | xtfpga.h | 199 # 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 D | MPC8313ERDB_NAND.h | 40 #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 D | flea3.h | 105 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE macro 166 "uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \
|
A D | ls1028aqds.h | 64 #define CONFIG_SYS_MONITOR_BASE CONFIG_SPL_TEXT_BASE macro 66 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE macro
|
A D | hrcon.h | 99 #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 D | kmcent2.h | 366 #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 D | MPC8313ERDB_NOR.h | 17 #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 D | M5275EVB.h | 121 #define CONFIG_SYS_MONITOR_BASE 0x20000 macro 123 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400) macro
|
A D | stmark2.h | 106 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_TEXT_BASE + 0x400) macro 108 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400) macro
|
A D | strider.h | 99 #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 D | MPC8315ERDB.h | 17 #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 D | env_internal.h | 34 ((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 D | km-mpc83xx.h | 27 #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 D | README.mpc85xx | 50 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 D | start.S | 171 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 D | start.S | 171 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 D | start.S | 176 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 D | start.S | 186 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
|