aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2-1/+9
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-0/+6
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini2-6/+2
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsWIP/2022-01-18-platform-updatesTom Rini1-8/+0
2022-01-18ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3Amit Singh Tomar1-0/+19
2022-01-18lib: add BLAKE2 hash supportQu Wenruo1-0/+94
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait1-0/+10
2022-01-18common: board_r: drop initr_kgdb wrapperOvidiu Panait1-1/+10
2022-01-18common: remove bedbug debugger supportOvidiu Panait5-1478/+0
2022-01-17Merge branch '2022-01-15-TI-platform-updates'WIP/17Jan2022Tom Rini2-1/+5
2022-01-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2-1/+60
2022-01-16board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper settingAmjad Ouled-Ameur2-1/+5
2022-01-15net: fsl: Fix busy flag polling registerMarkus Koch1-1/+0
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath1-0/+60
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Jan2022Tom Rini16-532/+623
2022-01-15efi: Tidy up some comments in efi headerSimon Glass1-8/+9
2022-01-15efi: Support the efi command in the appSimon Glass1-0/+15
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass1-2/+2
2022-01-15efi: Move exit_boot_services into a functionSimon Glass1-0/+32
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas1-0/+2
2022-01-15cmd: part: list all 128 GPT partitionsHeinrich Schuchardt1-1/+1
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay1-13/+12
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay5-275/+288
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay1-80/+81
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay1-7/+7
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay1-93/+116
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay1-2/+2
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay1-3/+5
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay1-9/+11
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay1-41/+42
2022-01-14ARM: qemu-arm: Fix build fail with boot devices disabledPiotr Kubik1-4/+28
2022-01-14lib: export vsscanfSamuel Dionne-Riel1-0/+8
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki1-2/+19
2022-01-14arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculationPali Rohár11-11/+11
2022-01-14arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layoutPali Rohár1-14/+1
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass1-1/+1
2022-01-13bloblist: doc: Bring in the API documentationSimon Glass1-34/+45
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass1-0/+14
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass1-0/+10
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass1-11/+47
2022-01-13bloblist: Drop unused tagsSimon Glass1-2/+0
2022-01-13bloblist: Rename the SPL tagSimon Glass1-1/+1
2022-01-13bloblist: Put the magic number firstSimon Glass1-2/+23
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass1-6/+0
2022-01-13stddef: Avoid warning with clang with offsetof()Simon Glass1-1/+7
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt1-1/+1
2022-01-12pci: msc01: Use PCI_CONF1_ADDRESS() macroPali Rohár1-9/+0
2022-01-12pci: gt64120: Use PCI_CONF1_ADDRESS() macroPali Rohár1-12/+0
2022-01-12pci: Add standard PCI Config Address macrosPali Rohár1-0/+45
2022-01-12mmc: unconditionally define mmc_deinit()Heinrich Schuchardt1-5/+0