summaryrefslogtreecommitdiff
path: root/board/st/stm32mp1
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+3
2021-08-16arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay1-0/+1
2021-08-16arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay1-3/+7
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass1-2/+2
2021-07-27stm32mp1: add pull-up for gpio button PA13 and PA14Patrick Delaunay1-0/+2
2021-07-16stm32mp: use device sequence number in boot_instance variablePatrick Delaunay1-8/+27
2021-06-18board: stm32mp1: correct the property name for ethPatrick Delaunay1-2/+2
2021-04-09stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay1-5/+4
2021-03-11board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay1-1/+7
2021-02-28Correct U-Boot upstream repositoryHeinrich Schuchardt1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-13MAINTAINERS: Update STi and STM32 maintainers emails in remaining filesPatrice Chotard1-1/+1
2021-01-13board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard1-43/+63
2021-01-13board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay1-69/+65
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini1-6/+6
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-6/+6
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 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-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 Yamada1-1/+1
2020-07-07board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay1-52/+6
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 Delaunay1-1/+10
2020-07-07board: st: stpmic1: add function stpmic1_initPatrick Delaunay2-34/+13
2020-07-07board: st: create common file stpmic1.cPatrick Delaunay1-158/+0
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
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