Home
last modified time | relevance | path

Searched refs:PHYS_SDRAM_1_SIZE (Results 1 – 25 of 110) sorted by relevance

12345

/u-boot/board/broadcom/bcmns2/
A Dnorthstar2.c45 PHYS_SDRAM_1_SIZE + PHYS_SDRAM_2_SIZE); in dram_init()
52 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
54 gd->bd->bi_dram[1].start = CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/include/configs/
A Ddeneb.h16 #undef PHYS_SDRAM_1_SIZE
17 #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */ macro
A Dgiedi.h16 #undef PHYS_SDRAM_1_SIZE
17 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1 GB */ macro
A Dapf27.h60 + PHYS_SDRAM_1_SIZE - 0x0100000)
250 #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */ macro
256 #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ macro
262 #define PHYS_SDRAM_1_SIZE 0x10000000 /* 256 MB */ macro
A Dintegrator-common.h65 #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ macro
67 #define CONFIG_SYS_INIT_RAM_SIZE PHYS_SDRAM_1_SIZE
A Dkp_imx53.h84 #define PHYS_SDRAM_1_SIZE (512 * SZ_1M) macro
85 #define PHYS_SDRAM_SIZE (PHYS_SDRAM_1_SIZE)
A Dadp-ag101p.h198 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ macro
202 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ macro
205 #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ macro
A Dsocfpga_soc64_common.h129 #define PHYS_SDRAM_1_SIZE (1 * 1024 * 1024 * 1024) macro
201 #define CONFIG_SPL_BSS_START_ADDR (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE \
A Dsocfpga_arria5_socdk.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */ macro
A Dsocfpga_cyclone5_socdk.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */ macro
A Dsocfpga_de0_nano_soc.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ macro
A Dsocfpga_de10_nano.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ macro
A Dsocfpga_de1_soc.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ macro
A Dsocfpga_sockit.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */ macro
A Dsocfpga_socrates.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCrates */ macro
A Dsocfpga_dbm_soc1.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ macro
A Dsocfpga_mcvevk.h11 #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on MCV */ macro
A Dsocfpga_is1.h12 #define PHYS_SDRAM_1_SIZE 0x10000000 macro
/u-boot/board/phytium/durian/
A Ddurian.c28 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init()
35 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
66 .size = (u64)PHYS_SDRAM_1_SIZE,
/u-boot/board/armltd/total_compute/
A Dtotal_compute.c53 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init()
60 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/board/st/stih410-b2260/
A Dboard.c21 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init()
28 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/board/samsung/smdkc100/
A Dsmdkc100.c52 gd->ram_size = get_ram_size((long *)PHYS_SDRAM_1, PHYS_SDRAM_1_SIZE); in dram_init()
60 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/board/AndesTech/adp-ag101p/
A Dadp-ag101p.c44 unsigned long expected_size = PHYS_SDRAM_0_SIZE + PHYS_SDRAM_1_SIZE; in dram_init()
64 gd->bd->bi_dram[1].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/board/AndesTech/adp-ae3xx/
A Dadp-ae3xx.c40 unsigned long expected_size = PHYS_SDRAM_0_SIZE + PHYS_SDRAM_1_SIZE; in dram_init()
57 gd->bd->bi_dram[1].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
/u-boot/board/st/stv0991/
A Dstv0991.c95 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init()
102 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()

Completed in 38 milliseconds

12345