summaryrefslogtreecommitdiffstats
path: root/board/st/stm32mp1/stm32mp1.c
Commit message (Expand)AuthorAgeFilesLines
* stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay2021-04-091-5/+4
* board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay2021-03-111-1/+7
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard2021-01-131-43/+63
* board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-69/+65
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-051-6/+6
|\
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-6/+6
* | add check for ignored CONFIG_ENV_EXT4_DEVICE_AND_PART definitionManuel Reis2020-12-091-0/+11
|/
* board: stm32mp1: no MTD partitions fixup for serial bootPatrick Delaunay2020-11-251-3/+8
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-1/+1
* board: stm32mp1: use const for struct node_infoPatrick Delaunay2020-08-131-1/+1
* board: stm32mp1: update fdt fixup partitions tableChristophe Kerello2020-08-131-0/+1
* board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setupPatrick Delaunay2020-08-131-3/+3
* board: stm32mp1: use IS_ENABLED to prevent ifdef in env functionsPatrick Delaunay2020-08-131-19/+17
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay2020-08-131-30/+30
* board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay2020-08-131-5/+5
* board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay2020-08-131-8/+3
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_powerPatrick Delaunay2020-08-131-4/+4
* board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...Patrick Delaunay2020-08-131-6/+9
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_checkPatrick Delaunay2020-08-131-26/+26
* board: update test on misc_read result in board_late_initPatrick Delaunay2020-07-281-1/+1
* configs:stm32mp1: activate env config in SPLPatrick Delaunay2020-07-281-4/+4
* stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMCPatrick Delaunay2020-07-281-0/+14
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay2020-07-071-52/+6
* board: stm32mp1: update the gpio hog supportPatrick Delaunay2020-07-071-8/+2
* board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-071-0/+6
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* 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
* board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-141-0/+2
* stm32mp1: dynamically detect op-tee presencePatrick Delaunay2020-05-141-3/+1
* board: stm32mp1: move set_dfu_alt_info in st common directoryPatrick Delaunay2020-05-141-145/+0
* board: stm32mp1: move board_get_mtdparts in st common directoryPatrick Delaunay2020-05-141-102/+0
* 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
* board: stm32mp1: display reference only for STMicroelectronics boardPatrick Delaunay2020-03-241-14/+14
* board: stm32mp1: add finished good in board identifier OTPPatrick Delaunay2020-03-241-1/+3
* board: stm32mp1: change dfu function to staticPatrick Delaunay2020-02-131-2/+2
* board: stm32mp1: board: add include for dfuPatrick Delaunay2020-02-131-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1