summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-23Merge tag 'net-20260623' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2026-06-23net: cdp: reject CDP TLVs with a length below the 4-byte headerPiyush Paliwal
2026-06-23net: lwip: introduce net_lwip_eth_stop() functionDavid Lechner
2026-06-23net: lwip: wget: return errno codes from wget_do_request()David Lechner
2026-06-23net: lwip: wget: fix error handling in wget_do_request()David Lechner
2026-06-23test: net: add IP defragmentation duplicate-fragment regression testMateusz Furdyna
2026-06-23net: clear IP defragmentation state after returning a complete packetMateusz Furdyna
2026-06-23net: airoha_eth: fix mt7531 mdio related initialization bugMikhail Kshevetskiy
2026-06-22Merge tag 'v2026.07-rc5' into nextTom Rini
2026-06-22Prepare v2026.07-rc5v2026.07-rc5Tom Rini
2026-06-22Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2026-06-22serial: sh: Fix dev_read_addr error checkFrancois Berder
2026-06-21Merge tag 'efi-2026-07-rc6' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2026-06-21doc: android: fastboot: Document halt behaviourMattijs Korpershoek
2026-06-21efi_selftest: fix use-after-freeVincent Stehlé
2026-06-21lib/efi_loader: fix block io revisionVincent Stehlé
2026-06-21efi_loader: fix memory leak in efi_var_collectIlias Apalodimas
2026-06-21bootdev: fix typosDenis Mukhin
2026-06-21efi_selftest: fix guid comparisonVincent Stehlé
2026-06-21doc: board: renesas: Document Renesas Ironhide board supportMarek Vasut
2026-06-21doc: board: renesas: Document Renesas Gray Hawk board supportMarek Vasut
2026-06-21doc: board: renesas: Document Renesas Geist board supportMarek Vasut
2026-06-21doc: board: renesas: Document Renesas RZ/N1D and RZ/N1S as armMarek Vasut
2026-06-18Merge branch 'master' of git://source.denx.de/u-boot-usbTom Rini
2026-06-18usb: tcpm: fix inverted poll condition in tcpm_pd_transmit()Peng Fan
2026-06-17Merge patch series "Fixes, cleanup and a test for the SPL FIT "full" loader"Tom Rini
2026-06-17test: spl: add unit test for the "full" FIT loaderFrancesco Valla
2026-06-17spl: fit: use CONFIG_IS_ENABLED whenever possibleFrancesco Valla
2026-06-17spl: fit: drop the 'standalone' load attemptFrancesco Valla
2026-06-17spl: fit: rework the FDT load hackFrancesco Valla
2026-06-17spl: fit: fix loadables load under sandboxFrancesco Valla
2026-06-17boot: fit: fix FIT verification in SPLFrancesco Valla
2026-06-17Merge patch series "dtc: Resync fdt_check_full function"Tom Rini
2026-06-17dtc: libfdt: Introduce a can_assume check in fdt_check_fullTom Rini
2026-06-17dtc: Resync fdt_check_full() with upstream version v1.7.2-35-g52f07dcca47cTom Rini
2026-06-17configs: phycore_am62x_a53_defconfig: Enable fastbootWadim Egorov
2026-06-17bootm: increase kernel_noload decompression headroom from 4x to 8xAristo Chen
2026-06-17bootm: fix overflow of the noload kernel decompression bufferAristo Chen
2026-06-17board: variscite: add support for the omap4_var_somBastien Curutchet
2026-06-17arm: ti: Introduce back omap4 supportBastien Curutchet
2026-06-17configs: omap4: remove unused boot target devicesBastien Curutchet
2026-06-17clk: ti: Remove AM33xx dependencyBastien Curutchet
2026-06-17arm: ti: omap: Extract common clock definitionsBastien Curutchet
2026-06-17arm: omap: Move PRM I2C channel frequency to vc.cBastien Curutchet
2026-06-17Merge patch series "armv8: mmu: fix region unmapping and optimise set_one_reg...Tom Rini
2026-06-17armv8: mmu: fix and optimise explicitly unmapping regionsCasey Connolly
2026-06-17armv8: mmu: commonize the set_one_region() loopCasey Connolly
2026-06-17armv8: mmu: teach the pagetable dumper to show explicit FAULT mapsCasey Connolly
2026-06-17armv8: mmu: add a function to help debug TLB lookupsCasey Connolly
2026-06-17Merge patch series "bootm: bound noload kernel decompression to the allocated...Tom Rini