/openbmc/u-boot/include/configs/ |
H A D | tuxx1.h | 76 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_APP1_BASE | \ macro 97 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_APP1_BASE | \ macro
|
H A D | kmp204x.h | 46 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_LBAPP1_BR_PRELIM macro
|
H A D | M5272C3.h | 177 #define CONFIG_SYS_BR2_PRELIM 0x30000001 macro
|
H A D | cobra5272.h | 292 #define CONFIG_SYS_BR2_PRELIM 0 macro
|
H A D | corenet_ds.h | 237 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_FLASH_BR_PRELIM /* NOR Base Address */ macro 242 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ macro
|
H A D | MPC8555CDS.h | 140 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
|
H A D | suvd3.h | 87 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_APP1_BASE | \ macro
|
H A D | MPC8541CDS.h | 142 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
|
H A D | MPC8540ADS.h | 142 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
|
H A D | socrates.h | 147 #define CONFIG_SYS_BR2_PRELIM 0xc80018a1 /* UPMB, 32-bit */ macro
|
H A D | MPC8568MDS.h | 132 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
|
H A D | MPC8560ADS.h | 141 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
|
H A D | MPC8544DS.h | 125 #define CONFIG_SYS_BR2_PRELIM 0xf8201001 /* port size 16bit */ macro
|
H A D | xpedite520x.h | 123 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \ macro
|
H A D | MPC8548CDS.h | 204 #define CONFIG_SYS_BR2_PRELIM \ macro
|
H A D | p1_twr.h | 146 #define CONFIG_SYS_BR2_PRELIM CONFIG_SSD_BR_PRELIM macro
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fsl_lbc.c | 71 #if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM) in init_early_memctl_regs() 73 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in init_early_memctl_regs()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | cpu_init.c | 146 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in cpu_init_f() 148 out_be32(&memctl->memc_br2, CONFIG_SYS_BR2_PRELIM); in cpu_init_f()
|
/openbmc/u-boot/board/freescale/mpc8555cds/ |
H A D | mpc8555cds.c | 277 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init() 293 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
|
/openbmc/u-boot/board/freescale/mpc8541cds/ |
H A D | mpc8541cds.c | 279 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init() 295 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
|
/openbmc/u-boot/board/freescale/mpc8568mds/ |
H A D | mpc8568mds.c | 157 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init() 172 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | spl_minimal.c | 30 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in board_init_f()
|
/openbmc/u-boot/board/freescale/mpc8548cds/ |
H A D | mpc8548cds.c | 97 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init() 112 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
|
/openbmc/u-boot/configs/ |
H A D | MCR3000_defconfig | 22 CONFIG_SYS_BR2_PRELIM=0x08000801
|
/openbmc/u-boot/board/sbc8349/ |
H A D | sbc8349.c | 137 #if defined(CONFIG_SYS_BR2_PRELIM) \
|