Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 26) sorted by relevance

12

/rk3399_ARM-atf/lib/extensions/ras/
H A Dras_common.c127 struct ras_interrupt *selected = NULL; in ras_interrupt_handler() local
146 selected = &ras_inrs[mid]; in ras_interrupt_handler()
157 if (selected == NULL) { in ras_interrupt_handler()
162 if (selected->err_record->probe != NULL) { in ras_interrupt_handler()
163 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler()
168 assert(selected->err_record->handler != NULL); in ras_interrupt_handler()
169 (void) selected->err_record->handler(selected->err_record, probe_data, in ras_interrupt_handler()
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst14 - ``FVP_CCI`` : The CCI driver is selected. This is the default
16 - ``FVP_CCN`` : The CCN driver is selected. This is the default
28 - ``FVP_GICV2`` : The GICv2 only driver is selected
29 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
30 - ``FVP_GICV5`` : The GICv5 only driver is selected
43 the default HW_CONFIG selected by the build system.
/rk3399_ARM-atf/drivers/renesas/common/emmc/
H A Demmc_init.c31 mmc_drv_obj.selected = FALSE; in rcar_emmc_memcard_power()
H A Demmc_mount.c162 mmc_drv_obj.selected = TRUE; in emmc_card_init()
229 if (mmc_drv_obj.selected != TRUE) { in emmc_high_speed()
324 if (mmc_drv_obj.selected != TRUE) { in emmc_bus_width()
H A Demmc_utility.c199 mmc_drv_obj.selected = FALSE; in emmc_send_idle_cmd()
H A Demmc_std.h401 uint32_t selected; member
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst62 The hashing algorithm is selected by ``HASH_ALG``; sha256 is used if
70 and can be specified by ``ROT_KEY``. The hashing algorithm is selected by ``HASH_ALG``;
98 FIP will include the certificates corresponding to the selected Chain of
135 selected Chain of Trust. These certificates can also be found in the output
H A Dtrusted-board-boot.rst42 On Arm development platforms, a hash of the ROTPK (hash algorithm selected by
H A Dfirmware-design.rst433 a non-TF-A Boot ROM to load and jump directly to BL2. This mode is selected
885 The specific service for a SMC Function is selected based on the OEN and call
1375 GIC driver (either GICv2 or GICv3, as selected by the platform) with the
2830 - Branch Target Identification feature is selected by ``BRANCH_PROTECTION``
/rk3399_ARM-atf/docs/getting_started/
H A Dinitial-build.rst21 also select the clang or armclang assembler. Arm Compiler 6 will be selected
40 Clang will be selected when the base name of the path assigned to ``CC``
H A Dbuild-options.rst53 SPMC Core manifest. Valid when ``SPD=spmd`` is selected.
833 All log output up to and including the selected log level is compiled into
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mpus.rst48 Only one storage or serial device should be selected in the build command line,
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst65 for Arm platforms. Depending on the selected option, the proper private key
76 The hashing algorithm is selected by ``HASH_ALG``; sha256 is used if
83 he hashing algorithm is selected by ``HASH_ALG``; sha256 is used if ``HASH_ALG``
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst109 using the selected generator backend (currently only the Makefile generator is
110 supported). After this we run the selected build tool which in turn calls the
H A Ddtpm_drivers.rst75 on the selected TPM interface, the appropriate drivers will be built and
H A Dmeasured_boot_dtpm_poc.rst37 - **Discrete TPM**: The TPM chip selected is a breakout board compatible with
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst67 This interface is embedded into the BL31 run-time payload when selected by build
H A Dsecure-partition-manager.rst46 can be selected at build time.
H A Dcontext-management-library.rst567 that overwrites the selected bits listed above. EL3 never changes its mind about
H A Dexception-handling.rst17 The |EHF| is selected by setting the build option ``EL3_EXCEPTION_HANDLING`` to
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-tbbr.rst90 - This option is automatically selected when TRUSTED_BOARD_BOOT is set but MBEDTLS_DIR path is not …
H A Dnxp-layerscape.rst326 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
/rk3399_ARM-atf/docs/about/
H A Dlts.rst76 is automatically selected for back porting. This includes patches to external
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst268 | impact | maintainers of TF-A are selected by their peers based on |
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst657 chosen and the number of components selected to measure during the DRTM
2263 Depending on the GIC driver selected by the platform, the appropriate GICv2

12