aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-21ARM: dts: at91: sama5d2_icp: add QSPI1 deviceMihai Sain2-0/+45
2021-09-21board: sama5d2_xplained: Modify load addressesClément Léger1-14/+10
2021-09-21board: sama5d2_xplained: Get dram size and base from device treeClément Léger1-4/+7
2021-09-21ARM: dts: at91: sama5d2_xplained: Add memory node in devicetreeClément Léger1-0/+4
2021-09-21board: sama5d27_som1_ek: Modify load addressesClément Léger1-8/+4
2021-09-21board: sama5d27_som1_ek: Get dram size and base from device treeClément Léger1-4/+8
2021-09-21ARM: mach-at91: armv7: fix multiple cpu_reset definition when enabling SYSRESETClément Léger1-1/+3
2021-09-21configs: gardena-smart-gateway-at91sam: Adjust to production valuesReto Schneider1-1/+14
2021-09-21configs: sam9x60ek: enable CONFIG_CPUClaudiu Beznea3-0/+3
2021-09-21ARM: dts: at91: sam9x60: add bindings for CPUClaudiu Beznea1-0/+12
2021-09-21cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea1-0/+1
2021-09-21clk: at91: clk-master: split master clock in pres and dividerClaudiu Beznea4-50/+144
2021-09-21ARM: at91: Add chip ID of SAMA5D29Hari Prasath2-0/+3
2021-09-17Remove including timestamp.h in version.hPali Rohár8-3/+12
2021-09-17version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár3-12/+15
2021-09-17x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár1-3/+1
2021-09-17version: Do not make version_string[] variable as a weakPali Rohár1-1/+1
2021-09-17powerpc: Drop version_string placement optimizationTom Rini3-16/+0
2021-09-17m68k: mcf: Remove overloading version_stringPali Rohár6-26/+0
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár11-12/+17
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