aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20241218' of https://source.denx.de/u-boot/custodians...WIP/18Dec2024Tom Rini2024-12-1811-2/+27
|\
| * configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 C...Patrice Chotard2024-12-181-0/+3
| * configs: stm32mp1: Restore boot SPL from sdcard for Engicam MicroGEA STM32MP1...Patrice Chotard2024-12-181-0/+3
| * configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 E...Patrice Chotard2024-12-181-0/+3
| * configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 C...Patrice Chotard2024-12-181-0/+3
| * configs: stm32mp1: Restore boot SPL from sdcard for stm32mp15Patrice Chotard2024-12-181-0/+3
| * ARM: dts: stm32: Deduplicate CONFIG_OF_SPL_REMOVE_PROPS on DH STM32MP15xx DHSOMMarek Vasut2024-12-183-2/+1
| * ARM: dts: stm32: Drop access-controllers from SPL DT on DH STM32MP15xx DHSOMMarek Vasut2024-12-182-2/+2
| * ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOMMarek Vasut2024-12-181-0/+3
| * ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCORMarek Vasut2024-12-181-0/+4
| * ARM: dts: stm32: Reinstate missing root oscillators on STM32MP15xxMarek Vasut2024-12-181-0/+3
| * Kconfig: Set STACK_SIZE to 16KB for STM32 MCUsPatrice Chotard2024-12-181-0/+1
|/
* ARM: stm32mp: Fix dram_bank_mmu_setup() for LMB located above ram_topWIP/17Dec2024Patrice Chotard2024-12-171-1/+6
* gitlab: Add an rpi to the sjg labSimon Glass2024-12-171-0/+5
* boot: Use correct PHASE_ variable for expoSimon Glass2024-12-171-1/+1
* test/py: Always use the current dir as the source treeSimon Glass2024-12-171-4/+5
* Merge patch series "Tegra: fix clock init"WIP/16Dec2024Tom Rini2024-12-161-9/+41
|\
| * driver: clk: tegra: init basic clocks on probeSvyatoslav Ryhel2024-12-161-0/+3
| * driver: clk: tegra: partially support PLL clocksSvyatoslav Ryhel2024-12-161-9/+38
|/
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2024-12-161-2/+3
|\
| * mmc: Fix potential timer value truncationRonald Wahl2024-12-161-2/+3
|/
* Merge tag 'fsl-qoriq-2024-12-15' of https://source.denx.de/u-boot/custodians/...WIP/15Dec2024Tom Rini2024-12-158-29/+40
|\
| * board: freescale: Replace invalid usage of sprintf by strcatFrancois Berder2024-12-151-20/+20
| * configs: ls1028a: Fix bootefi issue on Layerscape ls1028ardb platformWei Ming Chen2024-12-152-0/+2
| * board: sl28: fix USB0Michael Walle2024-12-151-0/+4
| * doc: board: sl28: fix tableMichael Walle2024-12-151-6/+8
| * board: sl28: fix network on variant 3Michael Walle2024-12-152-2/+3
| * board: sl28: increase SPL_SYS_MALLOC_SIZEMichael Walle2024-12-151-0/+1
| * board: sl28: fix linking with disabled watchdogMichael Walle2024-12-151-1/+2
* | Merge tag 'doc-2025-01-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2024-12-1515-519/+26
|\ \ | |/ |/|
| * doc: cosmetic: fwu_updates: Fix formattingLeonard Anderweit2024-12-151-2/+2
| * doc: environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipNJerome Forissier2024-12-151-4/+7
| * doc: board: theobroma-systems: fix feature list in introductionsQuentin Schulz2024-12-152-0/+8
| * efi_loader: Fix typos in enum efi_allocate_typeSimon Glass2024-12-151-1/+1
| * doc: coolpi: Fix document styleAndy Yan2024-12-151-5/+6
| * doc: remove redundant Rockchip bindingsJohan Jonker2024-12-157-505/+0
| * doc: sending_patches: Fix spelling of "its"J. Neuschäfer2024-12-151-1/+1
| * clk: mpc83xx: Fix typo in "Coherent System Bus"J. Neuschäfer2024-12-151-1/+1
|/
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usbWIP/12Dec2024Tom Rini2024-12-121-1/+6
|\
| * usb: onboard-hub: Update the bind function based on peer-hub propertyVenkatesh Yadav Abbarapu2024-12-111-1/+6
* | Merge tag 'xilinx-for-v2025.01-rc5' of https://source.denx.de/u-boot/custodia...Tom Rini2024-12-121-0/+6
|\ \
| * | video: zynqmp: Add support for resetMichal Simek2024-12-111-0/+6
| |/
* | boot: fdt: Handle already reserved memory in boot_fdt_reserve_region()Sam Protsenko2024-12-121-1/+1
* | lmb: Return -EEXIST in lmb_add_region_flags() if region already addedSam Protsenko2024-12-122-14/+14
* | configs: am62x_evm_*: Fix USB DFU configurationRoger Quadros2024-12-121-1/+0
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/11Dec2024Tom Rini2024-12-1142-95/+95
|\ \
| * | usb: renesas: Fix R-Car spellingMarek Vasut2024-12-114-6/+6
| * | spi: renesas: Fix R-Car spellingMarek Vasut2024-12-112-2/+2
| * | serial: renesas: Fix R-Car spellingMarek Vasut2024-12-111-1/+1
| * | pinctrl: renesas: Fix R-Car spellingMarek Vasut2024-12-111-34/+34