summaryrefslogtreecommitdiffstats
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom 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 headerSimon 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 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
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay2020-08-131-30/+30
* board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay2020-08-131-5/+5
* board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_infPatrick Delaunay2020-08-131-9/+11
* board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay2020-08-131-8/+3
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_powerPatrick Delaunay2020-08-131-4/+4
* board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...Patrick Delaunay2020-08-131-6/+9
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_checkPatrick Delaunay2020-08-131-26/+26
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-0/+1
* board: update test on misc_read result in board_late_initPatrick Delaunay2020-07-281-1/+1
* configs:stm32mp1: activate env config in SPLPatrick Delaunay2020-07-281-4/+4
* stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMCPatrick Delaunay2020-07-281-0/+14
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-172-2/+2
* board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay2020-07-075-52/+71
* board: st: stm32mp1: increase teed partitionPatrick Delaunay2020-07-071-1/+1
* board: stm32mp1: update the gpio hog supportPatrick Delaunay2020-07-071-8/+2
* board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2020-07-072-2/+28
* board: stm32mp1: update vddcore in SPLPatrick Delaunay2020-07-073-3/+33
* board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-074-34/+50
* board: st: create common file stpmic1.cPatrick Delaunay2020-07-073-158/+165
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2