summaryrefslogtreecommitdiff
path: root/board/st
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini6-13/+13
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini6-5/+16
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass5-12/+12
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard5-5/+5
2020-12-09add check for ignored CONFIG_ENV_EXT4_DEVICE_AND_PART definitionManuel Reis1-0/+11
2020-11-25board: st: stm32mp1: update load address for FIT examplesPatrick Delaunay2-5/+19
2020-11-25board: stm32mp1: no MTD partitions fixup for serial bootPatrick Delaunay1-3/+8
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-04sf: 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-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass4-2/+6
2020-05-19common: Drop init.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-19common: 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