aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini76-1115/+936
2021-09-27Prepare v2021.10-rc5v2021.10-rc5Tom Rini1-1/+1
2021-09-27Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/27Sep2021Tom Rini2-1/+9
2021-09-27phy: marvell: cp110: Support SATA invert polarityDenis Odintsov1-1/+6
2021-09-27arm: mvebu: turris_omnia: fix leaked mtd deviceMarek Behún1-0/+3
2021-09-26Merge tag 'efi-2021-10-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/26Sep2021Tom Rini4-23/+35
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta2-23/+24
2021-09-25doc: Add mention of the /config bindingSimon Glass2-0/+11
2021-09-24vexpress_ca9x4: Add missing SYS_LOAD_ADDRTom Rini1-13/+10
2021-09-24Merge branch '2021-09-24-assorted-updates' into nextTom Rini24-85/+1124
2021-09-24drivers: tpm2: update reset gpio semanticsWIP/2021-09-24-assorted-updatesJorge Ramirez-Ortiz2-9/+17
2021-09-24Avoid polluting CONFIG_ namespace with board specific define.Kristian Amlie3-3/+2
2021-09-24tools: Handle PAGER containing argumentsPaul Barker1-4/+6
2021-09-24tools: Refactor full help printingPaul Barker4-20/+24
2021-09-24ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.Kristian Amlie13-22/+1072
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay4-32/+8
2021-09-24Merge branch '2021-09-24-assorted-minor-updates'Tom Rini13-685/+42
2021-09-24arm: orion5x: edminiv2: change maintainerWIP/2021-09-24-assorted-minor-updatesSimon Guinot1-1/+1
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay5-668/+0
2021-09-24Taking over responsibility for GE boards from SebastianMartyn Welch3-3/+3
2021-09-24MAINTAINERS: remove SPEAR entryPatrick Delaunay1-7/+0
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt1-1/+1
2021-09-24scripts/mailmapper: enable running with Python 3Heinrich Schuchardt1-5/+9
2021-09-24test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-24Merge branch '2021-09-24-arm64-optimized-str-funcs' into nextTom Rini6-8/+532
2021-09-24arm64: Kconfig: Enable usage of optimized memset/memcpy/memmoveWIP/2021-09-24-arm64-optimized-str-funcsStefan Roese2-8/+39
2021-09-24arm64: memset-arm64: Use simple memset when cache is disabledStefan Roese1-0/+32
2021-09-24arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functionsStefan Roese4-0/+461
2021-09-24Revert "env: Make _init() expect _INVALID when _IS_NOWHERE"Tom Rini1-1/+1
2021-09-23Merge branch '2021-09-23-assorted-updates' into nextTom Rini37-331/+271
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesWIP/2021-09-23-assorted-updatesPali Rohár1-10/+29
2021-09-23arm: mediatek: merge board Kconfigs into mach-mediatekGuillaume La Roque13-134/+53
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut1-0/+18
2021-09-23lmb: xtensa: Add arch_lmb_reserve()Marek Vasut1-0/+12
2021-09-23lmb: sh: Add arch_lmb_reserve()Marek Vasut1-0/+16
2021-09-23lmb: riscv: Add arch_lmb_reserve()Marek Vasut1-0/+13
2021-09-23lmb: nds32: Add arch_lmb_reserve()Marek Vasut1-0/+13
2021-09-23lmb: nios2: Add arch_lmb_reserve()Marek Vasut1-0/+16
2021-09-23lmb: Remove imx board_lmb_reserve()Marek Vasut1-30/+0
2021-09-23lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic()Marek Vasut1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut6-117/+7
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut2-0/+36
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut2-30/+30
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut2-45/+45
2021-09-23image: add lz4 zstd compression magic mapArtem Lapkin1-0/+2
2021-09-23crc32: Add crc32 implementation using __builtin_aarch64_crc32bMarek Vasut3-1/+22
2021-09-23armv8/cache.S: Triple with single instructionPierre-Clément Tosi1-2/+1
2021-09-23armv8/cache.S: Read sysreg fields through ubfxPierre-Clément Tosi1-10/+6
2021-09-23env: Make _init() expect _INVALID when _IS_NOWHEREPierre-Clément Tosi1-1/+1
2021-09-23Merge git://source.denx.de/u-boot-socfpgaWIP/23Sep2021Tom Rini5-20/+11