/openbmc/u-boot/include/configs/ |
H A D | t4qds.h | 56 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 58 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 60 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 62 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T4240RDB.h | 95 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 97 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 99 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 101 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T208xRDB.h | 147 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 149 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 151 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 153 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | B4860QDS.h | 159 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 161 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 163 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 165 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T102xQDS.h | 182 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 184 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 186 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 188 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T208xQDS.h | 162 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 164 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 166 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 168 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T104xRDB.h | 222 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_VADDR + 32 * 1024) macro 224 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 226 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 228 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | T102xRDB.h | 205 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L3_ADDR + 32 * 1024) macro 207 #define CONFIG_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) 209 #define CONFIG_SPL_RELOC_MALLOC_ADDR (CONFIG_SPL_GD_ADDR + 12 * 1024) 211 #define CONFIG_SPL_RELOC_STACK (CONFIG_SPL_GD_ADDR + 64 * 1024)
|
H A D | C29XPCIE.h | 306 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024) macro 317 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024) macro
|
H A D | P1022DS.h | 310 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024) macro 321 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024) macro
|
H A D | P1010RDB.h | 499 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 96 * 1024) macro 510 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024) macro
|
H A D | p1_p2_rdb_pc.h | 507 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 112 * 1024) macro 524 #define CONFIG_SPL_GD_ADDR (CONFIG_SYS_INIT_L2_ADDR + 176 * 1024) macro
|
/openbmc/u-boot/board/freescale/t4rdb/ |
H A D | spl.c | 46 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 49 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 66 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/b4860qds/ |
H A D | spl.c | 59 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 62 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 77 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t208xrdb/ |
H A D | spl.c | 40 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 43 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 63 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H A D | spl.c | 62 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 65 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 85 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t208xqds/ |
H A D | spl.c | 70 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 73 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 93 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t4qds/ |
H A D | spl.c | 79 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 82 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 102 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | spl.c | 84 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 87 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 107 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/t102xrdb/ |
H A D | spl.c | 65 memcpy((void *)CONFIG_SPL_GD_ADDR, (void *)gd, sizeof(gd_t)); in board_init_f() 68 gd = (gd_t *)(CONFIG_SPL_GD_ADDR); in board_init_f() 94 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/openbmc/u-boot/board/freescale/c29xpcie/ |
H A D | spl.c | 46 gd = (gd_t *)CONFIG_SPL_GD_ADDR; in board_init_r() 50 bd = (bd_t *)(CONFIG_SPL_GD_ADDR + sizeof(gd_t)); in board_init_r()
|
/openbmc/u-boot/board/freescale/p1010rdb/ |
H A D | spl.c | 62 gd = (gd_t *)CONFIG_SPL_GD_ADDR; in board_init_r() 66 bd = (bd_t *)(CONFIG_SPL_GD_ADDR + sizeof(gd_t)); in board_init_r()
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | spl.c | 76 gd = (gd_t *)CONFIG_SPL_GD_ADDR; in board_init_r() 80 bd = (bd_t *)(CONFIG_SPL_GD_ADDR + sizeof(gd_t)); in board_init_r()
|
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
H A D | spl.c | 68 gd = (gd_t *)CONFIG_SPL_GD_ADDR; in board_init_r() 72 bd = (bd_t *)(CONFIG_SPL_GD_ADDR + sizeof(gd_t)); in board_init_r()
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | spl.c | 76 gd = (gd_t *)CONFIG_SPL_GD_ADDR; in board_init_r() 80 bd = (bd_t *)(CONFIG_SPL_GD_ADDR + sizeof(gd_t)); in board_init_r()
|