summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-25Kconfig: disk: restyleJohan Jonker
2026-06-25Kconfig: common: restyleJohan Jonker
2026-06-25Kconfig: cmd: restyleJohan Jonker
2026-06-25Kconfig: boot: restyleJohan Jonker
2026-06-25Merge patch series "Kconfig restyle"Tom Rini
2026-06-25Kconfig: board: restyleJohan Jonker
2026-06-25Kconfig: arch: restyleJohan Jonker
2026-06-25Kconfig: arm: restyleJohan Jonker
2026-06-25Kconfig: misc: add empty lineJohan Jonker
2026-06-25Kconfig: themal: fix typoJohan Jonker
2026-06-25Kconfig: power: pmic: fix typoJohan Jonker
2026-06-25Kconfig: powerpc: mpc85xx: fix typoJohan Jonker
2026-06-25Kconfig: armv7: fix typoJohan Jonker
2026-06-24Merge patch series "Relocate U-Boot in the last bank"Tom Rini
2026-06-24doc: Add a warning about using RELOC_ADDR_TOPIlias Apalodimas
2026-06-24configs: Enable RELOC_ADDR_TOP on arm64 QEMUIlias Apalodimas
2026-06-24common: Add an option to relocate on ram topIlias Apalodimas
2026-06-24rpi: Add a local get_effective_memsize()Ilias Apalodimas
2026-06-24common: Clean up setup_dest_addr()Ilias Apalodimas
2026-06-24common: move ram_base calculation to independent INITCALL()Ilias Apalodimas
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-23rtc: goldfish: Return error when device address is invalidKuan-Wei Chiu
2026-06-23timer: goldfish: Return error when device address is invalidKuan-Wei Chiu
2026-06-23serial: goldfish: return error when device address is invalidNaveen Kumar Chaudhary
2026-06-23serial: cortina: check RX FIFO status before reading dataNaveen Kumar Chaudhary
2026-06-23global_data: fix type for gd_malloc_ptr()Alexander Stein
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