summaryrefslogtreecommitdiff
path: root/board/st
AgeCommit message (Expand)AuthorFilesLines
2021-08-16arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay3-14/+39
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-07-07bootstage: Eliminate when not enabledTom Rini1-1/+1
2021-06-18board: stm32mp1: correct the property name for ethPatrick Delaunay1-2/+2
2021-04-09Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini5-5/+94
2021-04-09stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay1-5/+4
2021-04-09board: Add rt-thread art-pi board supportdillon min4-0/+90
2021-04-08board: st: stm32f746-disco: fix console is not enabled while init dramGiulio Benetti1-1/+1
2021-03-12board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard6-40/+0
2021-03-11board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay1-1/+7
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay1-4/+5
2021-03-11board: st: remove the nand MTD configuration for NOR boot in stm32mp1 boardPatrick Delaunay1-11/+5
2021-02-28Correct U-Boot upstream repositoryHeinrich Schuchardt2-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass10-0/+10
2021-01-13MAINTAINERS: Update STi and STM32 maintainers emails in remaining filesPatrice Chotard12-12/+12
2021-01-13board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard1-43/+63
2021-01-13board: st: common: migrate trace to dev and log macroPatrick Delaunay4-4/+11
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 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