aboutsummaryrefslogtreecommitdiffstats
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-114-5/+5
|\
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-1/+1
| * board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-113-4/+4
* | power: regulator: Drop regulators_enable_boot_on/off()WIP/30Sep2024-nextMarek Vasut2024-09-301-2/+0
|/
* treewide: drop redundant "type string" for SYS_SOC and friendsRasmus Villemoes2024-09-108-24/+0
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2016-16/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1916-1/+16
* board: st: Remove <common.h> and add needed includesTom Rini2024-05-0716-16/+1
* Merge patch series "Kconfig: some cleanups"Tom Rini2024-04-221-1/+1
|\
| * common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek2024-04-221-1/+1
* | board: st: stmp32mp1: Use BUTTON UCLASS in board_key_check()Patrice Chotard2024-04-191-28/+40
* | net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue codeMarek Vasut2024-04-191-82/+0
|/
* usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut2024-04-021-6/+0
* stv0991: Remove stv0991 board and architecture codeTom Rini2024-03-134-146/+0
* Kconfig: Centralize prompting for SYS_CONFIG_NAMETom Rini2024-02-278-8/+0
* arm: Rename STM32MP15xPatrick Delaunay2024-01-193-5/+5
* arm: Rename STM32MP13xPatrick Delaunay2024-01-192-2/+2
* board: st: stm32mp2: display the board identificationPatrick Delaunay2024-01-191-0/+23
* board: st: stm32mp2: add checkboardPatrick Delaunay2024-01-191-0/+14
* stm32mp: activate the command stboard for stm32mp25 boardsPatrick Delaunay2024-01-192-1/+3
* board: st: common: simplify MTD device parsingPatrice Chotard2023-12-151-17/+2
* board: st: common: Fix board_get_alt_info_mtd()Patrice Chotard2023-12-151-7/+2
* Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini2023-11-134-0/+79
|\
| * stm32mp2: initial supportPatrice Chotard2023-11-134-0/+80
|/
* Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians...Tom Rini2023-10-044-104/+104
|\
| * board: st: common: cleanup dfu supportPatrick Delaunay2023-10-043-99/+104
| * board: stm32f746-disco: refactor the display of the ST logoDario Binacchi2023-10-041-6/+0
* | common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-242-0/+2
* | board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut2023-09-151-2/+2
|/
* ARM: stm32: Power cycle Buck3 in reset on DHSOMMarek Vasut2023-08-163-10/+15
* board: st: remove board_mtdparts_defaultPatrick Delaunay2023-06-163-244/+0
* board: stm32mp1: use fdt_copy_fixed_partitionsPatrick Delaunay2023-06-161-15/+1
* efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima2023-06-081-1/+1
* stm32mp: fix various array bounds checksRasmus Villemoes2023-04-191-1/+1
* Correct SPL uses of MTDSimon Glass2023-02-101-1/+1
* Correct SPL use of FDT_SIMPLEFBSimon Glass2023-02-091-1/+1
* Correct SPL uses of ENV_IS_IN_UBISimon Glass2023-02-091-1/+1
* Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORTSimon Glass2023-02-091-2/+2
* Correct SPL use of CMD_STM32PROGSimon Glass2023-02-091-1/+1
* Correct SPL use of CMD_STBOARDSimon Glass2023-02-091-1/+1
* board: st: Add support of STM32MP13x boards in stm32board cmdPatrick Delaunay2023-01-122-4/+5
* stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay2023-01-121-2/+3
* FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu2022-10-311-0/+21
* stm32mp1: Add image information for capsule updatesSughosh Ganu2022-10-311-0/+18
* video: Drop use of the lcd header fileSimon Glass2022-10-301-1/+0
* stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay2022-10-183-28/+31
* Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini2022-09-271-2/+2
|\
| * board: st: stm32mp1: use of correct compatible string to add partitionsChristophe Kerello2022-09-231-2/+2
* | blk: Rename if_type to uclass_idSimon Glass2022-09-251-1/+1
|/
* Merge branch 'master' into nextTom Rini2022-09-191-6/+2
|\