summaryrefslogtreecommitdiff
path: root/plat/st/stm32mp1
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-091-1/+1
* fix(stm32mp1): always define PKA algos flagsYann Gautier2023-05-031-0/+3
* fix(stm32mp1): remove boolean check on PLAT_TBBR_IMG_DEFYann Gautier2023-05-031-2/+1
* Merge "refactor(fiptool): move plat_fiptool.mk to tools" into integrationSandrine Bailleux2023-05-022-43/+0
|\
| * refactor(fiptool): move plat_fiptool.mk to toolsRaef Coles2023-02-062-43/+0
* | refactor(st): move mbedtls config filesYann Gautier2023-03-152-234/+0
* | refactor(st): add common mk filesYann Gautier2023-03-151-291/+16
* | refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash2023-03-151-1/+1
* | feat(stm32mp1): add mbedtls-3.3 support configGovindraj Raja2023-02-273-2/+129
|/
* Merge changes from topic "deprecate_io_drivers" into integrationManish Pandey2023-01-161-1/+0
|\
| * refactor(st): remove unused io_mmc driverYann Gautier2022-12-191-1/+0
* | refactor(st): move board info in common codeYann Gautier2023-01-041-32/+2
* | refactor(st): move GIC code to common directoryYann Gautier2023-01-045-105/+9
* | refactor(st): move boot backup register managementYann Gautier2023-01-043-55/+7
* | fix(stm32mp1): add missing platform.h includeYann Gautier2022-12-131-0/+1
|/
* fix(stm32mp1): rework DWL buffer cache invalidationYann Gautier2022-12-071-9/+4
* fix(stm32mp1): add const for strings in stm32mp_get_soc_name()Yann Gautier2022-12-071-1/+1
* fix(st): explicitly check operators precedenceYann Gautier2022-12-073-11/+14
* refactor(stm32mp1): remove STM32MP_USE_STM32IMAGEYann Gautier2022-11-1414-501/+7
* feat(stm32mp1): add the platform specific build for toolsLionel Debieve2022-11-142-0/+44
* feat(stm32mp1): add a check on TRUSTED_BOARD_BOOT with secure chipLionel Debieve2022-11-141-0/+8
* feat(stm32mp1): add the decryption supportLionel Debieve2022-11-142-2/+12
* feat(stm32mp1): add the TRUSTED_BOARD_BOOT supportLionel Debieve2022-11-149-1/+338
* feat(stm32mp1): update ROM code API for header v2 managementLionel Debieve2022-11-141-0/+43
* feat(stm32mp1): remove unused function from boot APILionel Debieve2022-11-141-9/+2
* refactor(stm32mp1): remove authentication using STM32 image modeLionel Debieve2022-11-143-21/+0
* feat(stm32mp1): add RNG initialization in BL2 for STM32MP13Nicolas Le Bayon2022-11-142-1/+13
* feat(stm32mp1): add a stm32mp crypto libraryLionel Debieve2022-11-141-0/+7
* feat(st-crypto): update HASH for new hardware version used in STM32MP13Nicolas Toromanoff2022-11-141-0/+8
* feat(stm32mp1): add plat_report_*_abort functionsYann Gautier2022-10-031-15/+82
* feat(stm32mp1): add early console in SP_minYann Gautier2022-09-231-0/+2
* feat(st): properly manage early consoleYann Gautier2022-09-231-0/+3
* fix(stm32mp1): enable crash console in FIQ handlerYann Gautier2022-09-231-2/+4
* refactor(stm32mp1): move DT_UART_COMPAT in include filePatrick Delaunay2022-09-231-0/+1
* feat(stm32mp1): configure the serial boot load addressPatrick Delaunay2022-09-232-1/+4
* fix(stm32mp1): update the FIP load address for serial bootPatrick Delaunay2022-09-231-2/+2
* feat(gic): add APIs to raise NS and S-EL1 SGIsFlorian Lugou2022-09-141-1/+1
* feat(stm32mp1): allow to override MTD base offsetLionel Debieve2022-08-302-0/+10
* feat(stm32mp1): manage second NAND OTP on STM32MP13Yann Gautier2022-08-302-1/+43
* feat(stm32mp1): add define for external scratch buffer for nand devicesLionel Debieve2022-08-302-0/+18
* feat(stm32mp1): manage STM32MP13 rev.YYann Gautier2022-08-172-0/+6
* Merge changes from topic "st_fip_uuid" into integrationLauren Wehrmeister2022-08-011-18/+12
|\
| * refactor(stm32mp1): update PLAT_PARTITION_MAX_ENTRIESYann Gautier2022-07-051-18/+12
* | fix(stm32mp13): correct USART addressesYann Gautier2022-07-051-0/+6
* | feat(stm32mp13): change BL33 memory mappingPatrick Delaunay2022-07-051-0/+5
|/
* feat(stm32mp15): manage OP-TEE shared memoryYann Gautier2022-06-303-1/+15
* Merge "feat(stm32mp1): save boot auth status and partition info" into integra...Manish Pandey2022-06-282-3/+21
|\
| * feat(stm32mp1): save boot auth status and partition infoIgor Opaniuk2022-06-272-3/+21
* | feat(stm32mp1): optionally use paged OP-TEEYann Gautier2022-06-222-12/+28
|/
* Merge changes from topic "stm32mp-emmc-boot-fip" into integrationMadhukar Pappireddy2022-06-081-1/+2
|\