summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-178-3/+12
* version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár2021-09-173-12/+15
* x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár2021-09-171-3/+1
* version: Do not make version_string[] variable as a weakPali Rohár2021-09-171-1/+1
* powerpc: Drop version_string placement optimizationTom Rini2021-09-173-16/+0
* m68k: mcf: Remove overloading version_stringPali Rohár2021-09-176-26/+0
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-1711-12/+17
* efi_loader: Use directly version_string variablePali Rohár2021-09-171-2/+3
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-178-8/+0
* Remove #include <timestamp.h> from files which do not need itPali Rohár2021-09-172-4/+0
* m68k: Add missing ENTRY entry in linker scriptTom Rini2021-09-171-0/+1
* test: Add a way to skip console checking until a string matchesSimon Glass2021-09-162-0/+50
* sandbox: Add a way to map a file into memorySimon Glass2021-09-162-0/+42
* sandbox: Add a way to find the size of a fileSimon Glass2021-09-162-6/+24
* dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2021-09-162-3/+3
* test: Tidy a comment in the bloblist testSimon Glass2021-09-161-1/+1
* sqfs: Suppress the message about missing filesystemSimon Glass2021-09-161-1/+1
* btrfs: Suppress the message about missing filesystemSimon Glass2021-09-161-2/+6
* sandbox: Add license headers to the dts filesSimon Glass2021-09-166-0/+29
* sandbox: Correct handling of --rm_memorySimon Glass2021-09-161-1/+0
* dtoc: Further improve documentation about warningsSimon Glass2021-09-161-4/+88
* scripts/config_whitelist.txt: Fix after mergingTom Rini2021-09-161-0/+1
* pci: Fix mismerge with v2021.10-rc4Tom Rini2021-09-162-7/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-16215-3317/+1078
|\
| * Prepare v2021.10-rc4v2021.10-rc4Tom Rini2021-09-141-1/+1
| * configs: Resync with savedefconfigTom Rini2021-09-1427-48/+5
| * image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc2021-09-141-9/+0
| * Merge branch '2021-09-14-assorted-fixes'Tom Rini2021-09-146-21/+29
| |\
| | * image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-143-17/+25
| | * pinctrl: fix typoYuan Fang2021-09-141-1/+1
| | * lib: fix typos in KconfigOleksandr Suvorov2021-09-141-2/+2
| | * lib/rsa: don't use NULL as key_idHeinrich Schuchardt2021-09-141-1/+1
| |/
| * Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-09-131-3/+7
| |\
| | * sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
| * | Merge branch '2021-09-09-finish-pre-DM_PCI-removal'WIP/13Sep2021Tom Rini2021-09-1344-2605/+36
| |\ \ | | |/ | |/|
| | * pci: Drop DM_PCISimon Glass2021-09-1315-54/+14
| | * pci: Drop PCI_INDIRECT_BRIDGESimon Glass2021-09-1310-92/+0
| | * net: Drop DM_PCI check from designware driverSimon Glass2021-09-131-12/+10
| | * pci: acpi: Drop DM_PCI check from ahciSimon Glass2021-09-132-59/+0
| | * pci: Drop DM_PCI check from fdtdecSimon Glass2021-09-131-2/+8
| | * pci: Drop old code from header fileSimon Glass2021-09-131-57/+3
| | * ppc: Remove UCP1020 boardSimon Glass2021-09-1316-2329/+1
| |/
| * Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-138-25/+135
| |\
| | * mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle2021-09-131-7/+0
| | * mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
| | * mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
| | * doc: usage: mmc: Document usage of speed mode in "mmc dev" and "mmc rescan"Aswath Govindraju2021-09-101-2/+47
| | * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-105-10/+81
| | * Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
| * | Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini2021-09-1212-40/+88
| |\ \