summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-03-31net: lwip: remove superfluous newline at tftp help textMichael Walle
2025-03-30spl: return header size to spl_load in os bootAnshul Dalal
2025-03-30config: falcon: move CFG_SYS_SPI_* to KconfigAnshul Dalal
2025-03-30board: ti: am62px: rm-cfg: Add support for HC BCDMAVishal Mahaveer
2025-03-30configs: am64x_evm_a53_defconfig: Enable support for UMSHrushikesh Salunke
2025-03-30arm: dts: mediatek: disable fan node for mt7987Weijie Gao
2025-03-30pwm: mediatek: add pwm support for MediaTek MT7987 SoCWeijie Gao
2025-03-30arm: mediatek: remove wmcpu-reserved@50000000 node from mt7987 dtsWeijie Gao
2025-03-30test: use truncate in mk_fs()Heinrich Schuchardt
2025-03-30Merge patch series "Clarify DM_FLAG_PROBE_AFTER_BIND behaviour"Tom Rini
2025-03-30drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flagsCaleb Connolly