| /rk3399_ARM-atf/ |
| H A D | dco.txt | 15 By making a contribution to this project, I certify that: 17 (a) The contribution was created in whole or in part by me and I 23 license and I have the right under that license to submit that 25 by me, under the same open source license (unless I am 30 person who certified (a), (b) or (c) and I have not modified 33 (d) I understand and agree that this project and the contribution 35 personal information I submit with it, including my sign-off) is
|
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.h | 65 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() argument 67 GET_UINT64_BE(W[I], input, I*8); in LOAD_OP() 70 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() argument 72 W[I & 15] += s1(W[(I-2) & 15]) + W[(I-7) & 15] + s0(W[(I-15) & 15]); in BLEND_OP()
|
| /rk3399_ARM-atf/plat/xilinx/common/ |
| H A D | ipi.c | 38 #define IPI_REG_BASE(I) (ipi_table[(I)].ipi_reg_base) argument 41 #define IPI_BIT_MASK(I) (ipi_table[(I)].ipi_bit_mask) argument
|
| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | ipi.h | 32 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \ argument
|
| /rk3399_ARM-atf/docs/plat/qti/ |
| H A D | rb3gen2.rst | 82 I/TC: 83 …I/TC: OP-TEE version: 4.7.0-79-g8a8fab26c (gcc version 14.2.0 (Ubuntu 14.2.0-19ubuntu2)) #7 Thu Se… 84 I/TC: WARNING: This OP-TEE configuration might be insecure! 85 …I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines… 86 I/TC: Primary CPU initializing 87 I/TC: Primary CPU switching to normal world boot
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fip-secure-partitions.puml | 109 <i>signature</I> 121 <i>signature</I>
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp157c-dhcom-pdk2.dts | 7 * DHCM-STM32MP157C-C065-R102-F0819-SPI-E2-CAN2-SDR104-RTC-WBT-T-DSI-I-01D2
|
| H A D | stm32mp15-pinctrl.dtsi | 402 <STM32_PINMUX('I', 10, AF8)>; /* USART3_CTS_NSS */
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | intel-agilex.rst | 57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
|
| H A D | intel-stratix10.rst | 57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
|
| H A D | rz-g2.rst | 47 ARM CA57 (ARMv8) 1.5 GHz dual core, with NEON/VFPv4, L1$ I/D 48K/32K, L2$ 1MB 48 ARM CA53 (ARMv8) 1.2 GHz quad core, with NEON/VFPv4, L1$ I/D 32K/32K, L2$ 512K
|
| H A D | rcar-gen3.rst | 43 ARM CA57 (ARMv8) 1.5 GHz quad core, with NEON/VFPv4, L1$ I/D 45 ARM CA53 (ARMv8) 1.2 GHz quad core, with NEON/VFPv4, L1$ I/D 32K/32K,
|
| H A D | rpi3.rst | 127 | I/O | 139 different mappings than the Arm cores in which the I/O addresses don't overlap 265 | I/O |
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | faq.rst | 4 How do I update my changes?
|
| H A D | code-review-guidelines.rst | 114 - Bugs ("I think you need a logical \|\| rather than a bitwise \|.")
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | sdei.rst | 253 - SDEI events must be unmasked on the PE. I.e. the client must have called 265 - A dispatch for the same event must not be outstanding. I.e. it hasn't already 284 I.e. the caller must make sure that the requested dispatch has sufficient
|
| H A D | firmware-update.rst | 61 - Set these image specification in the corresponding I/O policies of the 65 - Use these I/O policies to read the images from this address into the memory
|
| H A D | exception-handling.rst | 467 - *Fast* SMCs are atomic from the caller's point of view. I.e., they return 474 Yielding SMC. I.e., the caller might observe a Yielding SMC returning when
|
| H A D | ras.rst | 364 documentation. I.e., for interrupts, the priority management is implicit; but
|
| H A D | secure-partition-manager-mm.rst | 439 - ``I=1`` 452 - ``D,A,I,F=1``
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | interrupt-framework-design.rst | 214 #. Interrupt exceptions (``PSTATE.I`` and ``F`` bits) are masked during execution 557 #. **CSS=0, TEL3=0**. If ``PSTATE.I=0``, non-secure interrupts will be 567 If ``PSTATE.I=1`` then the non-secure interrupt will pend until execution 571 be visible to the SP. The ``PSTATE.I`` bit in Secure-EL1/Secure-EL0 will 626 ``PSTATE.I`` and ``PSTATE.F`` bits set. 852 exceptions are unmasked i.e. ``PSTATE.I=0``, and a non-secure interrupt will 899 it is generated during execution in the TSP with ``PSTATE.I`` = 0 when the 924 vector table when ``PSTATE.I`` and ``PSTATE.F`` bits are 0. As described earlier, 990 assuming ``P.STATE.I=0`` in the non secure state :
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 69 I/O addresses to reduce their virtual address space. All other addresses 905 which describes the regions of normal memory, memory mapped I/O 1199 FWU metadata, and update I/O policies of active/updated images using retrieved 1201 Further I/O layer operations such as I/O open, I/O read, etc. on these 1204 In Arm platforms, this function is used to set an I/O policy of the FIP image, 1217 responsible for setting up the platform I/O policy of the requested metadata 1223 statically in I/O policy. 1228 the I/O policy of the FWU metadata image. 1229 Further I/O layer operations such as I/O open, I/O read, etc. on FWU metadata 1233 Alongside, returns device handle and image specification from the I/O policy [all …]
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-layerscape.rst | 58 in a flexible I/O package supporting fanless designs. This SoC is a
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 590 | | blocking I/O). This list may not be exhaustive. |
|