aboutsummaryrefslogtreecommitdiff
path: root/board/st
AgeCommit message (Expand)AuthorFilesLines
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+1
2020-08-13board: stm32mp1: use const for struct node_infoPatrick Delaunay1-1/+1
2020-08-13board: stm32mp1: remove board.cPatrick Delaunay1-36/+0
2020-08-13board: stm32mp1: update fdt fixup partitions tableChristophe Kerello1-0/+1
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setupPatrick Delaunay1-3/+3
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in env functionsPatrick Delaunay1-19/+17
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay1-30/+30
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay1-5/+5
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_infPatrick Delaunay1-9/+11
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay1-8/+3
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_powerPatrick Delaunay1-4/+4
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...Patrick Delaunay1-6/+9
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_checkPatrick Delaunay1-26/+26
2020-08-03sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-28board: update test on misc_read result in board_late_initPatrick Delaunay1-1/+1
2020-07-28configs:stm32mp1: activate env config in SPLPatrick Delaunay1-4/+4
2020-07-28stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMCPatrick Delaunay1-0/+14
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-2/+2
2020-07-07board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay5-52/+71
2020-07-07board: st: stm32mp1: increase teed partitionPatrick Delaunay1-1/+1
2020-07-07board: stm32mp1: update the gpio hog supportPatrick Delaunay1-8/+2
2020-07-07board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2-2/+28
2020-07-07board: stm32mp1: update vddcore in SPLPatrick Delaunay3-3/+33
2020-07-07board: st: stpmic1: add function stpmic1_initPatrick Delaunay4-34/+50
2020-07-07board: st: create common file stpmic1.cPatrick Delaunay3-158/+165
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass4-2/+6
2020-05-18common: Drop init.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-14stm32mp1: Fix warning display when 1.5A power supply is usedPatrice Chotard1-1/+1
2020-05-14board: stm32mp1: add timeout for I/O compensation readyPatrick Delaunay1-4/+12
2020-05-14board: stm32mp1: remove bootdelay configuration for usb or serial bootPatrick Delaunay1-6/+0
2020-05-14board: stm32mp1: set environment variable fdtfilePatrick Delaunay1-2/+11
2020-05-14board: stm32mp1: gt9147 IRQ before reset on EV1Patrick Delaunay1-0/+35
2020-05-14board: stm32mp1: update management of boot-ledPatrick Delaunay1-17/+16
2020-05-14board: stm32mp1: Keep error led ON in case of low power detectionPatrice Chotard1-0/+1
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay1-2/+12
2020-05-14stm32mp: add the command stm32progPatrick Delaunay1-0/+20
2020-05-14board: stm32mp1: adapt MTD partition for BOOT from NOR or NANDPatrick Delaunay1-21/+60
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay1-0/+2
2020-05-14configs: stm32mp1: remove optee defconfigPatrick Delaunay1-1/+0
2020-05-14stm32mp1: dynamically detect op-tee presencePatrick Delaunay2-5/+5
2020-05-14stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay2-46/+104
2020-05-14stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay2-28/+109
2020-05-14board: stm32mp1: move set_dfu_alt_info in st common directoryPatrick Delaunay3-145/+152