| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | pm9g45.h | 75 #define PHYS_SDRAM 0x70000000 macro 108 #define CONFIG_AT91SAM9G45_LCD_BASE PHYS_SDRAM + 0xE00000 110 #define CONFIG_SYS_LOAD_ADDR PHYS_SDRAM + 0x2000000 /* load addr */ 112 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 131 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | zmx25.h | 91 #define PHYS_SDRAM 0x80000000 /* start address of LPDDRRAM */ macro 94 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM 117 #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM + (512*1024)) 118 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE)
|
| H A D | mx7ulp_evk.h | 89 #define PHYS_SDRAM 0x60000000 macro 91 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 92 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | aristainetos-common.h | 138 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 144 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 146 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | platinum.h | 50 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 55 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM 102 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
|
| H A D | pm9261.h | 164 #define PHYS_SDRAM 0x20000000 macro 206 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 289 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | secomx6quq7.h | 70 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 73 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | pm9263.h | 178 #define PHYS_SDRAM 0x20000000 macro 235 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM 319 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | mx6qarm2.h | 112 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 114 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | udoo.h | 151 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 153 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | imx6_logic.h | 131 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 132 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | mx6sllevk.h | 118 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 121 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | warp.h | 39 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 41 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | mx6ullevk.h | 142 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 144 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | usbarmory.h | 93 #define PHYS_SDRAM CSD0_BASE_ADDR macro 96 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | meesc.h | 64 #define PHYS_SDRAM ATMEL_BASE_CS1 /* 0x20000000 */ macro 68 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | udoo_neo.h | 75 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 76 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | liteboard.h | 119 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 121 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | warp7.h | 90 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 92 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | mx6sabre_common.h | 182 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 184 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | vf610twr.h | 188 #define PHYS_SDRAM (0x80000000) macro 191 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | mx6sxsabreauto.h | 100 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 102 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | pico-imx7d.h | 96 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 98 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| H A D | xpress.h | 46 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR macro 49 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
|
| /OK3568_Linux_fs/u-boot/board/ronetix/pm9g45/ |
| H A D | pm9g45.c | 128 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init() 143 gd->ram_size = get_ram_size((void *)PHYS_SDRAM, in dram_init() 150 gd->bd->bi_dram[0].start = PHYS_SDRAM; in dram_init_banksize()
|