summaryrefslogtreecommitdiff
path: root/board/st
AgeCommit message (Expand)AuthorFilesLines
2023-08-16ARM: stm32: Power cycle Buck3 in reset on DHSOMMarek Vasut3-10/+15
2023-06-16board: st: remove board_mtdparts_defaultPatrick Delaunay3-244/+0
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 uses of MTDSimon Glass1-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_STM32PROGSimon Glass1-1/+1
2023-02-10Correct SPL use of CMD_STBOARDSimon Glass1-1/+1
2023-01-12board: st: Add support of STM32MP13x boards in stm32board cmdPatrick Delaunay2-4/+5
2023-01-12stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay1-2/+3
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-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-10-18stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay3-28/+31
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini1-2/+2
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-1/+1
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-17stm32mp: stpmic1: remove the debug unit request by debuggerPatrick Delaunay1-14/+0
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-10doc: Add documentation for STM32 MCUsPatrice Chotard7-0/+7
2022-05-10configs: stm32746g-eval: Add stm32746g-eval_spl_defconfigPatrice Chotard1-0/+1
2022-05-10configs: stm32746g-eval: Add stm32746g-eval_defconfigPatrice Chotard1-0/+1
2022-05-10board: stm32f746-disco: Fix dram_init() in none SPL configPatrice Chotard1-1/+1
2022-05-10configs: stm32f769-disco: Rename stm32f769-disco_defconfig to stm32f769-disco...Patrice Chotard1-0/+1
2022-05-10configs: stm32f746-disco: Rename stm32f746-disco_defconfig to stm32f746-disco...Patrice Chotard1-0/+1
2022-05-10board: st: stm32mp1: Consider USB cable connected when boot device is USBPatrice Chotard1-0/+7
2022-05-10board: st: common: fix the error messages in stboard commandPatrick Delaunay1-2/+2
2022-04-28led: Drop led_default_state()Marek Vasut1-3/+0
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-8/+5
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek BehĂșn1-8/+5
2022-04-08stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini1-8/+11
2022-03-15board: st: common: update test on misc_read result in command stboardPatrick Delaunay1-4/+4
2022-01-24board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay1-2/+4
2022-01-24stm32mp: fix board_get_alt_info_mmc()Heinrich Schuchardt1-1/+1
2021-11-30board: stm32mp1: add support of nor1 device in dfu commandPatrick Delaunay1-0/+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-10gpio: stm32: create include file for driver private dataPatrick Delaunay1-1/+0
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 Rini8-17/+0