aboutsummaryrefslogtreecommitdiffstats
path: root/plat/st
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32mp1: update device tree and gpio functionsYann Gautier2019-01-187-226/+136
* stm32mp1: update platform filesYann Gautier2019-01-1810-204/+245
* stm32mp1: rename stpmu1 to stpmic1Yann Gautier2019-01-182-5/+5
* drivers: st: move i2c driver in its own folderYann Gautier2019-01-181-1/+1
* stm32mp1: do not include platform header files directly in driversYann Gautier2019-01-072-2/+6
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0418-108/+138
* stm32mp1: remove useless compilation flagsYann Gautier2018-12-131-4/+0
* Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew2018-12-101-2/+1
|\
| * drivers/console: Link console framework code by defaultJulius Werner2018-12-061-2/+1