summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-16net: dwc_eth_qos_adi: Add missing headerGreg Malysa
2025-09-16cmd: terminal: avoid serial_reinit_all() with DM_SERIAL enabledAditya Dutt
2025-09-16gpio: adp5588: Add ADP5587 as compatiblePhilip Molloy
2025-09-16env: Remove usb_ignorelist and env_fdt_path from ifdef CONFIG_ENV_VARS_UBOOT_...Marek Vasut
2025-09-16board: starfive: visionfive2: deprecate mixed-case product ids VF7110a VF7110bE Shattow
2025-09-16ARM: stm32: Perform node compatible check for KS8851 earlyMarek Vasut
2025-09-16net: dwc_eth_qos: Fix support for stm32mp2 platformMarek Vasut
2025-09-16clk: stm32: Pass udevice pointer to clk_register_composite()Marek Vasut
2025-09-15mach-k3: fix reading size and addr from fdt on R5Anshul Dalal
2025-09-15board: ti: common: Kconfig: add CMD_MEMINFOAnshul Dalal
2025-09-13arm: armv8: Fix spl recover data section brokenYe Li
2025-09-12Revert "sandbox: replace deprecated getenv() with env_get()"Tom Rini
2025-09-12sandbox: replace deprecated getenv() with env_get()Osama Abdelkader
2025-09-12mkimage: Add support for bundling TFA BL31 in mkimage -f autoMarek Vasut
2025-09-12bloblist: adjust default bloblist size after relocHeinrich Schuchardt
2025-09-12bloblist: use correct types for physical addressesHeinrich Schuchardt
2025-09-12Merge patch series "arm: mach-k3: am64x: Add reset cause for cpuinfo"Tom Rini
2025-09-12arm: mach-k3: am64x: Implement get_reset_reason()Steffen Kothe
2025-09-12arm: mach-k3: am64_hardware.h: Add CTRLMMR_MCU_RST_SRC reset cause bit mappingsSteffen Kothe
2025-09-12spl: spi: fix falcon mode for spi bootAnshul Dalal
2025-09-11board: ti: fdt_ops: make ti_set_fdt_env() const-correctBhimeswararao Matsa
2025-09-11board: ti: am65x: Overwrite get_overlay_mmcJudith Mendez
2025-09-11arm: mach-k3: increase max resasg_entriesUdit Kumar
2025-09-11mach-k3: am62*: Fix backup from eMMC boot modeJudith Mendez
2025-09-11Merge patch series "Fix dma_addr_t for R5 SPL"Tom Rini
2025-09-11config: arch: k3: enable DMA_ADDR_T_64BITAnshul Dalal
2025-09-11dma: ti: k3-udma: fix dma_addr_t typecastsAnshul Dalal
2025-09-11env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_ENDHeiko Thiery
2025-09-10configs: Resync with savedefconfigTom Rini
2025-09-10spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPIHeinrich Schuchardt
2025-09-10virtio: blk: support block sizes exceeding 512 bytesHeinrich Schuchardt
2025-09-10i2c: davinci: prefer kernel types (u8/u32)Bhimeswararao Matsa
2025-09-10checkpatch.pl: Ignore mdelay instead of udelayTom Rini
2025-09-10fs: ext4fs: add CONFIG_EXT4_MAX_JOURNAL_ENTRIES to KconfigTony Dinh
2025-09-10fs: ext4fs: Add initialization failure recovery path in ext4fs_writeTony Dinh
2025-09-10tools: Do not generate logo when cross-buildingJan Kiszka
2025-09-09Merge patch series "tools: fdtgrep: Mark util_version() as static"Tom Rini
2025-09-09tools: imx8image: Mark imx8mimage_check_params() as staticIlias Apalodimas
2025-09-09tools: imx8mimage: Mark build_image() as staticIlias Apalodimas
2025-09-09tools: fit_check_sign: Mark usage() as staticIlias Apalodimas
2025-09-09tool: fit_info: Mark usage() as staticIlias Apalodimas
2025-09-09tools: rkcommon: Mark rkcommon_is_header_v2() as staticIlias Apalodimas
2025-09-09tools: mkimage: Mark copy_datafile() as staticIlias Apalodimas
2025-09-09tools: fdtgrep: Mark util_usage() as staticIlias Apalodimas
2025-09-09tools: fdtgrep: Mark util_version() as staticIlias Apalodimas
2025-09-09env: Fix up indentMarek Vasut
2025-09-09arm64: Properly clear BSSIlias Apalodimas
2025-09-09pci: apple: Fix use of uninitialized variableMark Kettenis
2025-09-09tools: Drop meaningless comment from MakefileJan Kiszka
2025-09-09common/spl: use memmove() in load_simple_fit()Rasmus Villemoes