| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A 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()
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/mss/ |
| H A 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()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | cpu-specific-build-macros.rst | 55 The errata workarounds are implemented for a particular revision or a set of 68 these workarounds are enabled for the wrong CPU revision then the errata 87 CPU. This needs to be enabled only for revision >= r3p0 of the CPU. 90 CPU. This needs to be enabled only for revision >= r3p0 of the CPU. 95 CPU. This needs to be enabled only for revision <= r1p2 of the CPU. 98 CPU. This needs to be enabled only for revision <= r1p2 of the CPU. 103 CPUs. This needs to be enabled only for revision r0p0 of Cortex-A35. 108 CPUs. This needs to be enabled only for revision <= r0p1 of Cortex-A53. 111 CPUs. This needs to be enabled only for revision <= r0p2 of Cortex-A53. 114 CPU. This needs to be enabled only for revision <= r0p2 of the CPU. [all …]
|
| /rk3399_ARM-atf/plat/arm/board/juno/aarch32/ |
| H A D | juno_helpers.S | 21 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 22 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
| /rk3399_ARM-atf/drivers/st/etzpc/ |
| H A 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()
|
| /rk3399_ARM-atf/plat/arm/board/juno/aarch64/ |
| H A D | juno_helpers.S | 25 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 26 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
| /rk3399_ARM-atf/plat/rpi/common/include/ |
| H A D | rpi_shared.h | 45 int rpi3_vc_hardware_get_board_revision(uint32_t *revision);
|
| /rk3399_ARM-atf/include/drivers/partition/ |
| H A D | gpt.h | 30 unsigned int revision; member
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | plat_drtm.h | 33 uint16_t revision; member
|
| /rk3399_ARM-atf/drivers/tpm/ |
| H A D | tpm2_fifo.c | |
| /rk3399_ARM-atf/plat/brcm/board/common/ |
| H A D | bcm_elog_ddr.h | 100 uint8_t revision; member
|
| /rk3399_ARM-atf/services/std_svc/drtm/ |
| H A D | drtm_res_address_map.c | 52 map->revision = DRTM_ADDRESS_MAP_REVISION; in drtm_build_address_map()
|
| H A D | drtm_dma_prot.c | 252 .revision = 1, in drtm_dma_prot_serialise_table()
|
| /rk3399_ARM-atf/docs/components/ |
| H A 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.
|
| /rk3399_ARM-atf/include/drivers/brcm/emmc/ |
| H A D | emmc_csl_sdcmd.h | 104 uint32_t revision; /* revison */ member
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | xilinx-versal-net.rst | 116 Revision Query – Returns revision details of the service implementor.
|
| H A D | amd-versal2.rst | 137 Revision Query – Returns revision details of the service implementor.
|
| H A D | xilinx-versal.rst | 175 Revision Query – Returns revision details of the service implementor.
|
| H A D | xilinx-zynqmp.rst | 211 Revision Query – Returns revision details of the service implementor.
|
| H A D | rz-g2.rst | 42 SoC_id r8a774a1 revision ES1.3.
|
| H A D | rcar-gen3.rst | 38 Soc_id r8a7795 revision ES1.1 (uses a Secure Payload Dispatcher)
|
| /rk3399_ARM-atf/docs/plat/arm/juno/ |
| H A 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).
|
| /rk3399_ARM-atf/docs/ |
| H A D | architecture_features.rst | 507 feature is listed as mandatory from a certain revision of the architecture, 570 by the architecture revision passed to the model.
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_arm_cca.rst | 130 environment. Other environments may be added in a future revision
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_dtpm_poc.rst | 285 NOTICE: TPM Chip: vendor-id 0xd1, device-id 0x0, revision-id: 0x16 331 NOTICE: TPM Chip: vendor-id 0xd1, device-id 0x0, revision-id: 0x16
|