summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-12Merge tag 'u-boot-rockchip-20240812' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-08-12Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-08-12Merge tag 'ubifixes-for-v2024-10-rc3' of https://source.denx.de/u-boot/custod...Tom Rini
2024-08-12Merge tag 'efi-2024-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-08-12configs: rockchip: enable "ums" command for Radxa ROCK 5BFUKAUMI Naoki
2024-08-12arm: dts: rockchip: remove upstreamed props for Radxa ROCK 5BFUKAUMI Naoki
2024-08-12arm: dts: rockchip: remove upstreamed props for Radxa ROCK 3AFUKAUMI Naoki
2024-08-12arm64: dts: rockchip: change spi-max-frequency for Radxa ROCK 3CFUKAUMI Naoki
2024-08-12rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig optionJonas Karlman
2024-08-12board: rockchip: Add Radxa ROCK 5 ITXHeiko Stuebner
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly
2024-08-11Makefile: don't use CFLAGS for environment text fileHeinrich Schuchardt
2024-08-11configs: enable efidebug and EFI http boot on QEMU aarch64Ilias Apalodimas
2024-08-11boot: set correct block device name in set_efi_bootdev()Heinrich Schuchardt
2024-08-11efi_loader: correct description of efi_get_distro_fdt_nameHeinrich Schuchardt
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt
2024-08-11ubifs: Call ubifs_iput when ubifs_iget is usedMichael Trimarchi
2024-08-10ubifs: mount fails after power cycleRavi Minnikanti
2024-08-10fs: ubifs: Add volume mounted checkAlexander Dahl
2024-08-10fs: ubifs: Make k(z)alloc/kfree symmetricAlexander Dahl
2024-08-10fs: ubifs: Set pointers to NULL after freeAlexander Dahl
2024-08-10fs: ubifs: Fix memleak and double free in u-boot wrapper functionsAlexander Dahl
2024-08-09Merge patch series "Universal Payload initial series"Tom Rini
2024-08-09upl: Add an end-to-end testSimon Glass
2024-08-09sandbox: Add an SPL loader for UPLSimon Glass
2024-08-09sandbox: Add a flag to enable UPLSimon Glass
2024-08-09upl: Add initial documentationSimon Glass
2024-08-09sandbox_vpl: Enable Universal PayloadSimon Glass
2024-08-09upl: Plumb in universal payload to the init processSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-08-09spl: Set SPL_FIT_FOUND for full FIT alsoSimon Glass
2024-08-09upl: Add support for Universal Payload in SPLSimon Glass
2024-08-09upl: Add a commandSimon Glass
2024-08-09upl: Add basic testsSimon Glass
2024-08-09upl: Add support for writing a upl handoffSimon Glass
2024-08-09upl: Add support for reading a upl handoffSimon Glass
2024-08-09sandbox: Set up global_data earlierSimon Glass
2024-08-09sandbox: Add ELF file to VPL u-boot.imgSimon Glass
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-09sandbox: fdt: Avoid overwriting an existing fdtSimon Glass
2024-08-09fdt: Don't overwrite bloblist devicetreeSimon Glass
2024-08-09test: Move some SPL-loading test-code into sandbox commonSimon Glass
2024-08-09sandbox: Fix a comment in os_find_u_boot()Simon Glass
2024-08-09sandbox: Use const in os_jump_to_file()Simon Glass
2024-08-09Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-08-09Merge tag 'i2cupdates-for-v2024-10-next' of https://source.denx.de/u-boot/cus...Tom Rini
2024-08-09Merge tag 'i2cfixes-v2-for-v2024-10-rc3' of https://source.denx.de/u-boot/cus...Tom Rini
2024-08-09i2c: imx_lpi2c: Support read transfers longer than 256 bytesFedor Ross
2024-08-09i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hzFedor Ross
2024-08-09i2c: imx_lpi2c: Fix a typo in bus_i2c_receiveFedor Ross