summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-24Prepare v2025.04-rc3v2025.04-rc3Tom Rini
2025-02-24mmc: Fix size calculation for sector addressed MMC version 4Marek Vasut
2025-02-24fs/squashfs: fix potential integer overflowsJoao Marcos Costa
2025-02-22Merge branch 'picasso' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2025-02-20Merge tag 'efi-2025-04-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-02-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2025-02-20Merge tag 'u-boot-rockchip-20250220' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-02-20efi_loader: make efi_add_memory_map_pg() staticHeinrich Schuchardt
2025-02-20lmb: move lmb_map_update_notify() to EFIHeinrich Schuchardt
2025-02-20lmb: avoid superfluous value check in lmb_map_update_notify()Heinrich Schuchardt
2025-02-20efi_driver: create a parent device for all EFI block devicesHeinrich Schuchardt
2025-02-20efi_loader: remove comparisons to string literals from runtimeIlias Apalodimas
2025-02-20efi_loader: Fix potential deref-after-nullMaks Mishin
2025-02-20lib: uuid: support more efi protocols in uuid_guid_get_str()Vincent Stehlé
2025-02-20configs: starfive: use LwIP network stack and enable wget commandE Shattow
2025-02-20board: starfive: Update the maintainer file for VisionFive 2 boardHal Feng
2025-02-20configs: microchip_mpfs_icicle: set DEFAULT_FDT_FILEHeinrich Schuchardt
2025-02-19arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boardsJonas Karlman
2025-02-19net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK3588Jonas Karlman
2025-02-19net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK356xJonas Karlman
2025-02-19pinctrl: rockchip: rk3328: Fix pinmux for GPIO2-B and GPIO3-B pinsJonas Karlman
2025-02-19rockchip: rk3288: Use rk3288-cru.h from dts/upstreamJonas Karlman
2025-02-19rockchip: use OF_UPSTREAM for rk3036Johan Jonker
2025-02-19rockchip: sdram: Ensure ram_base is correct in SPLJonas Karlman
2025-02-19rockchip: sdram: Limit usable ram_top to max 4GJonas Karlman
2025-02-19rockchip: sdram: Allow the first bank to extend beyond 4 GiBJonas Karlman
2025-02-19rockchip: rk3399: grf: Fix enum typos for UART2Chen-Yu Tsai
2025-02-19Revert "rockchip: rk3399: Fix TPL build of bob and kevin"Jonas Karlman
2025-02-19rockchip: rk3399-gru: Enable TPL_GPIO for bob and kevinJonas Karlman
2025-02-19Revert "rockchip: rk3399: Drop unneeded bob and kevin board specific code"Jonas Karlman
2025-02-19board: verdin-am62: add dram_init_banksizeStefan Eichenberger
2025-02-18fs/erofs: fix an integer overflow in symlink resolutionGao Xiang
2025-02-18led: fix coverity scan errorHeiko Schocher
2025-02-18tools: use cryptographically safe RNGHeinrich Schuchardt
2025-02-18power: regulator: tps65941: Fix voltage calculation for ldoUdit Kumar
2025-02-18tpm: unconstify tpm_tis_chip_dataIlias Apalodimas
2025-02-17Gitlab: Add missing symlink for qemu_arm64_lwip boardenv fileTom Rini
2025-02-16board: acer: picasso: add Acer Iconia Tab A500 supportSvyatoslav Ryhel
2025-02-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-02-15image: Add support for starting TFA BL31 as fitImage loadablesMarek Vasut
2025-02-15arm64: Add late jump to kernel board hookMarek Vasut
2025-02-13Merge branch 'misc' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2025-02-13mbedtls/external: remove broken git submoduleZHANG Yuntian
2025-02-13board: transformer-t30: fix model detectionSvyatoslav Ryhel
2025-02-13doc: board: tegra: update device informationSvyatoslav Ryhel
2025-02-13ARM: tegra124: dts: mark HOST1X and DC with pre-relocation flagSvyatoslav Ryhel
2025-02-12Merge branch 'u-boot-net-20250212' of https://source.denx.de/u-boot/custodian...Tom Rini
2025-02-12net: Kconfig: depend on DM_RNG for WGET_HTTPSJerome Forissier
2025-02-12net: use strnstr() for lwip_strnstr()Heinrich Schuchardt
2025-02-12test: unit tests for strstr() and strnstr()Heinrich Schuchardt