summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-02fs: exfat: Add U-Boot porting layerMarek Vasut
2025-04-02fs: exfat: Import libexfat from fuse-exfatMarek Vasut
2025-04-02fs: Add generic fs_devread() implementationMarek Vasut
2025-04-02linux: Add generic struct stat {}Marek Vasut
2025-04-02test_fs: Allow testing FS_GENERICMarek Vasut
2025-04-02cmd: fs: Add generic rm implementationMarek Vasut
2025-04-02cmd: fs: Add generic mkdir implementationMarek Vasut
2025-04-02onenand: Remove ONENAND_BOOT optionTom Rini
2025-04-02Merge patch series "Various toolchain compatibility fixes/improvements"Tom Rini
2025-04-02spl: Align FDT load addressSam Edwards
2025-04-02spl: riscv: opensbi: Error on misaligned FDTSam Edwards
2025-04-02scripts/Makefile.lib: efi: Preserve the .dynstr section as wellSam Edwards
2025-04-02efi_loader: Move .dynamic out of .text in EFISam Edwards
2025-04-02arm: riscv: efi: Export _start symbol from crt0_*_efi stubsSam Edwards
2025-04-02makefile: Add READELF command variableSam Edwards
2025-04-02makefile: Add `norelro` linker optionSam Edwards
2025-04-02makefile: Avoid objcopy --gap-fill for .hex/.srecSam Edwards
2025-04-02x86: Fix call64's section flagsSam Edwards
2025-04-02arm: Replace 'adrl' in EFI crt0Sam Edwards
2025-04-02arm: Discard unwanted sections in linker scriptSam Edwards
2025-04-02arm: Add aligned-memory aliases to eabi_compatSam Edwards
2025-04-02arm: Add __aeabi_memclr in eabi_compatSam Edwards
2025-04-02arm: Exclude eabi_compat from LTOSam Edwards
2025-04-02arm: Remove stray .mmutable reference in linker scriptSam Edwards
2025-04-02Subtree merge tag 'v6.14-dts' of dts repo [1] into dts/upstreamTom Rini
2025-04-02Squashed 'dts/upstream/' changes from 8531b4b4988c..955176a4ff59Tom Rini
2025-04-01u_boot_pylib: Clean up pylint warnings in gitutil.pySimon Glass
2025-04-01Kconfig: Fix "warning: style: quotes recommended" warningsTom Rini
2025-04-01cmd: Correct dependency for CMD_LINK_LOCALTom Rini
2025-04-01Kconfig: Do not "select OF_SEPARATE"Tom Rini
2025-04-01Merge patch series "airoha: Add initial support AN7581"Tom Rini
2025-04-01dt-bindings: clock: add ID for eMMC for EN7581Christian Marangi
2025-04-01dt-bindings: clock: drop NUM_CLOCKS define for EN7581Christian Marangi
2025-04-01arm64: dts: airoha: en7581: Add Clock Controller nodeChristian Marangi
2025-04-01reset: airoha: Add driver for controlling reset line of AN7581Christian Marangi
2025-04-01clk: airoha: Add support for Airoha AN7581 SoC clockChristian Marangi
2025-04-01airoha: Add initial support for Airoha AN7581 SoCChristian Marangi
2025-04-01configs: sama5d27: Fix the 'reset' commandFabio Estevam
2025-03-31configs: am68_sk_r5: Enable AVS configUdit Kumar
2025-03-31configs: am65x_evm_r5_usbdfu_defconfig: Fix USB DFU bootHrushikesh Salunke
2025-03-31video: ti: am335x: Fix tilcdc clock names.Sukrut Bellary
2025-03-31net: am65-cpsw: cpsw_mdio: fix typo in error messageRichard Genoud
2025-03-31Merge patch series "Add WDT support for J7200 SOC"Tom Rini
2025-03-31configs: j7200_evm_r5: Add ESM related configs for J7200Neha Malcom Francis
2025-03-31arm: dts: k3-j7200: Add ESM PMIC support for tps659413Gowtham Tammana
2025-03-31Merge tag 'net-20250314' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2025-03-31cmd: Kconfig: Fix submenu for network commandsPaul Barker
2025-03-31net: lwip: Remove error print on failed txIlias Apalodimas
2025-03-31net: remove commented out lineJerome Forissier
2025-03-31net: lwip: do_ping() should return CMD_RET_FAILURE when no deviceJerome Forissier