/external/u-boot/include/configs/km/ |
D | km83xx-common.h | 38 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 39 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 42 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
/external/u-boot/include/configs/ |
D | mpc8308_p1m.h | 119 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 120 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 121 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | TQM834x.h | 47 #define CONFIG_SYS_DDR_BASE 0x00000000 macro 48 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 49 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8323ERDB.h | 73 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 74 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 75 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8308RDB.h | 118 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 119 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 120 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | ve8313.h | 48 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro 49 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 50 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | ids8313.h | 97 #define CONFIG_SYS_DDR_BASE 0x00000000 macro 98 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 99 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC832XEMDS.h | 80 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 81 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 82 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8315ERDB.h | 92 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 93 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 94 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | vme8349.h | 85 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is sys memory*/ macro 86 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 87 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | sbc8349.h | 75 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro 76 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 77 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC837XEMDS.h | 107 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 108 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 109 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | hrcon.h | 106 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 107 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 108 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8349ITX.h | 158 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro 159 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 160 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8349EMDS.h | 80 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro 81 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 82 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | strider.h | 106 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 107 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 108 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC8313ERDB.h | 112 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro 113 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 114 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
D | MPC837XERDB.h | 130 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro 131 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE 132 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
|
/external/u-boot/board/tqc/tqm834x/ |
D | tqm834x.c | 75 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE; in dram_init() 81 CONFIG_SYS_DDR_BASE + (cs * DDR_MAX_SIZE_PER_CS), in dram_init() 105 (long *)(CONFIG_SYS_DDR_BASE + size)); in dram_init()
|
/external/u-boot/board/keymile/km83xx/ |
D | km83xx.c | 314 msize = get_ram_size(CONFIG_SYS_DDR_BASE, msize); in fixed_sdram() 341 CONFIG_SYS_DDR_BASE & LAWBAR_BAR); in dram_init()
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | mpc832xemds.c | 101 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
|
/external/u-boot/board/esd/vme8349/ |
D | vme8349.c | 41 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
|
/external/u-boot/board/sbc8349/ |
D | sbc8349.c | 48 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | mpc8323erdb.c | 82 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
|
/external/u-boot/board/ids/ids8313/ |
D | ids8313.c | 99 msize = get_ram_size(CONFIG_SYS_DDR_BASE, msize); in fixed_sdram()
|