summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+2
2021-09-24ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.Kristian Amlie4-0/+804
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay1-5/+1
2021-09-24arm64: Kconfig: Enable usage of optimized memset/memcpy/memmoveStefan 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-23arm: mediatek: merge board Kconfigs into mach-mediatekGuillaume La Roque1-7/+35
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 Vasut1-32/+1
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut2-45/+45
2021-09-23crc32: Add crc32 implementation using __builtin_aarch64_crc32bMarek Vasut2-0/+14
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-23Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini14-38/+93
2021-09-21ARM: dts: at91: update flexcom defines using include fileEugen Hristev2-2/+4
2021-09-21ARM: at91: remove references to RM9200DKEugen Hristev2-15/+0
2021-09-21ARM: dts: at91: sama5d2: fix dtc warning for ohci and ehciEugen Hristev4-8/+8
2021-09-21ARM: dts: at91: sama5d2_icp: cosmetic arrangement of the nodesEugen Hristev2-23/+25
2021-09-21ARM: dts: at91: sama5d2_icp: add QSPI1 deviceMihai Sain2-0/+45
2021-09-21ARM: dts: at91: sama5d2_xplained: Add memory node in devicetreeClément Léger1-0/+4
2021-09-21ARM: mach-at91: armv7: fix multiple cpu_reset definition when enabling SYSRESETClément Léger1-1/+3
2021-09-21ARM: dts: at91: sam9x60: add bindings for CPUClaudiu Beznea1-0/+12
2021-09-21ARM: at91: Add chip ID of SAMA5D29Hari Prasath2-0/+3
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+4
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini36-114/+142
2021-09-14pci: Drop DM_PCISimon Glass2-2/+2
2021-09-11arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instanceAswath Govindraju1-1/+1
2021-09-11ARM: dts: Fix node status to "okay" on TI boardsRoger Quadros20-34/+34
2021-09-11arm: dts: k3-am642-evm-u-boot: Add u-boot, dm-spl tag in the pinmux node of mmc1Aswath Govindraju1-0/+4
2021-09-11am33xx: Fix USB for am335x boardsMatwey V. Kornilov1-6/+0
2021-09-10arm: mvebu: dts: Armada8k enable mdioSven Auhagen4-0/+4
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-07arm: Add Kconfig entry for MACH_TYPETom Rini1-0/+14
2021-09-07arm: Disable ATAGs supportTom Rini1-0/+30
2021-09-07imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini4-5/+18
2021-09-06stm32mp: Fix board_get_usable_ram_top()Patrice Chotard1-1/+1
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass3-7/+7
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass8-8/+8
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass21-38/+38
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass22-32/+33
2021-09-03Revert most of the series for adding vexpress_aemv8r supportTom Rini6-227/+18
2021-09-02psci: fix double declarationOleksandr Suvorov1-1/+0
2021-09-02ARM: Prevent the compiler from using NEON registersSamuel Holland1-0/+1
2021-09-02arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes1-15/+25
2021-09-02vexpress64: Add BASER_FVP vexpress board variantPeter Hoyes1-0/+7
2021-09-02armv8: Add ARMv8 MPU configuration logicPeter Hoyes2-3/+154
2021-09-02armv8: Ensure EL1&0 VMSA is enabledPeter Hoyes2-0/+41
2021-09-02armv8: Disable pointer authentication traps for EL1Peter Hoyes4-4/+26