summaryrefslogtreecommitdiffstats
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-184-2/+6
* common: Drop init.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-183-0/+3
* stm32mp1: Fix warning display when 1.5A power supply is usedPatrice Chotard2020-05-141-1/+1
* board: stm32mp1: add timeout for I/O compensation readyPatrick Delaunay2020-05-141-4/+12
* board: stm32mp1: remove bootdelay configuration for usb or serial bootPatrick Delaunay2020-05-141-6/+0
* board: stm32mp1: set environment variable fdtfilePatrick Delaunay2020-05-141-2/+11
* board: stm32mp1: gt9147 IRQ before reset on EV1Patrick Delaunay2020-05-141-0/+35
* board: stm32mp1: update management of boot-ledPatrick Delaunay2020-05-141-17/+16
* board: stm32mp1: Keep error led ON in case of low power detectionPatrice Chotard2020-05-141-0/+1
* stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay2020-05-141-2/+12
* stm32mp: add the command stm32progPatrick Delaunay2020-05-141-0/+20
* board: stm32mp1: adapt MTD partition for BOOT from NOR or NANDPatrick Delaunay2020-05-141-21/+60
* board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-141-0/+2
* configs: stm32mp1: remove optee defconfigPatrick Delaunay2020-05-141-1/+0
* stm32mp1: dynamically detect op-tee presencePatrick Delaunay2020-05-142-5/+5
* stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay2020-05-142-46/+104
* stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay2020-05-142-28/+109
* board: stm32mp1: move set_dfu_alt_info in st common directoryPatrick Delaunay2020-05-143-145/+152
* board: stm32mp1: move board_get_mtdparts in st common directoryPatrick Delaunay2020-05-143-102/+119
* board: stm32mp1: correct CONFIG_IS_ENABLED usage for LEDPatrick Delaunay2020-04-151-1/+1
* configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-151-2/+2
* ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay2020-03-241-4/+19
* board: stm32mp1: display reference only for STMicroelectronics boardPatrick Delaunay2020-03-241-14/+14
* board: stm32mp1: add finished good in board identifier OTPPatrick Delaunay2020-03-242-12/+52
* board: stm32mp1: stboard: lock the OTP after programmingPatrick Delaunay2020-03-241-1/+20
* board: stm32mp1: read OTP in command stboardPatrick Delaunay2020-03-241-1/+1
* board: stm32mp1: update command stboard on misc_write resultPatrick Delaunay2020-03-241-1/+1
* doc: add board documentation for stm32mp1Patrick Delaunay2020-03-021-519/+1
* board: stm32mp1: change dfu function to staticPatrick Delaunay2020-02-131-2/+2
* board: stm32mp1: board: add include for dfuPatrick Delaunay2020-02-131-0/+1
* board: stm32mp1: update readmePatrick Delaunay2020-02-131-18/+34
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-207-20/+25
|\
| * stm32mp1: split board and SOC support for STM32MP15x familyPatrick Delaunay2020-01-173-8/+4
| * board: stm32mp1: move CONFIG_ENV_XXX in defconfigPatrick Delaunay2020-01-171-6/+0
| * stm32mp1: move stboard command in board/st/common directoryPatrick Delaunay2020-01-176-8/+23
* | common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
|/
* stm32mp1: remove copro_state environment variableFabien Dessenne2020-01-071-3/+1
* common: Move some board functions out of common.hSimon Glass2019-12-024-0/+4
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1