summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-24tools: Handle PAGER containing argumentsPaul Barker
2021-09-24tools: Refactor full help printingPaul Barker
2021-09-24ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.Kristian Amlie
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay
2021-09-24Merge branch '2021-09-24-assorted-minor-updates'Tom Rini
2021-09-24arm: orion5x: edminiv2: change maintainerSimon Guinot
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay
2021-09-24Taking over responsibility for GE boards from SebastianMartyn Welch
2021-09-24MAINTAINERS: remove SPEAR entryPatrick Delaunay
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt
2021-09-24scripts/mailmapper: enable running with Python 3Heinrich Schuchardt
2021-09-24test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy
2021-09-24Merge branch '2021-09-24-arm64-optimized-str-funcs' into nextTom Rini
2021-09-24arm64: Kconfig: Enable usage of optimized memset/memcpy/memmoveStefan Roese
2021-09-24arm64: memset-arm64: Use simple memset when cache is disabledStefan Roese
2021-09-24arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functionsStefan Roese
2021-09-24Revert "env: Make _init() expect _INVALID when _IS_NOWHERE"Tom Rini
2021-09-23Merge branch '2021-09-23-assorted-updates' into nextTom Rini
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár
2021-09-23arm: mediatek: merge board Kconfigs into mach-mediatekGuillaume La Roque
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: xtensa: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: sh: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: riscv: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: nds32: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: nios2: Add arch_lmb_reserve()Marek Vasut
2021-09-23lmb: Remove imx board_lmb_reserve()Marek Vasut
2021-09-23lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic()Marek Vasut
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut
2021-09-23image: add lz4 zstd compression magic mapArtem Lapkin
2021-09-23crc32: Add crc32 implementation using __builtin_aarch64_crc32bMarek Vasut
2021-09-23armv8/cache.S: Triple with single instructionPierre-Clément Tosi
2021-09-23armv8/cache.S: Read sysreg fields through ubfxPierre-Clément Tosi
2021-09-23env: Make _init() expect _INVALID when _IS_NOWHEREPierre-Clément Tosi
2021-09-23Merge git://source.denx.de/u-boot-socfpgaTom Rini
2021-09-23Merge branch 'master' of git://source.denx.de/u-boot-usbTom Rini
2021-09-22Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-09-22ddr: altera: use KBUILD_BASENAME instead of __FILE__Marek Vasut
2021-09-22arm: socfpga: vining: Let DWMAC configure PHY reset GPIOMarek Vasut
2021-09-22arm: socfpga: vining: Enable DW I2C driverMarek Vasut
2021-09-22arm: socfpga: vining: Fix UDC controller phandle in DTMarek Vasut
2021-09-22arm: socfpga: vining: Un-disable WDT in DTMarek Vasut
2021-09-22arm: socfpga: vining: Set default SPI NOR mode and frequencyMarek Vasut
2021-09-22arm: socfpga: vining: Set USB gadget manufacturer to Softing with capital SMarek Vasut
2021-09-22arm: socfpga: vining: Increase environment sizeMarek Vasut
2021-09-22arm: socfpga: vining: Drop meaningless commentMarek Vasut
2021-09-22usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis