summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-08video: bridge-uclass: add get_display_timing opsSvyatoslav Ryhel
2025-03-08test: dm: add ofnode_graph testsSvyatoslav Ryhel
2025-03-08core: ofnode: add of_graph parsing helpersSvyatoslav Ryhel
2025-03-08sandbox: remap memory load addressesSvyatoslav Ryhel
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07efi_loader: support file rename in SetInfo()Gabriel Dalimonte
2025-03-07efi_loader: move path out of file_handleGabriel Dalimonte
2025-03-07fs: fat: update parent dirs metadata on dentry create/deleteGabriel Dalimonte
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-03-07fs: add rename infrastructureGabriel Dalimonte
2025-03-07fs: fat: factor out dentry link create/deleteGabriel Dalimonte
2025-03-05scripts/checkpatch.pl: Upgrade IS_ENABLED_CONFIG to error for U-BootTom Rini
2025-03-05fs/squashfs: Fix memory leak in sqfs_size_nest()Andrea della Porta
2025-03-05mcheck: Fix SPDX License Identifier to LGPL-2.1-or-laterDiederik de Haas
2025-03-05MAINTAINERS: .mailmap: Update Sumit Garg's email addressSumit Garg
2025-03-05Merge tag 'xilinx-for-v2025.04-rc4' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-03-05xilinx: Remove tftp block size 4096Padmarao Begari
2025-03-04Merge patch series "tools: Minor clean-ups for the command library"Tom Rini
2025-03-04u_boot_pylib: Add a function to run a single commandSimon Glass
2025-03-04u_boot_pylib: Fix pylint warnings in commandSimon Glass
2025-03-04u_boot_pylib: Add an exception-class for errorsSimon Glass
2025-03-04u_boot_pylib: Correct case for test_resultSimon Glass
2025-03-04led: Fix next Coverity scan errorHeiko Schocher
2025-03-04gpio: 74x146: depend on DM_SPIJ. Neuschäfer
2025-03-04Merge patch series "Syncing up on skip-at-start"Tom Rini
2025-03-04x86: Stop working around skip-at-startSimon Glass
2025-03-04binman: Honour the skip-at-start property more faithfullySimon Glass
2025-03-04Revert "dm: core: Simplify dm_probe_devices()"Simon Glass
2025-03-04binman: Rename Entry.end_4gbSimon Glass
2025-03-04samsung: snow: Use BLOBLIST_FIXEDSimon Glass
2025-03-04board: verdin-am62: fix missing memory fixup callStefan Eichenberger
2025-03-04miiphy: define mii_devs with LIST_HEAD()Weijie Gao
2025-03-03lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_dataAnton Moryakov
2025-03-03tiny-printf: emit \0 as %cAlexander Sverdlin
2025-03-03Merge patch series "arm: mach-k3: j722s: Enable ESM to support watchdogs"Tom Rini
2025-03-03Merge patch series "J784S4: Enable USB DFU boot, DFU flash and UMS configs"Tom Rini
2025-03-03configs: j784s4_evm_a72_defconfig: enable USB DFU boot, DFU flash and UMSSiddharth Vadapalli
2025-03-03configs: j784s4_evm_r5_defconfig: enable USB DFU bootSiddharth Vadapalli
2025-03-03configs: j722s_evm_r5_defconfig: Enable the ESM Configs to support watchdogKeerthy
2025-03-03arm: mach-k3: j722s: Initialize MCU & MAIN Domain ESMsKeerthy
2025-03-03MAINTAINERS: Update contact information for Greg MalysaGreg Malysa
2025-03-03arm64: versal2: Show major and minor silicon versionMichal Simek
2025-03-03clk: versal: Store driver data in data sectionPadmarao Begari
2025-03-03xilinx: zynq: Guard code around SPL_FS_LOAD_PAYLOAD_NAMEMichal Simek
2025-03-03Merge tag 'fsl-qoriq-2025-3-3' of https://source.denx.de/u-boot/custodians/u-...Tom Rini
2025-03-03Merge tag 'efi-2025-04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-03-03clk: versal: Update the reference clocks as per bindingsVenkatesh Yadav Abbarapu
2025-03-03crypto: fsl_hash: fix flush dcache alignment in caam_hash()Benjamin Lemouzy
2025-03-03board: freescale: fix LS1021a buildBenjamin Lemouzy
2025-03-03net: tsec: Re-arm packet buffer in error caseJ. Neuschäfer