aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-17efi_loader: Use directly version_string variablePali Rohár1-2/+3
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár8-8/+0
2021-09-17Remove #include <timestamp.h> from files which do not need itPali Rohár2-4/+0
2021-09-17m68k: Add missing ENTRY entry in linker scriptTom Rini1-0/+1
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass2-0/+50
2021-09-16sandbox: Add a way to map a file into memorySimon Glass2-0/+42
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass2-6/+24
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2-3/+3
2021-09-16test: Tidy a comment in the bloblist testSimon Glass1-1/+1
2021-09-16sqfs: Suppress the message about missing filesystemSimon Glass1-1/+1
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass1-2/+6
2021-09-16sandbox: Add license headers to the dts filesSimon Glass6-0/+29
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass1-1/+0
2021-09-16dtoc: Further improve documentation about warningsSimon Glass1-4/+88
2021-09-16scripts/config_whitelist.txt: Fix after mergingTom Rini1-0/+1
2021-09-16pci: Fix mismerge with v2021.10-rc4Tom Rini2-7/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini215-3317/+1078
2021-09-14Prepare v2021.10-rc4v2021.10-rc4Tom Rini1-1/+1
2021-09-14configs: Resync with savedefconfigTom Rini27-48/+5
2021-09-14image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc1-9/+0
2021-09-14Merge branch '2021-09-14-assorted-fixes'Tom Rini6-21/+29
2021-09-14image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc3-17/+25
2021-09-14pinctrl: fix typoYuan Fang1-1/+1
2021-09-14lib: fix typos in KconfigOleksandr Suvorov1-2/+2
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt1-1/+1
2021-09-13Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-3/+7
2021-09-14sunxi: mmc: A20: Fix MMC optimisationAndre Przywara1-3/+7
2021-09-13Merge branch '2021-09-09-finish-pre-DM_PCI-removal'WIP/13Sep2021Tom Rini44-2605/+36
2021-09-13pci: Drop DM_PCISimon Glass15-54/+14
2021-09-13pci: Drop PCI_INDIRECT_BRIDGESimon Glass10-92/+0
2021-09-13net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-09-13pci: acpi: Drop DM_PCI check from ahciSimon Glass2-59/+0
2021-09-13pci: Drop DM_PCI check from fdtdecSimon Glass1-2/+8
2021-09-13pci: Drop old code from header fileSimon Glass1-57/+3
2021-09-13ppc: Remove UCP1020 boardSimon Glass16-2329/+1
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini8-25/+135
2021-09-13mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle1-7/+0
2021-09-12Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini12-40/+88
2021-09-11Merge branch '2021-09-11-update-docker-container' into nextTom Rini5-6/+101
2021-09-11CI: Update to latest container imagesWIP/2021-09-11-update-docker-containerTom Rini2-2/+2
2021-09-11azure/gitlab: Add tests for SiFive Unleashed boardBin Meng2-2/+44
2021-09-11riscv: sifive: unleashed: Add genimage config filesBin Meng2-0/+38
2021-09-11tools: docker: Build and install genimageBin Meng1-0/+9
2021-09-11tools: docker: Bump up QEMU version to 6.1.0Bin Meng1-1/+7
2021-09-11Dockerfile: Update to latest "focal" tagTom Rini1-1/+1
2021-09-11Merge branch '2021-09-10-assorted-TI-updates'Tom Rini37-89/+120
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt1-2/+1
2021-09-11efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt1-5/+4
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas1-9/+6
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1