summaryrefslogtreecommitdiff
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay2022-01-241-2/+4
* stm32mp: fix board_get_alt_info_mmc()Heinrich Schuchardt2022-01-241-1/+1
* board: stm32mp1: add support of nor1 device in dfu commandPatrick Delaunay2021-11-301-0/+4
* board: stm32mp1: enable simple framebuffer node for splashscreenPatrick Delaunay2021-11-301-0/+4
* stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay2021-11-101-1/+5
* gpio: stm32: create include file for driver private dataPatrick Delaunay2021-11-101-1/+0
* board: stmp32mp1: split board and SOC STM32MP15 configurationPatrick Delaunay2021-11-102-2/+3
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-128-17/+0
|\
| * board: stm32mp1: Remove gpio_hog_probe_all() from boardPatrice Chotard2021-10-081-3/+0
| * board: stm32: Remove the bi_boot_params initializationPatrick Delaunay2021-10-088-14/+0
* | tee: add a stub for tee_find_devicePatrick Delaunay2021-10-051-2/+1
* | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-2/+3
* | arm: Disable ATAGs supportTom Rini2021-09-077-35/+0
|/
* arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay2021-08-163-14/+39
* arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay2021-08-161-3/+7
* Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-281-2/+2
* stm32mp1: add pull-up for gpio button PA13 and PA14Patrick Delaunay2021-07-271-0/+2
* stm32mp: use device sequence number in boot_instance variablePatrick Delaunay2021-07-161-8/+27
* bootstage: Eliminate when not enabledTom Rini2021-07-071-1/+1
* board: stm32mp1: correct the property name for ethPatrick Delaunay2021-06-181-2/+2
* Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...WIP/09Apr2021Tom Rini2021-04-095-5/+94
|\
| * stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay2021-04-091-5/+4
| * board: Add rt-thread art-pi board supportdillon min2021-04-094-0/+90
* | board: st: stm32f746-disco: fix console is not enabled while init dramGiulio Benetti2021-04-081-1/+1
|/
* board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard2021-03-126-40/+0
* board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay2021-03-111-1/+7
* stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay2021-03-111-4/+5
* board: st: remove the nand MTD configuration for NOR boot in stm32mp1 boardPatrick Delaunay2021-03-111-11/+5
* Correct U-Boot upstream repositoryHeinrich Schuchardt2021-02-282-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-0210-0/+10
* MAINTAINERS: Update STi and STM32 maintainers emails in remaining filesPatrice Chotard2021-01-1312-12/+12
* board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard2021-01-131-43/+63
* board: st: common: migrate trace to dev and log macroPatrick Delaunay2021-01-134-4/+11
* board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-69/+65
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-056-13/+13
|\
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-055-12/+12
| * dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-056-5/+16
|\ \ | |/ |/|
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-095-5/+5
| * add check for ignored CONFIG_ENV_EXT4_DEVICE_AND_PART definitionManuel Reis2020-12-091-0/+11
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
|/
* board: st: stm32mp1: update load address for FIT examplesPatrick Delaunay2020-11-252-5/+19
* board: stm32mp1: no MTD partitions fixup for serial bootPatrick Delaunay2020-11-251-3/+8
* 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