| /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/ |
| H A D | s32cc-clk-ids.h | 18 #define S32CC_CLK_ID(ID) (((unsigned long)(ID)) & S32CC_CLK_ID_MASK) argument 19 #define S32CC_CLK_TYPE(ID) (((unsigned long)(ID)) & S32CC_CLK_TYPE_MASK) argument 20 #define S32CC_CLK(TAG, ID) (S32CC_CLK_ID(ID) | (S32CC_CLK_TYPE((TAG) << 30U))) argument 21 #define S32CC_HW_CLK(ID) S32CC_CLK(0UL, U(ID)) argument 22 #define S32CC_SW_CLK(SUB, ID) S32CC_CLK(2UL | ((SUB) & 1UL), U(ID)) argument 25 #define S32CC_ARCH_CLK(ID) S32CC_SW_CLK(0UL, ID) argument 26 #define S32CC_PLAT_CLK(ID) S32CC_SW_CLK(1UL, ID) argument
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-11.rst | 7 | CVE ID | `CVE-2023-49100`_ | 19 | Fix Version | `a7eff3477`_ "fix(sdei): ensure that interrupt ID is valid" | 28 interrupt ID causes out of bound memory read. 35 The vulnerability exists when the SDEI client passes an interrupt ID which 44 sdei_interrupt_bind(interrupt ID) 45 -> plat_ic_get_interrupt_type(interrupt ID) 46 -> gicv2_get_interrupt_group(interrupt ID) 47 -> gicd_get_igroupr(distributor base, interrupt ID) 48 -> gicd_read_igroupr(distributor base, interrupt ID). 58 sdei_interrupt_bind(interrupt ID) [all …]
|
| /rk3399_ARM-atf/drivers/st/pmic/ |
| H A D | stpmic2.c | 91 #define DEFINE_BUCK(regu_name, ID, pd, table) { \ argument 95 .en_cr = ID ## _MAIN_CR2, \ 96 .volt_cr = ID ## _MAIN_CR1, \ 97 .alt_en_cr = ID ## _ALT_CR2, \ 99 .msrt_mask = ID ## _MRST, \ 101 .pd_val = ID ## _PD_FAST, \ 103 .ocp_mask = FS_OCP_ ## ID, \ 106 #define DEFINE_LDOx(regu_name, ID, table) { \ argument 111 .en_cr = ID ## _MAIN_CR, \ 112 .volt_cr = ID ## _MAIN_CR, \ [all …]
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_el3_spm.rst | 141 | ID | 01 | 144 | | FF-A ID in a direct request/response invocation.** | 173 | | SWd ID as the sender ID). | 179 | ID | 02 | 182 | | FF-A ID in a direct request/response invocation.** | 218 | | and another endpoint (e.g. which NWd endpoint ID | 219 | | sends a direct request to which SWd endpoint ID). | 230 | ID | 03 | 275 | ID | 04 | 323 | ID | 05 | [all …]
|
| H A D | threat_model_rse_interface.rst | 47 - ID 11: The access to the communication interface between AP and RSE is 51 - ID 13: Relevant in the context of the realm attestation key, which can be
|
| H A D | threat_model_fw_update_and_recovery.rst | 39 | ID | Applicable? | Comments | 88 | ID | Applicable? | Comments |
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | el3-spmc.rst | 280 The FF-A ID space is split into a non-secure space and secure space: 282 - FF-A ID with bit 15 clear relates to VMs. 283 - FF-A ID with bit 15 set related to SPs or LSPs. 290 use a secure FF-A ID as origin world by spoofing: 293 (FF-A ID bit 15 clear) and destination world to be secure (FF-A ID bit 15 295 - Similarly, an SP-to-LSP direct request/response shall set the FF-A ID bit 15 301 endpoint ID must be checked by SPMC for being a normal world ID. 304 endpoint ID and this can be checked by the SPMC when the SP invokes the ABI. 307 ID is not consistent: 309 - It is either forwarded by SPMD and thus origin endpoint ID must be a "normal [all …]
|
| H A D | platform-interrupt-controller-API.rst | 32 The API should return whether the interrupt ID (first parameter) is categorized 45 The API should return whether the interrupt ID (first parameter) is categorized 58 The API should return whether the interrupt ID (first parameter) is categorized 71 This API should return the *active* status of the interrupt ID specified by the 86 This API should enable the interrupt ID specified by the first parameter, 101 This API should disable the interrupt ID specified by the first parameter, 207 the ID of the SGI. The second parameter, ``target``, must be the MPIDR of the 320 ``plat_ic_acknowledge_interrupt()``). If the interrupt ID is invalid, this API 324 masks out the interrupt ID field from the acknowledged value from GIC.
|
| H A D | firmware-update.rst | 167 Each FWU image and certificate is identified by a unique ID, defined by the 169 call to ``bl1_plat_get_image_desc()``. The same ID is also used to prepare the 233 uint32_t function ID : 0x0 246 uint32_t function ID : 0x1 260 uint32_t function ID : 0x3 274 uint32_t function ID : 0x4 294 uint32_t function ID : 0x10 343 uint32_t function ID : 0x11 383 uint32_t function ID : 0x12 411 uint32_t function ID : 0x13 [all …]
|
| H A D | cot-binding.rst | 110 This property provides the Object ID of public key 124 This property provides the Object ID of hash provided in 300 This property provides the Object ID of non-volatile counter 348 This property provides the Object ID of ROT key provided
|
| H A D | ffa-manifest-binding.rst | 45 - Pre-allocated partition ID. 49 - Pre-allocated ID that could be used in memory management transactions. 281 - Each ID must have been declared in exactly one device region node. 338 - List of IDs where an ID is a unique <u32> value amongst all devices assigned 346 - attributes: A <u32> value, containing attributes for each interrupt ID: 378 - id: The <u32> interrupt ID. Must be one of those specified in the 401 - Defines the endpoint ID value that SPMC can query through ``FFA_ID_GET``.
|
| H A D | arm-sip-service.rst | 49 uint32_t Function ID 58 The function ID parameter must be ``0x82000020``. It uniquely identifies the
|
| /rk3399_ARM-atf/plat/rockchip/rk3328/drivers/soc/ |
| H A D | soc.h | 61 #define CRU_GATEID_CONS(ID) (0x200 + (ID / 16) * 4) argument
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/misc/ |
| H A D | mvebu-iob.rst | 28 - Target-ID of the window 30 Target ID options
|
| H A D | mvebu-ccu.rst | 24 - Target-ID of the window
|
| H A D | mvebu-io-win.rst | 35 - Target-ID of the window
|
| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | pm_node.h | 33 #define NODECLASS(ID) (((ID) & NODE_CLASS_MASK) >> NODE_CLASS_SHIFT) argument
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | input_blx_ch3 | 28 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| H A D | input_blx_ch2 | 24 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| H A D | input_pbi_ch3_2 | 26 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| H A D | input_pbi_ch3 | 26 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| H A D | input_bl2_ch3_2 | 43 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| H A D | input_bl2_ch3 | 43 # Specify OEM AND FSL ID to be populated in header. [Optional]
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | fconf_properties.rst | 33 - Image ID of the configuration.
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 67 the same type. For example, two SoC providers can use the same Function ID 72 The SMC Function ID also indicates whether the call has followed the SMC32 171 Function ID* result ``0xFFFFFFFF``. 198 #. Determining that ``smc_fid`` is a valid and supported SMC Function ID, 199 otherwise completing the request with the *Unknown SMC Function ID*: 302 part of the SMC Function ID to identify the sub-service. TF-A does not provide
|