/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/ |
A D | dimm.c | 77 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 D | ddr.c | 526 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 D | opteed.mk | 7 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 D | tspd.mk | 7 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 D | tlkd.mk | 11 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 D | trusty.mk | 9 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 D | opteed_main.d | 2 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 D | opteed_helpers.d | 2 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 D | opteed_common.d | 2 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 D | opteed_pm.d | 2 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 D | dimm.h | 33 #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 D | index.rst.txt | 9 spd/index
|
A D | exception-handling.rst.txt | 53 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 D | index.rst | 9 spd/index
|
A D | exception-handling.rst | 53 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 D | maintainers.rst.txt | 682 :|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 D | maintainers.rst | 682 :|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 D | trustedfirmware-a.aux | 869 \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 D | trustedfirmware-a.tex | 2554 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 D | socionext-uniphier.rst | 104 SPD=<spd> BL32=<path-to-BL32>
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | socionext-uniphier.rst.txt | 104 SPD=<spd> BL32=<path-to-BL32>
|
/trusted-firmware-a/ |
A D | Makefile | 505 SPDS := $(sort $(filter-out none, $(patsubst services/spd/%,%,$(wildcard services/spd/*)))) 552 SPD_DIR := spd
|
/trusted-firmware-a/docs/getting_started/ |
A D | build-options.rst | 640 ``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 D | build-options.rst.txt | 640 ``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 D | searchindex.js | 1 …spd:[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…
|