Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/fdts/
Dstm32mp15-pinctrl.dtsi19 <STM32_PINMUX('E', 7, AF12)>, /* FMC_D4 */
20 <STM32_PINMUX('E', 8, AF12)>, /* FMC_D5 */
21 <STM32_PINMUX('E', 9, AF12)>, /* FMC_D6 */
22 <STM32_PINMUX('E', 10, AF12)>, /* FMC_D7 */
118 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
126 <STM32_PINMUX('E', 14, AF11)>, /* SDMMC1_D123DIR */
133 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
150 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
169 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
180 <STM32_PINMUX('E', 5, AF9)>, /* SDMMC2_D6 */
[all …]
Dstm32mp13-pinctrl.dtsi11 pinmux = <STM32_PINMUX('E', 15, AF6)>, /* I2C4_SCL */
56 pinmux = <STM32_PINMUX('E', 3, AF10)>; /* SDMMC2_CK */
93 pinmux = <STM32_PINMUX('E', 1, AF8)>; /* UART8_TX */
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/common/rotpk/
Darm_rotprivk_rsa.pem3 xxaWvU0kTqyG5rdx48VUC+cUHL0pGsE/erYCqqs2xNk2aWziZcObsb89qFYmy/0E
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/docs/plat/
Dqti-msm8916.rst6 APQ8016(E), ...) that are all very similar. A popular device based on APQ8016E
12 `Snapdragon 410E Technical Reference Manual`_ combined with a lot of
114 .. _Snapdragon 410E Technical Reference Manual: https://developer.qualcomm.com/download/sd410/snapd…
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/docs/perf/
Dperformance-monitoring-unit.rst141 - ``E``:
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.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.6.0-3.5.0/
DMakefile399 E ?= 0 macro
427 ifneq (${E},0)
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/
Dbuild-options.rst220 - ``E``: Boolean option to make warnings into errors. Default is 1.
225 contributions are still expected to build with ``W=0`` and ``E=1`` (the
1005 This option is closely related to the ``E`` option, which enables
/trusted-firmware-a-3.6.0-3.5.0/docs/design/
Dfirmware-design.rst1478 For an errata identified as ``E``, the check function must be named
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md499 …- fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities ([5d68e89](https://re…
5976 - "Warnings as errors" (Werror) can be disabled using `E=0`