summaryrefslogtreecommitdiffstats
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* 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: remove board.cPatrick Delaunay2020-08-131-36/+0
* 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 set_dfu_alt_infPatrick Delaunay2020-08-131-9/+11
* 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
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-0/+1
* 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-172-2/+2
* board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay2020-07-075-52/+71
* board: st: stm32mp1: increase teed partitionPatrick Delaunay2020-07-071-1/+1
* board: stm32mp1: update the gpio hog supportPatrick Delaunay2020-07-071-8/+2
* board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2020-07-072-2/+28
* board: stm32mp1: update vddcore in SPLPatrick Delaunay2020-07-073-3/+33
* board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-074-34/+50
* board: st: create common file stpmic1.cPatrick Delaunay2020-07-073-158/+165
* 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