summaryrefslogtreecommitdiff
path: root/plat/st
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(auth)!: unify REGISTER_CRYPTO_LIBYann Gautier2023-04-211-0/+2
* | refactor(auth): replace plat_convert_pkYann Gautier2023-04-211-8/+9
* | feat(st): mandate dtc version 1.4.7Yann Gautier2023-03-151-2/+2
* | refactor(st): move mbedtls config filesYann Gautier2023-03-153-4/+4
* | refactor(st): add common mk filesYann Gautier2023-03-153-291/+352
* | 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-162-2/+0
|\
| * refactor(st): remove unused io_mmc driverYann Gautier2022-12-192-2/+0
* | refactor(st): move board info in common codeYann Gautier2023-01-043-32/+40
* | refactor(st): move GIC code to common directoryYann Gautier2023-01-046-29/+27
* | refactor(st): move boot backup register managementYann Gautier2023-01-045-62/+76
* | fix(st-crypto): set get_plain_pk_from_asn1() staticYann Gautier2022-12-131-1/+1
* | fix(stm32mp1): add missing platform.h includeYann Gautier2022-12-131-0/+1
* | fix(st): make metadata_block_spec staticYann Gautier2022-12-131-1/+1
|/
* fix(st): include utils.h to solve compilation errorYann Gautier2022-12-121-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): use Boolean type for testsYann Gautier2022-12-071-1/+1
* fix(st): rework secure-status check in fdt_get_status()Yann Gautier2022-12-071-5/+2
* fix(st): use indices when counting GPIOs in DTYann Gautier2022-12-071-6/+4
* fix(st): add U suffix for unsigned numbersYann Gautier2022-12-072-3/+4
* fix(st): explicitly check operators precedenceYann Gautier2022-12-074-12/+15
* refactor(stm32mp1): remove STM32MP_USE_STM32IMAGEYann Gautier2022-11-1417-1207/+9
* 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-145-5/+77
* feat(stm32mp1): add the TRUSTED_BOARD_BOOT supportLionel Debieve2022-11-1411-4/+561
* 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-146-145/+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-142-0/+668
* 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
* Merge changes from topic "st_uart_updates" into integrationManish Pandey2022-10-036-7/+20
|\
| * feat(stm32mp1): add early console in SP_minYann Gautier2022-09-231-0/+2
| * feat(st): properly manage early consoleYann Gautier2022-09-232-0/+5
| * feat(st): add trace for early consoleYann Gautier2022-09-231-0/+1
| * 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
| * refactor(st): configure baudrate for UART programmerPatrick Delaunay2022-09-231-1/+1
| * refactor(st-uart): compute the over sampling dynamicallyPatrick Delaunay2022-09-231-2/+1