summaryrefslogtreecommitdiff
path: root/plat/st
AgeCommit message (Expand)Author
2019-10-03delay: timeout detection supportLionel Debieve
2019-09-23stm32mp1: add authentication support for stm32imageLionel Debieve
2019-09-20bsec: move bsec_mode_is_closed_device() service to platformLionel Debieve
2019-09-10stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driverYann Gautier
2019-09-02stm32mp1: move check_header() to common codeYann Gautier
2019-09-02stm32mp1: keep console during runtimeYann Gautier
2019-09-02stm32mp1: sp_min: initialize MMU and cache earlierYann Gautier
2019-09-02stm32mp1: add support for LpDDR3Yann Gautier
2019-09-02stm32mp1: use a common function to check spinlock is availableYann Gautier
2019-09-02stm32mp1: check if the SoC is single coreYann Gautier
2019-09-02stm32mp1: print information about boardYann Gautier
2019-09-02stm32mp1: print information about SoCYann Gautier
2019-09-02stm32mp1: add watchdog supportYann Gautier
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-06-28Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent
2019-06-17stm32mp1: increase device tree size to 20kBYann Gautier
2019-06-17stm32mp1: make dt_get_stdout_node_offset() staticYann Gautier
2019-06-17stm32mp1: use unsigned values for SDMMC definesYann Gautier
2019-06-17stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCESYann Gautier
2019-06-17stm32mp1: add general SYSCFG managementYann Gautier
2019-06-17stm32mp1: move stm32_get_gpio_bank_clock() to private fileYann Gautier
2019-06-17clk: stm32mp1: move oscillator functions to generic fileYann Gautier
2019-04-23stm32mp1: add OP-TEE supportYann Gautier
2019-04-23stm32mp1: fix TZC400 configuration against non-secure DDRYann Gautier
2019-04-23stm32mp1: remove useless defineYann Gautier
2019-04-23stm32mp: split stm32mp_io_setup functionYann Gautier
2019-03-07stm32mp1: zeromem device_info structYann Gautier
2019-02-20stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier
2019-02-14stm32mp1: update clock driverYann Gautier
2019-02-14stm32mp1: use functions to retrieve some peripheral addressesYann Gautier
2019-02-14stm32mp1: split clkfunc codeYann Gautier
2019-02-14stm32mp1: update I2C and PMIC driversYann Gautier
2019-02-14Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT.Yann Gautier
2019-02-14stm32mp1: remove some dependencies on clocks and reset in driversYann Gautier
2019-02-14stm32mp1: make functions and macros more commonYann Gautier
2019-02-14stm32mp1: split code between common and private partsYann Gautier
2019-01-18stm32mp1: set ETZPC controlled peripherals and GPIOZ as non-secureYann Gautier
2019-01-18stm322mp1: add BSEC serviceYann Gautier
2019-01-18stm32mp1: add BSEC driverYann Gautier
2019-01-18stm32mp1: add support for SiP servicesYann Gautier
2019-01-18stm32mp1: update device tree and gpio functionsYann Gautier
2019-01-18stm32mp1: update platform filesYann Gautier
2019-01-18stm32mp1: rename stpmu1 to stpmic1Yann Gautier
2019-01-18drivers: st: move i2c driver in its own folderYann Gautier
2019-01-07stm32mp1: do not include platform header files directly in driversYann Gautier
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-13stm32mp1: remove useless compilation flagsYann Gautier
2018-12-10Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew
2018-12-06drivers/console: Link console framework code by defaultJulius Werner
2018-12-04stm32mp: check stm32_sdmmc2_mmc_init returnYann Gautier