Home
last modified time | relevance | path

Searched refs:E (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-a-3.7.0/fdts/
Dstm32mp15-pinctrl.dtsi20 <STM32_PINMUX('E', 7, AF12)>, /* FMC_D4 */
21 <STM32_PINMUX('E', 8, AF12)>, /* FMC_D5 */
22 <STM32_PINMUX('E', 9, AF12)>, /* FMC_D6 */
23 <STM32_PINMUX('E', 10, AF12)>, /* FMC_D7 */
133 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
142 <STM32_PINMUX('E', 14, AF11)>, /* SDMMC1_D123DIR */
149 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
167 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
187 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
199 <STM32_PINMUX('E', 5, AF9)>, /* SDMMC2_D6 */
[all …]
Dstm32mp13-pinctrl.dtsi12 pinmux = <STM32_PINMUX('E', 15, AF6)>, /* I2C4_SCL */
61 pinmux = <STM32_PINMUX('E', 3, AF10)>; /* SDMMC2_CK */
101 pinmux = <STM32_PINMUX('E', 1, AF8)>; /* UART8_TX */
/trusted-firmware-a-3.7.0/plat/arm/board/common/rotpk/
Darm_rotprivk_rsa.pem3 xxaWvU0kTqyG5rdx48VUC+cUHL0pGsE/erYCqqs2xNk2aWziZcObsb89qFYmy/0E
/trusted-firmware-a-3.7.0/docs/plat/marvell/armada/
Duart-booting.rst38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin
67 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t flash-image.bin
75 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t TIM_ATF.bin wtmi_h.bin boot-image_h.bin
/trusted-firmware-a-3.7.0/docs/process/
Dsecurity-hardening.rst65 - Set ``E`` to ``1``.
103 - The only other way is to disable the ``PMCR_EL0.E`` bit upon entering
/trusted-firmware-a-3.7.0/docs/plat/
Dqti-msm8916.rst9 | (MSM8x16, APQ8016(E)) | | | |
23 based on information from the public `Snapdragon 410E Technical Reference Manual`_
208 .. _Snapdragon 410E Technical Reference Manual: https://developer.qualcomm.com/download/sd410/snapd…
/trusted-firmware-a-3.7.0/docs/perf/
Dperformance-monitoring-unit.rst141 - ``E``:
/trusted-firmware-a-3.7.0/docs/design_documents/
Dcmake_framework.rst134 the settings group, we can use it for conditionally adding source files. E.g.
/trusted-firmware-a-3.7.0/make_helpers/
Dbuild_macros.mk26 uppercase_table:=a,A b,B c,C d,D e,E f,F g,G h,H i,I j,J k,K l,L m,M n,N o,O p,P q,Q r,R s,S t,T u,…
/trusted-firmware-a-3.7.0/
DMakefile290 E ?= 0 macro
322 ifneq (${E},0)
/trusted-firmware-a-3.7.0/docs/getting_started/
Dbuild-options.rst226 - ``E``: Boolean option to make warnings into errors. Default is 1.
231 contributions are still expected to build with ``W=0`` and ``E=1`` (the
977 This option is closely related to the ``E`` option, which enables
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md1649 …- fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities ([5d68e89](https://re…
7126 - "Warnings as errors" (Werror) can be disabled using `E=0`