/openbmc/u-boot/include/configs/ |
H A D | pm9g45.h | 68 #define PHYS_SDRAM 0x70000000 macro 101 #define CONFIG_AT91SAM9G45_LCD_BASE PHYS_SDRAM + 0xE00000 103 #define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM + 0x2000000 /* load addr */ 105 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 120 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | zmx25.h | 75 #define PHYS_SDRAM 0x80000000 /* start address of LPDDRRAM */ macro 78 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM 98 #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM + (512*1024)) 99 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE)
|
H A D | mx7ulp_evk.h | 76 #define PHYS_SDRAM 0x60000000 macro 78 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 79 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | platinum.h | 47 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 52 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM 98 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
|
H A D | aristainetos-common.h | 133 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 138 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 140 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | secomx6quq7.h | 67 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 70 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | pm9261.h | 157 #define PHYS_SDRAM 0x20000000 macro 197 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 267 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6qarm2.h | 109 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 111 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | sksimx6.h | 40 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 42 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6memcal.h | 42 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 44 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | pm9263.h | 171 #define PHYS_SDRAM 0x20000000 macro 226 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 297 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6sabre_common.h | 169 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 171 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | warp.h | 35 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 37 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | imx6dl-mamoj.h | 85 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 87 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | meesc.h | 58 #define PHYS_SDRAM ATMEL_BASE_CS1 /* 0x20000000 */ macro 61 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6sllevk.h | 116 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 119 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | pcm058.h | 62 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 64 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | usbarmory.h | 85 #define PHYS_SDRAM CSD0_BASE_ADDR macro 88 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6slevk.h | 122 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 124 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | udoo.h | 78 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 80 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | pfla02.h | 62 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 64 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | liteboard.h | 115 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 117 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | imx6_logic.h | 124 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 125 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
H A D | mx6sxsabreauto.h | 98 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 100 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
/openbmc/u-boot/board/ronetix/pm9g45/ |
H A D | pm9g45.c | 127 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init() 142 gd->ram_size = get_ram_size((void *)PHYS_SDRAM, in dram_init() 149 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()
|