Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 18 of 18) sorted by relevance

/tf-a-ffa_el3_spmc/plat/rpi/rpi3/
A Drpi_mbox_board.c21 int rpi3_vc_hardware_get_board_revision(uint32_t *revision) in rpi3_vc_hardware_get_board_revision() argument
26 assert(revision != NULL); in rpi3_vc_hardware_get_board_revision()
53 *revision = req->tags[3]; in rpi3_vc_hardware_get_board_revision()
/tf-a-ffa_el3_spmc/docs/design/
A Dcpu-specific-build-macros.rst124 CPUs. Though the erratum is present in every revision of the CPU,
136 CPU. This needs to be enabled only for revision r0p0 of the CPU.
139 CPU. This needs to be enabled only for revision r0p0 of the CPU.
142 CPU. This needs to be enabled only for revision r0p0 of the CPU.
159 CPU. This needs to be enabled only for revision r0p0 of the CPU.
162 CPU. This needs to be enabled only for revision r0p0 of the CPU.
165 CPU. This needs to be enabled only for revision r0p0 of the CPU.
168 CPU. This needs to be enabled only for revision r0p0 of the CPU.
205 CPU. This needs to be enabled only for revision r0p0 of the CPU.
279 issue but there is no workaround for that revision.
[all …]
A Dfirmware-design.rst1462 CPUs revision and variant against a value that's known to be affected by the
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/mss/
A Dmss_bl2_setup.c139 uint32_t revision = cp110_device_id_get(MVEBU_CP_REGS_BASE(0)); in bl2_plat_get_cp_count() local
143 if (revision == MVEBU_80X0_DEV_ID || in bl2_plat_get_cp_count()
144 revision == MVEBU_80X0_CP115_DEV_ID) in bl2_plat_get_cp_count()
146 else if (revision == MVEBU_CN9130_DEV_ID) in bl2_plat_get_cp_count()
/tf-a-ffa_el3_spmc/plat/arm/board/juno/aarch32/
A Djuno_helpers.S21 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument
22 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
/tf-a-ffa_el3_spmc/drivers/st/etzpc/
A Detzpc.c63 uint8_t revision; member
210 return etzpc_dev.revision; in etzpc_get_revision()
253 etzpc_dev.revision = mmio_read_8(etzpc_dev.base + ETZPC_VERR); in etzpc_init()
255 VERBOSE("ETZPC version 0x%x", etzpc_dev.revision); in etzpc_init()
/tf-a-ffa_el3_spmc/plat/arm/board/juno/aarch64/
A Djuno_helpers.S25 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument
26 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
/tf-a-ffa_el3_spmc/plat/rpi/common/include/
A Drpi_shared.h37 int rpi3_vc_hardware_get_board_revision(uint32_t *revision);
/tf-a-ffa_el3_spmc/include/drivers/partition/
A Dgpt.h31 unsigned int revision; member
/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A Dbcm_elog_ddr.h100 uint8_t revision; member
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager-mm.rst346 - Bits [30:16]: Major Version. Must be 0 for this revision of the SPM
348 - Bits [15:0]: Minor Version. Must be 1 for this revision of the SPM
361 revision, and the lower 16 bits denoting the minor revision. The following
364 - Different major revision values indicate possibly incompatible functions.
366 - For two revisions, A and B, for which the major revision values are
367 identical, if the minor revision value of revision B is greater than the
368 minor revision value of revision A, then every function in revision A must
369 work in a compatible way with revision B. However, it is possible for
370 revision B to have a higher function count than revision A.
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/
A Demmc_csl_sdcmd.h104 uint32_t revision; /* revison */ member
/tf-a-ffa_el3_spmc/docs/plat/arm/juno/
A Dindex.rst173 on the Juno SD card (where ``x`` depends on the revision of the Juno board).
202 on the Juno SD card (where ``x`` depends on the revision of the Juno board).
/tf-a-ffa_el3_spmc/docs/plat/
A Drz-g2.rst42 SoC_id r8a774a1 revision ES1.3.
A Drcar-gen3.rst38 Soc_id r8a7795 revision ES1.1 (uses a Secure Payload Dispatcher)
/tf-a-ffa_el3_spmc/docs/threat_model/
A Dthreat_model.rst308 | | image is validated, the image revision number |
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst856 - Added support for STM32MP15x CPU revision Z
1089 revision comparison
1414 - renesas: rcar_gen3: Add new board revision for M3ULCB
1900 - renesas/rcar_gen3: plat: Add R-Car V3M support, new board revision for H3ULCB, DBSC4
3975 - CPU errata workarounds are applied only when the revision and part number
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst1184 This function returns soc revision in below format
1188 soc_revision[0:30] = SOC revision of specific SOC

Completed in 37 milliseconds