| /rk3399_ARM-atf/docs/process/ |
| H A D | misra-compliance.csv | 2 1,D,1.1,MISRA C 2012,Required,N/A,Yes, 3 2,D,2.1,MISRA C 2012,Required,N/A,Yes, 4 3,D,3.1,MISRA C 2012,Required,N/A,No,It can’t be done retroactively. 5 4,D,4.1,MISRA C 2012,Required,N/A,Yes, 6 5,D,4.2,MISRA C 2012,Advisory,N/A,Yes, 7 6,D,4.3,MISRA C 2012,Required,Yes,Yes, 8 7,D,4.4,MISRA C 2012,Advisory,Yes,Yes, 9 8,D,4.5,MISRA C 2012,Advisory,Yes,Yes, 10 9,D,4.6,MISRA C 2012,Advisory,No,No,We use a mix of both. It would be too disruptive for the projec… 11 10,D,4.7,MISRA C 2012,Required,Yes,Yes, [all …]
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-aemv8-base.rst | 13 -C pctl.startup=0.0.0.0 \ 14 -C bp.secure_memory=1 \ 15 -C bp.tzc_400.diagnostics=1 \ 16 -C cluster0.NUM_CORES=4 \ 17 -C cluster1.NUM_CORES=4 \ 18 -C cache_state_modelled=1 \ 19 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \ 20 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \ 37 -C pctl.startup=0.0.0.0 \ 38 -C bp.secure_memory=1 \ [all …]
|
| H A D | fvp-cortex-a57-a53.rst | 13 -C pctl.startup=0.0.0.0 \ 14 -C bp.secure_memory=1 \ 15 -C bp.tzc_400.diagnostics=1 \ 16 -C cache_state_modelled=1 \ 17 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \ 18 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \ 31 -C pctl.startup=0.0.0.0 \ 32 -C bp.secure_memory=1 \ 33 -C bp.tzc_400.diagnostics=1 \ 34 -C cache_state_modelled=1 \ [all …]
|
| H A D | fvp-cortex-a32.rst | 13 -C pctl.startup=0.0.0.0 \ 14 -C bp.secure_memory=1 \ 15 -C bp.tzc_400.diagnostics=1 \ 16 -C cache_state_modelled=1 \ 17 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \ 18 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \ 31 -C pctl.startup=0.0.0.0 \ 32 -C bp.secure_memory=1 \ 33 -C bp.tzc_400.diagnostics=1 \ 34 -C cache_state_modelled=1 \ [all …]
|
| H A D | fvp-specific-configs.rst | 52 -C bp.flashloader1.fname="<path-to>/<el3-payload>" 114 -C bp.secureflashloader.fname=<path-to>/bl1.bin \ 115 -C bp.flashloader0.fname=<path-to>/fip.bin \ 148 -C bp.secureflashloader.fname=<path-to>/bl1.bin \ 149 -C bp.flashloader0.fname=<path-to>/fip.bin \ 178 -C cluster0.NUM_CORES=4 \ 179 -C cluster0.cpu0.RVBAR=0x04001000 \ 180 -C cluster0.cpu1.RVBAR=0x04001000 \ 181 -C cluster0.cpu2.RVBAR=0x04001000 \ 182 -C cluster0.cpu3.RVBAR=0x04001000 \
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | marvell_ddr_info.c | 71 #define DRAM_REGION_SIZE_EVEN(C) (((C) >= 7) && ((C) <= 26)) argument 72 #define GET_DRAM_REGION_SIZE_EVEN(C) ((uint64_t)1 << ((C) + 16)) argument 73 #define DRAM_REGION_SIZE_ODD(C) ((C) <= 4) argument 74 #define GET_DRAM_REGION_SIZE_ODD(C) ((uint64_t)0x18000000 << (C)) argument
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp157a-dhcor-avenger96.dts | 3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved 5 * Copyright (C) 2020 Marek Vasut <marex@denx.de> 6 * Copyright (C) 2022 DH electronics GmbH 9 * DHCR-STM32MP157A-C065-R102-V18-SPI-C-01LG
|
| H A D | stm32mp13-pinctrl.dtsi | 23 pinmux = <STM32_PINMUX('C', 8, AF12)>, /* SDMMC1_D0 */ 24 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1_D1 */ 25 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1_D2 */ 26 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1_D3 */ 37 pinmux = <STM32_PINMUX('C', 12, AF12)>; /* SDMMC1_CK */ 85 pinmux = <STM32_PINMUX('C', 0, AF7)>, /* USART1_TX */ 86 <STM32_PINMUX('C', 2, AF7)>; /* USART1_RTS */
|
| H A D | stm32mp153c-lxa-fairytux2.dts | 3 * Copyright (C) 2020 STMicroelectronics - All Rights Reserved 4 * Copyright (C) 2021 Rouven Czerwinski, Pengutronix 5 * Copyright (C) 2024 Leonard Goehrs, Pengutronix 54 <STM32_PINMUX('C', 6, AF10)>, /* SDMMC2_D6 */ 55 <STM32_PINMUX('C', 7, AF10)>; /* SDMMC2_D7 */
|
| H A D | stm32mp15xx-dhcor-io1v8.dtsi | 3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved 5 * Copyright (C) 2020 Marek Vasut <marex@denx.de>
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de> 4 * Copyright (C) 2022 DH electronics GmbH
|
| H A D | stm32mp157c-odyssey.dts | 2 * Copyright (C) 2019, STMicroelectronics. All Rights Reserved. 3 * Copyright (C) 2021, Grzegorz Szymaszek.
|
| H A D | stm32mp15-pinctrl.dtsi | 95 pinmux = <STM32_PINMUX('C', 0, AF10)>; /* QSPI_BK2_NCS */ 105 pinmux = <STM32_PINMUX('C', 8, AF12)>, /* SDMMC1_D0 */ 106 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1_D1 */ 107 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1_D2 */ 108 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1_D3 */ 115 pinmux = <STM32_PINMUX('C', 12, AF12)>; /* SDMMC1_CK */ 126 <STM32_PINMUX('C', 7, AF8)>, /* SDMMC1_D123DIR */ 212 <STM32_PINMUX('C', 6, AF10)>, /* SDMMC2_D6 */ 213 <STM32_PINMUX('C', 7, AF10)>; /* SDMMC2_D7 */ 225 <STM32_PINMUX('C', 6, AF10)>, /* SDMMC2_D6 */ [all …]
|
| H A D | stm32mp157c-lxa-tac.dts | 3 * Copyright (C) 2020 STMicroelectronics - All Rights Reserved 4 * Copyright (C) 2021 Rouven Czerwinski, Pengutronix 54 <STM32_PINMUX('C', 6, AF10)>, /* SDMMC2_D6 */ 55 <STM32_PINMUX('C', 7, AF10)>; /* SDMMC2_D7 */
|
| H A D | stm32mp157c-dhcom-pdk2.dts | 3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de> 4 * Copyright (C) 2022 DH electronics GmbH
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved 5 * Copyright (C) 2020 Marek Vasut <marex@denx.de> 6 * Copyright (C) 2022 DH electronics GmbH
|
| H A D | stm32mp151a-prtt1a.dts | 3 * Copyright (C) 2023, Protonic Holland - All Rights Reserved 4 * Copyright (C) 2024-2025, STMicroelectronics - All Rights Reserved 213 * PRTT1C also. All involved pins are N.C. on PRTT1A/S for that 237 <STM32_PINMUX('C', 6, AF10)>, /* SDMMC2_D6 */ 238 <STM32_PINMUX('C', 7, AF10)>; /* SDMMC2_D7 */
|
| H A D | stm32mp257d-ultra-fly-sbc-ca35tdcid-rcc.dtsi | 3 * Copyright (C) 2025, Ultratronik GmbH 4 * Copyright (C) STMicroelectronics 2025 - All Rights Reserved
|
| H A D | stm32mp13xa.dtsi | 3 * Copyright (C) STMicroelectronics 2022 - All Rights Reserved
|
| H A D | stm32mp25-bl31.dtsi | 3 * Copyright (C) 2024, STMicroelectronics - All Rights Reserved
|
| H A D | stm32mp13xd.dtsi | 3 * Copyright (C) STMicroelectronics 2022 - All Rights Reserved
|
| H A D | stm32mp257d-ultra-fly-sbc-fw-config.dts | 3 * Copyright (C) 2025, Ultratronik GmbH
|
| H A D | stm32mp25xc.dtsi | 3 * Copyright (C) 2023, STMicroelectronics - All Rights Reserved
|
| H A D | stm32mp25xf.dtsi | 3 * Copyright (C) 2023, STMicroelectronics - All Rights Reserved
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 29 > make -C A3700-utils-marvell/wtptp/src/Wtpdownloader_Linux -f makefile.mk 38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin 59 > make -C mox-imager 79 bootrom during transferring of image files. This mini terminal can be quit by CTRL-\\ + C keypress. 93 > make -C mvebu64boot
|