summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsTom Rini
2022-01-18ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3Amit Singh Tomar
2022-01-18lib: add BLAKE2 hash supportQu Wenruo
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait
2022-01-18common: board_r: drop initr_kgdb wrapperOvidiu Panait
2022-01-18common: remove bedbug debugger supportOvidiu Panait
2022-01-17Merge branch '2022-01-15-TI-platform-updates'Tom Rini
2022-01-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-01-16board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper settingAmjad Ouled-Ameur
2022-01-15net: fsl: Fix busy flag polling registerMarkus Koch
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-15efi: Tidy up some comments in efi headerSimon Glass
2022-01-15efi: Support the efi command in the appSimon Glass
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass
2022-01-15efi: Move exit_boot_services into a functionSimon Glass
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas
2022-01-15cmd: part: list all 128 GPT partitionsHeinrich Schuchardt
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay
2022-01-14ARM: qemu-arm: Fix build fail with boot devices disabledPiotr Kubik
2022-01-14lib: export vsscanfSamuel Dionne-Riel
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki
2022-01-14arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculationPali Rohár
2022-01-14arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layoutPali Rohár
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass
2022-01-13bloblist: doc: Bring in the API documentationSimon Glass
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass
2022-01-13bloblist: Drop unused tagsSimon Glass
2022-01-13bloblist: Rename the SPL tagSimon Glass
2022-01-13bloblist: Put the magic number firstSimon Glass
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass
2022-01-13stddef: Avoid warning with clang with offsetof()Simon Glass
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt
2022-01-12pci: msc01: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: gt64120: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: Add standard PCI Config Address macrosPali Rohár
2022-01-12mmc: unconditionally define mmc_deinit()Heinrich Schuchardt
2022-01-12mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()Sean Anderson
2022-01-12mmc: fsl_esdhc_imx: fix voltage validationSean Anderson