/trusted-firmware-a-latest/plat/rpi/rpi3/ |
D | rpi_mbox_board.c | 21 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()
|
/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/mss/ |
D | mss_bl2_setup.c | 139 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()
|
/trusted-firmware-a-latest/docs/design/ |
D | cpu-specific-build-macros.rst | 49 The errata workarounds are implemented for a particular revision or a set of 62 these workarounds are enabled for the wrong CPU revision then the errata 81 CPU. This needs to be enabled only for revision >= r3p0 of the CPU. 84 CPU. This needs to be enabled only for revision >= r3p0 of the CPU. 89 CPU. This needs to be enabled only for revision <= r1p2 of the CPU. 92 CPU. This needs to be enabled only for revision <= r1p2 of the CPU. 97 CPUs. This needs to be enabled only for revision r0p0 of Cortex-A35. 102 CPUs. This needs to be enabled only for revision <= r0p1 of Cortex-A53. 105 CPUs. This needs to be enabled only for revision <= r0p2 of Cortex-A53. 108 CPU. This needs to be enabled only for revision <= r0p2 of the CPU. [all …]
|
D | firmware-design.rst | 1511 #. A CPU revision checker function: ``check_erratum_<cpu_name>_<erratum_id>`` 1513 It should check whether this erratum applies on this revision of this CPU. 1514 It will be called with the CPU revision as its first parameter (x0) and 1521 It should obtain the cpu revision (with ``cpu_get_rev_var``), call its 1522 revision checker, and perform the mitigation, should the erratum apply.
|
/trusted-firmware-a-latest/plat/arm/board/juno/aarch32/ |
D | juno_helpers.S | 21 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 22 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
/trusted-firmware-a-latest/drivers/st/etzpc/ |
D | etzpc.c | 63 uint8_t revision; member 210 return etzpc_dev.revision; in etzpc_get_revision() 241 etzpc_dev.revision = mmio_read_8(etzpc_dev.base + ETZPC_VERR); in etzpc_init() 243 VERBOSE("ETZPC version 0x%x", etzpc_dev.revision); in etzpc_init()
|
/trusted-firmware-a-latest/plat/arm/board/juno/aarch64/ |
D | juno_helpers.S | 25 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 26 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
/trusted-firmware-a-latest/plat/rpi/common/include/ |
D | rpi_shared.h | 37 int rpi3_vc_hardware_get_board_revision(uint32_t *revision);
|
/trusted-firmware-a-latest/include/drivers/partition/ |
D | gpt.h | 28 unsigned int revision; member
|
/trusted-firmware-a-latest/include/plat/common/ |
D | plat_drtm.h | 33 uint16_t revision; member
|
/trusted-firmware-a-latest/plat/brcm/board/common/ |
D | bcm_elog_ddr.h | 100 uint8_t revision; member
|
/trusted-firmware-a-latest/services/std_svc/drtm/ |
D | drtm_res_address_map.c | 37 map->revision = DRTM_ADDRESS_MAP_REVISION; in drtm_build_address_map()
|
D | drtm_dma_prot.c | 252 .revision = 1, in drtm_dma_prot_serialise_table()
|
/trusted-firmware-a-latest/docs/components/ |
D | secure-partition-manager-mm.rst | 339 - Bits [30:16]: Major Version. Must be 0 for this revision of the SPM 341 - Bits [15:0]: Minor Version. Must be 1 for this revision of the SPM 354 revision, and the lower 16 bits denoting the minor revision. The following 357 - Different major revision values indicate possibly incompatible functions. 359 - For two revisions, A and B, for which the major revision values are 360 identical, if the minor revision value of revision B is greater than the 361 minor revision value of revision A, then every function in revision A must 362 work in a compatible way with revision B. However, it is possible for 363 revision B to have a higher function count than revision A.
|
/trusted-firmware-a-latest/include/drivers/brcm/emmc/ |
D | emmc_csl_sdcmd.h | 104 uint32_t revision; /* revison */ member
|
/trusted-firmware-a-latest/docs/plat/arm/juno/ |
D | index.rst | 173 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).
|
/trusted-firmware-a-latest/docs/plat/ |
D | rz-g2.rst | 42 SoC_id r8a774a1 revision ES1.3.
|
D | rcar-gen3.rst | 38 Soc_id r8a7795 revision ES1.1 (uses a Secure Payload Dispatcher)
|
/trusted-firmware-a-latest/docs/threat_model/ |
D | threat_model_arm_cca.rst | 130 environment. Other environments may be added in a future revision
|
D | threat_model.rst | 721 | | revision number taken from a certificate |
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | rss.rst | 685 …curityArchitecture/Architect/DEN0063-PSA_Firmware_Framework-1.0.0-2.pdf?revision=2d1429fa-4b5b-461…
|
/trusted-firmware-a-latest/docs/ |
D | change-log.md | 538 …- make revision procedure call optional ([4d22b0e](https://review.trustedfirmware.org/plugins/giti… 1326 …- append major revision to the chip_id value ([33c4766](https://review.trustedfirmware.org/plugins… 4530 …- add new board revision for Salvator-XS/H3ULCB ([4379a3e](https://review.trustedfirmware.org/plug… 5960 - Added support for STM32MP15x CPU revision Z 6142 revision comparison 6369 - renesas: rcar_gen3: Add new board revision for M3ULCB 6721 - renesas/rcar_gen3: plat: Add R-Car V3M support, new board revision for 8501 - CPU errata workarounds are applied only when the revision and part number
|
D | porting-guide.rst | 1487 This function returns soc revision in below format 1491 soc_revision[0:30] = SOC revision of specific SOC
|