Home
last modified time | relevance | path

Searched refs:dram (Results 1 – 17 of 17) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3399/
H A Dplatform.mk22 -I${RK_PLAT_SOC}/drivers/dram/ \
69 ${RK_PLAT_SOC}/drivers/dram/dfs.c \
70 ${RK_PLAT_SOC}/drivers/dram/dram.c \
71 ${RK_PLAT_SOC}/drivers/dram/dram_spec_timing.c \
72 ${RK_PLAT_SOC}/drivers/dram/suspend.c
/rk3399_ARM-atf/drivers/renesas/rza/ddr/
H A Dddr.c191 uint8_t dram; in program_phy1() local
207 dram = (tmp >> 16) & 0xF; in program_phy1()
228 if (dram == 2) { in program_phy1()
281 read_lat = (dram == 2 ? 12 : 10) + (CEIL(RL, 2) * 2) - CEIL(WL, 2) + 28; in program_phy1()
282 trim_lat = (dram == 2 ? 11 : 9) + CEIL(RL, 2) - CEIL(WL, 2) + 29; in program_phy1()
292 if (dram == 2) { in program_phy1()
298 write_phy_reg(DDRPHY_R67, (dram == 2 ? 1 : 0) << 27); in program_phy1()
299 write_phy_reg(DDRPHY_R47, (dram == 2 ? 1 : 0) << 24); in program_phy1()
302 tmp = ((dram == 0 ? 0 : 1) << 15) | in program_phy1()
320 tmp = dq_dqs_term | ((dram == 2) ? 0 : (dq_dqs_term << 4)); in program_phy1()
[all …]
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dplatform.mk8 POPLAR_TSP_RAM_LOCATION ?= dram
9 ifeq (${POPLAR_TSP_RAM_LOCATION}, dram)
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dplatform.mk12 HIKEY_TSP_RAM_LOCATION ?= dram
13 ifeq (${HIKEY_TSP_RAM_LOCATION}, dram)
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dplatform.mk11 HIKEY960_TSP_RAM_LOCATION ?= dram
12 ifeq (${HIKEY960_TSP_RAM_LOCATION}, dram)
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dplatform.mk37 plat/imx/imx8ulp/dram.c \
/rk3399_ARM-atf/plat/imx/imx8m/imx8mq/
H A Dplatform.mk17 IMX_DRAM_SOURCES := plat/imx/imx8m/ddr/dram.c \
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst131 *dram_controller.c* will only be added if MEM_TYPE equals dram.
137 group_add(NAME mem_conf TYPE CONFIG DEFINE KEY MEM_TYPE VAL dram)
148 stgt_add_src_cond(NAME fw1 KEY MEM_TYPE VAL dram SRC
/rk3399_ARM-atf/plat/imx/imx8m/imx8mn/
H A Dplatform.mk16 IMX_DRAM_SOURCES := plat/imx/imx8m/ddr/dram.c \
/rk3399_ARM-atf/plat/nuvoton/npcm845x/
H A Dplatform.mk25 ARM_TSP_RAM_LOCATION ?= dram
31 else ifeq (${ARM_TSP_RAM_LOCATION}, dram)
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/
H A DMakefile23 C_SOURCES := src/dram.c \
/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.mk20 ARM_TSP_RAM_LOCATION ?= dram
26 else ifeq (${ARM_TSP_RAM_LOCATION}, dram)
/rk3399_ARM-atf/plat/imx/imx8m/imx8mp/
H A Dplatform.mk19 IMX_DRAM_SOURCES := plat/imx/imx8m/ddr/dram.c \
/rk3399_ARM-atf/plat/imx/imx8m/imx8mm/
H A Dplatform.mk22 IMX_DRAM_SOURCES := plat/imx/imx8m/ddr/dram.c \
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst83 This file defines the dram topology and parameters of the target board.
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst98 - ``dram`` : Secure region in DRAM (default option when TBB is enabled,
/rk3399_ARM-atf/docs/
H A Dchange-log.md2155 …- dram: Fix build with gcc 11 ([f86c230](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…
3817 …- adjust the dram mapped region ([8d50c91](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
4704 …- add more dram pll setting ([8947404](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tru…
5695 …- fix the dram retention random hang on some imx8mq Rev2.0 ([4bf5019](https://review.trustedfirmwa…
6262 …- add more dram pll setting ([4234b90](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tru…
6271 …- add the dram retention support for imx8mq ([dd108c3](https://review.trustedfirmware.org/plugins/…
6276 …- enable dram dvfs support on imx8mq ([8962bdd](https://review.trustedfirmware.org/plugins/gitiles…
6689 …- add dram retention flow for imx8m family ([c71793c](https://review.trustedfirmware.org/plugins/g…
6701 …- enable dram retention suuport on imx8mn ([2003fa9](https://review.trustedfirmware.org/plugins/gi…
6707 …- enable dram retention suuport on imx8mm ([b7abf48](https://review.trustedfirmware.org/plugins/gi…
[all …]