Home
last modified time | relevance | path

Searched refs:spd (Results 1 – 25 of 31) sorted by relevance

12

/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/
A Ddimm.c77 if (spd->crc[0] != crc_lsb || spd->crc[1] != crc_msb) { in ddr4_spd_check()
79 spd->crc[1], spd->crc[0], crc_msb, crc_lsb); in ddr4_spd_check()
93 spd->mod_section.uc[127], spd->mod_section.uc[126], in ddr4_spd_check()
293 pdimm->tckmin_x_ps = spd_to_ps(spd->tck_min, spd->fine_tck_min); in cal_dimm_params()
297 pdimm->tckmax_ps = spd_to_ps(spd->tck_max, spd->fine_tck_max); in cal_dimm_params()
320 pdimm->taa_ps = spd_to_ps(spd->taa_min, spd->fine_taa_min); in cal_dimm_params()
326 pdimm->trcd_ps = spd_to_ps(spd->trcd_min, spd->fine_trcd_min); in cal_dimm_params()
332 pdimm->trp_ps = spd_to_ps(spd->trp_min, spd->fine_trp_min); in cal_dimm_params()
342 spd->trc_min_lsb), spd->fine_trc_min); in cal_dimm_params()
355 pdimm->tfaw_ps = (((spd->tfaw_msb & 0xf) << 8) | spd->tfaw_min) * in cal_dimm_params()
[all …]
A Dddr.c526 struct ddr4_spd spd[2]; in parse_spd() local
546 ret = read_spd(addr, &spd[spd_idx], in parse_spd()
554 (spd[spd_idx].crc[1] << 24) | in parse_spd()
555 (spd[spd_idx].crc[0] << 16) | in parse_spd()
556 (spd[spd_idx].mod_section.uc[127] << 8) | in parse_spd()
557 (spd[spd_idx].mod_section.uc[126] << 0); in parse_spd()
565 ret = cal_dimm_params(&spd[0], dimm); in parse_spd()
/trusted-firmware-a/services/spd/opteed/
A Dopteed.mk7 OPTEED_DIR := services/spd/opteed
10 SPD_SOURCES := services/spd/opteed/opteed_common.c \
11 services/spd/opteed/opteed_helpers.S \
12 services/spd/opteed/opteed_main.c \
13 services/spd/opteed/opteed_pm.c
/trusted-firmware-a/services/spd/tspd/
A Dtspd.mk7 TSPD_DIR := services/spd/tspd
13 SPD_SOURCES := services/spd/tspd/tspd_common.c \
14 services/spd/tspd/tspd_helpers.S \
15 services/spd/tspd/tspd_main.c \
16 services/spd/tspd/tspd_pm.c
/trusted-firmware-a/services/spd/tlkd/
A Dtlkd.mk11 SPD_SOURCES := services/spd/tlkd/tlkd_common.c \
12 services/spd/tlkd/tlkd_helpers.S \
13 services/spd/tlkd/tlkd_main.c \
14 services/spd/tlkd/tlkd_pm.c
/trusted-firmware-a/services/spd/trusty/
A Dtrusty.mk9 SPD_SOURCES := services/spd/trusty/trusty.c \
10 services/spd/trusty/trusty_helpers.S
13 SPD_SOURCES += services/spd/trusty/generic-arm64-smcall.c
/trusted-firmware-a/build/qemu/release/bl31/
A Dopteed_main.d2 services/spd/opteed/opteed_main.c include/lib/libc/assert.h \
32 include/tools_share/uuid.h services/spd/opteed/opteed_private.h \
33 include/bl31/interrupt_mgmt.h services/spd/opteed/teesmc_opteed.h \
34 services/spd/opteed/teesmc_opteed_macros.h
86 services/spd/opteed/opteed_private.h:
88 services/spd/opteed/teesmc_opteed.h:
89 services/spd/opteed/teesmc_opteed_macros.h:
A Dopteed_helpers.d2 services/spd/opteed/opteed_helpers.S include/arch/aarch64/asm_macros.S \
5 include/lib/spinlock.h services/spd/opteed/opteed_private.h \
28 services/spd/opteed/opteed_private.h:
A Dopteed_common.d2 services/spd/opteed/opteed_common.c include/lib/libc/assert.h \
28 services/spd/opteed/opteed_private.h include/bl31/interrupt_mgmt.h \
72 services/spd/opteed/opteed_private.h:
A Dopteed_pm.d2 services/spd/opteed/opteed_pm.c include/lib/libc/assert.h \
30 include/tools_share/uuid.h services/spd/opteed/opteed_private.h \
78 services/spd/opteed/opteed_private.h:
/trusted-firmware-a/include/drivers/nxp/ddr/
A Ddimm.h33 #define dump_spd(spd, len) { \ argument
35 register unsigned char *buf = (void *)(spd); \
45 #define dump_spd(spd, len) {} argument
328 int cal_dimm_params(const struct ddr4_spd *spd, struct dimm_params *pdimm);
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dindex.rst.txt9 spd/index
A Dexception-handling.rst.txt53 EL3. These components—referred to as *dispatchers* [#spd]_ in general—may
76 .. [#spd] Not to be confused with :ref:`Secure Payload Dispatcher
/trusted-firmware-a/docs/components/
A Dindex.rst9 spd/index
A Dexception-handling.rst53 EL3. These components—referred to as *dispatchers* [#spd]_ in general—may
76 .. [#spd] Not to be confused with :ref:`Secure Payload Dispatcher
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/about/
A Dmaintainers.rst.txt682 :|F|: docs/components/spd/optee-dispatcher.rst
683 :|F|: services/spd/opteed/
689 :|F|: docs/components/spd/tlk-dispatcher.rst
690 :|F|: docs/components/spd/trusty-dispatcher.rst
692 :|F|: services/spd/tlkd/
693 :|F|: services/spd/trusty/
700 :|F|: services/spd/tspd/
/trusted-firmware-a/docs/about/
A Dmaintainers.rst682 :|F|: docs/components/spd/optee-dispatcher.rst
683 :|F|: services/spd/opteed/
689 :|F|: docs/components/spd/tlk-dispatcher.rst
690 :|F|: docs/components/spd/trusty-dispatcher.rst
692 :|F|: services/spd/tlkd/
693 :|F|: services/spd/trusty/
700 :|F|: services/spd/tspd/
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.aux869 \newlabel{components/spd/index:secure-payload-dispatcher-spd}{{4.1}{141}{Secure Payload Dispatcher …
870 \newlabel{components/spd/index::doc}{{4.1}{141}{Secure Payload Dispatcher (SPD)}{section.4.1}{}}
873 \newlabel{components/spd/optee-dispatcher::doc}{{4.1.1}{141}{OP\sphinxhyphen {}TEE Dispatcher}{subs…
876 \newlabel{components/spd/tlk-dispatcher::doc}{{4.1.2}{141}{Trusted Little Kernel (TLK) Dispatcher}{…
880 \newlabel{components/spd/tlk-dispatcher:build-tlk}{{4.1.2}{142}{Build TLK}{subsubsection*.268}{}}
882 \newlabel{components/spd/tlk-dispatcher:input-parameters-to-tlk}{{4.1.2}{142}{Input parameters to T…
884 \newlabel{components/spd/tlk-dispatcher:example}{{4.1.2}{142}{Example}{paragraph*.270}{}}
886 \newlabel{components/spd/trusty-dispatcher:trusty-dispatcher}{{4.1.3}{142}{Trusty Dispatcher}{subse…
887 \newlabel{components/spd/trusty-dispatcher::doc}{{4.1.3}{142}{Trusty Dispatcher}{subsection.4.1.3}{…
889 \newlabel{components/spd/trusty-dispatcher:boot-parameters}{{4.1.3}{143}{Boot parameters}{subsubsec…
[all …]
A Dtrustedfirmware-a.tex2554 docs/components/spd/optee\sphinxhyphen{}dispatcher.rst
2558 services/spd/opteed/
2575 docs/components/spd/tlk\sphinxhyphen{}dispatcher.rst
2587 services/spd/tlkd/
2591 services/spd/trusty/
2612 services/spd/tspd/
13247 \label{\detokenize{components/spd/index:secure-payload-dispatcher-spd}}\label{\detokenize{component…
13250 \label{\detokenize{components/spd/optee-dispatcher:op-tee-dispatcher}}\label{\detokenize{components…
13404 \label{\detokenize{components/spd/trusty-dispatcher:trusty-dispatcher}}\label{\detokenize{component…
30719 …de in the \sphinxcode{\sphinxupquote{services/spd}} directory (e.g. \sphinxcode{\sphinxupquote{ser…
[all …]
/trusted-firmware-a/docs/plat/
A Dsocionext-uniphier.rst104 SPD=<spd> BL32=<path-to-BL32>
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dsocionext-uniphier.rst.txt104 SPD=<spd> BL32=<path-to-BL32>
/trusted-firmware-a/
A DMakefile505 SPDS := $(sort $(filter-out none, $(patsubst services/spd/%,%,$(wildcard services/spd/*))))
552 SPD_DIR := spd
/trusted-firmware-a/docs/getting_started/
A Dbuild-options.rst640 ``services/spd/``; the directory is expected to contain a makefile called
641 ``<spd-value>.mk``. The SPM Dispatcher standard service is located in
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dbuild-options.rst.txt640 ``services/spd/``; the directory is expected to contain a makefile called
641 ``<spd-value>.mk``. The SPM Dispatcher standard service is located in
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1spd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,32,33,34,3…

Completed in 137 milliseconds

12