summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-25dm: doc: Add a note about of-platdata header filesSimon Glass
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25dm: Add comments to dt-structs contentsSimon Glass
2021-09-25fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25fdt: Create a new OF_REAL KconfigSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta
2021-09-25doc: Add mention of the /config bindingSimon Glass
2021-09-24vexpress_ca9x4: Add missing SYS_LOAD_ADDRTom Rini
2021-09-24Merge branch '2021-09-24-assorted-updates' into nextTom Rini
2021-09-24drivers: tpm2: update reset gpio semanticsJorge Ramirez-Ortiz
2021-09-24Avoid polluting CONFIG_ namespace with board specific define.Kristian Amlie
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