summaryrefslogtreecommitdiff
path: root/board/st/stm32mp1
AgeCommit message (Expand)AuthorFilesLines
2023-06-16board: stm32mp1: use fdt_copy_fixed_partitionsPatrick Delaunay1-15/+1
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-1/+1
2023-04-19stm32mp: fix various array bounds checksRasmus Villemoes1-1/+1
2023-02-10Correct SPL use of FDT_SIMPLEFBSimon Glass1-1/+1
2023-02-10Correct SPL uses of ENV_IS_IN_UBISimon Glass1-1/+1
2023-02-10Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORTSimon Glass1-2/+2
2023-02-10Correct SPL use of CMD_STBOARDSimon Glass1-1/+1
2022-10-31FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu1-0/+21
2022-10-31stm32mp1: Add image information for capsule updatesSughosh Ganu1-0/+18
2022-10-18stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay3-28/+31
2022-09-23board: st: stm32mp1: use of correct compatible string to add partitionsChristophe Kerello1-2/+2
2022-09-19Merge branch 'master' into nextTom Rini1-6/+2
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-06board: stm32mp1: remove test on CONFIG_DM_REGULATORPatrick Delaunay1-6/+2
2022-06-17board: stm32mp1: convert to livetreePatrick Delaunay1-9/+4
2022-06-17configs: add stm32mp13 defconfigPatrick Delaunay1-0/+1
2022-06-17board: stm32pm1: add stm32mp13 board supportPatrick Delaunay1-9/+9
2022-06-17arm: stm32mp: add support of STM32MP13xPatrick Delaunay2-0/+17
2022-06-17ARM: dts: stm32: add STM32MP13 SoCs supportPatrick Delaunay1-0/+1
2022-05-10board: st: stm32mp1: Consider USB cable connected when boot device is USBPatrice Chotard1-0/+7
2022-04-28led: Drop led_default_state()Marek Vasut1-3/+0
2022-01-24board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay1-2/+4
2021-11-30board: stm32mp1: enable simple framebuffer node for splashscreenPatrick Delaunay1-0/+4
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay1-1/+5
2021-11-10board: stmp32mp1: split board and SOC STM32MP15 configurationPatrick Delaunay2-2/+3
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-6/+0
2021-10-08board: stm32mp1: Remove gpio_hog_probe_all() from boardPatrice Chotard1-3/+0
2021-10-08board: stm32: Remove the bi_boot_params initializationPatrick Delaunay1-3/+0
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