aboutsummaryrefslogtreecommitdiffstats
path: root/plat/st
Commit message (Expand)AuthorAgeFilesLines
* stm32: Use generic console_t data structureAndre Przywara2020-02-252-4/+4
* Enable -Wredundant-decls warning checkMadhukar Pappireddy2020-01-283-19/+3
* st: Unify Platform specific defines for PSCI moduleDeepika Bhavnani2020-01-241-1/+1
* stm32mp1: Add support for SPI-NOR boot deviceLionel Debieve2020-01-206-4/+119
* stm32mp1: Add support for SPI-NAND boot deviceLionel Debieve2020-01-206-28/+151
* stm32mp1: Add support for raw NAND boot deviceLionel Debieve2020-01-207-5/+290
* stm32mp1: Reduce MAX_XLAT_TABLES to 4Nicolas Le Bayon2020-01-201-10/+10
* stm32mp: add DT helper for reg by nameLionel Debieve2020-01-202-0/+94
* stm32mp1: add compilation flags for boot devicesNicolas Le Bayon2020-01-202-3/+28
* plat/st: Fix incorrect return valueLionel Debieve2019-11-271-1/+1
* delay: timeout detection supportLionel Debieve2019-10-031-18/+0
* stm32mp1: add authentication support for stm32imageLionel Debieve2019-09-236-2/+163
* bsec: move bsec_mode_is_closed_device() service to platformLionel Debieve2019-09-202-0/+14
* stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driverYann Gautier2019-09-102-2/+9
* stm32mp1: move check_header() to common codeYann Gautier2019-09-022-0/+45
* stm32mp1: keep console during runtimeYann Gautier2019-09-021-0/+5
* stm32mp1: sp_min: initialize MMU and cache earlierYann Gautier2019-09-021-6/+6
* stm32mp1: add support for LpDDR3Yann Gautier2019-09-021-0/+1
* stm32mp1: use a common function to check spinlock is availableYann Gautier2019-09-022-0/+11
* stm32mp1: check if the SoC is single coreYann Gautier2019-09-022-0/+26
* stm32mp1: print information about boardYann Gautier2019-09-024-0/+72
* stm32mp1: print information about SoCYann Gautier2019-09-026-0/+192
* stm32mp1: add watchdog supportYann Gautier2019-09-028-2/+213
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-3/+3
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-1/+0
* stm32mp1: increase device tree size to 20kBYann Gautier2019-06-171-1/+1
* stm32mp1: make dt_get_stdout_node_offset() staticYann Gautier2019-06-172-44/+46
* stm32mp1: use unsigned values for SDMMC definesYann Gautier2019-06-171-5/+5
* stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCESYann Gautier2019-06-171-2/+1
* stm32mp1: add general SYSCFG managementYann Gautier2019-06-177-1/+262
* stm32mp1: move stm32_get_gpio_bank_clock() to private fileYann Gautier2019-06-172-11/+13
* clk: stm32mp1: move oscillator functions to generic fileYann Gautier2019-06-171-1/+0
* stm32mp1: add OP-TEE supportYann Gautier2019-04-238-2/+254
* stm32mp1: fix TZC400 configuration against non-secure DDRYann Gautier2019-04-231-21/+23
* stm32mp1: remove useless defineYann Gautier2019-04-231-1/+0
* stm32mp: split stm32mp_io_setup functionYann Gautier2019-04-231-86/+89
* stm32mp1: zeromem device_info structYann Gautier2019-03-071-1/+2
* stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier2019-02-203-0/+5
* stm32mp1: update clock driverYann Gautier2019-02-147-37/+84
* stm32mp1: use functions to retrieve some peripheral addressesYann Gautier2019-02-147-8/+150
* stm32mp1: split clkfunc codeYann Gautier2019-02-142-0/+6
* stm32mp1: update I2C and PMIC driversYann Gautier2019-02-141-1/+1
* Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT.Yann Gautier2019-02-141-0/+18
* stm32mp1: remove some dependencies on clocks and reset in driversYann Gautier2019-02-148-7/+5
* stm32mp1: make functions and macros more commonYann Gautier2019-02-1415-117/+127
* stm32mp1: split code between common and private partsYann Gautier2019-02-1415-160/+174
* stm32mp1: set ETZPC controlled peripherals and GPIOZ as non-secureYann Gautier2019-01-181-0/+11
* stm322mp1: add BSEC serviceYann Gautier2019-01-186-2/+114
* stm32mp1: add BSEC driverYann Gautier2019-01-182-0/+16
* stm32mp1: add support for SiP servicesYann Gautier2019-01-183-1/+120