aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-12Merge branch '2022-04-12-two-more-fixes'Tom Rini
2022-04-12include/linux/byteorder: fix cpu_to_be32_array()Heinrich Schuchardt
2022-04-12Makefile.lib: Re-use $(UBOOTINCLUDE) in dtc_cpp_flagsAndy Shevchenko
2022-04-11linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini
2022-04-11Merge branch '2022-04-11-assorted-updates'Tom Rini
2022-04-11ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllersHajo Noerenberg
2022-04-11ubifs: Fix journal replay wrt. xattr nodesVille Baillie
2022-04-11image: fit: Align hash output buffersSean Anderson
2022-04-11cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay
2022-04-11mtd: Update the way partitions are parsedPatrice Chotard
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard
2022-04-11drivers: led: bcm6858: Set a default brightness when probing LEDsPaul HENRYS
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero
2022-04-11lib/crypto: support sha384/sha512 in x509/pkcs7Dhananjay Phadke
2022-04-11led: led_pwm: Add a driver for LEDs connected to PWMIvan Vozvakhov
2022-04-11lib: rsa: Update function padding_pss_verify (any-salt)SESA644425
2022-04-11lib: rsa: Leverage existing data buffer instead of systematic copySESA644425
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-04-11ARM: dts: k3-j721s2: Correct timer frequencyVignesh Raghavendra
2022-04-11Merge branch '2022-04-11-add-OP-TEE-rng'Tom Rini
2022-04-11configs: add support of OPTEE RNG in stm32mp15 defconfigPatrick Delaunay
2022-04-11tee: optee: bind rng optee driverPatrick Delaunay
2022-04-11rng: add OP-TEE based Random Number GeneratorPatrick Delaunay
2022-04-11Merge branch '2022-04-11-initial-valgrind-support'Tom Rini
2022-04-11doc: sandbox: Document how to run sandbox with valgrindSean Anderson
2022-04-11malloc: Annotate allocator for valgrindSean Anderson
2022-04-11Add valgrind headers to U-BootSean Anderson
2022-04-11Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQPeng Fan
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-04-10Revert "env: Load env when ENV_IS_NOWHERE is only location selected"Marek Vasut
2022-04-10Merge branch '2022-04-08-gpio-updates'Tom Rini
2022-04-09dm: add tag supportAKASHI Takahiro
2022-04-09virtio: call device_probe() in scanningAKASHI Takahiro
2022-04-09block: ide: call device_probe() after scanningAKASHI Takahiro
2022-04-09sata: call device_probe() after scanningAKASHI Takahiro
2022-04-09nvme: call device_probe() after scanningAKASHI Takahiro
2022-04-09mmc: call device_probe() after scanningAKASHI Takahiro
2022-04-09usb: storage: call device_probe() after scanningAKASHI Takahiro
2022-04-09scsi: call device_probe() after scanningAKASHI Takahiro
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu
2022-04-09efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...Masami Hiramatsu
2022-04-09cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=nMasami Hiramatsu
2022-04-09efi_loader: optional persistence of variablesTom Saeger
2022-04-09doc: distro: Update list of all support boot typesPali Rohár
2022-04-09doc: debug UART for RISC-V QEMU virt machineHeinrich Schuchardt
2022-04-09doc: correct bootefi.rstHeinrich Schuchardt
2022-04-09dm: Add docs to explain how to enable DM_SERIAL for a boardSimon Glass
2022-04-08gpio: pca953x_gpio: add PCA957X supportLuca Ellero
2022-04-08gpio: Enable hogging support in SPLEddie James
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery