aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-04-25armv7: Use isb/dsb directly in start.STom Rini1-4/+4
2023-04-25arm: Centralize fixed register logicTom Rini1-1/+0
2023-04-25armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is presentmeitao1-1/+5
2023-04-25arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is presentMarc Zyngier1-4/+10
2023-04-25arm64: Use FEAT_HAFDBS to track dirty pages when availableMarc Zyngier1-1/+15
2023-03-06ARM: remove SPEAR entry in makefilePatrick Delaunay1-1/+0
2023-03-06arm64: Reduce PT size estimation complexityMarc Zyngier1-75/+34
2023-03-06arm64: Reduce add_map() complexityMarc Zyngier1-48/+46
2023-03-06arm: cpu: Add optional CMOs by VAMarc Zyngier4-26/+155
2023-03-03freescale: Drop old pre-DM_ETH codeSimon Glass1-12/+0
2023-03-02s5p: Remove empty arch_misc_initTom Rini1-7/+0
2023-02-10Correct SPL use of SYS_FSL_ERRATUM_A010539Simon Glass1-1/+1
2023-02-07mtd: Drop unused CONFIG_S32V234Simon Glass1-1/+0
2023-02-07rmobile: Drop CONFIG_RMOBILESimon Glass1-1/+0
2023-02-07arm: Drop old kona codeSimon Glass6-87/+0
2023-02-07imx: Drop unused CONFIG_IMXSimon Glass1-2/+0
2023-02-01Merge tag 'fsl-qoriq-2023-2-1' of https://source.denx.de/u-boot/custodians/u-...Tom Rini2-1/+10
2023-02-01armv7: ls102xa: make QSPI clock selection optional during SoC initMario Kicherer2-1/+10
2023-01-31arm: psci: Fix RESET2 hookMarek Vasut2-1/+3
2023-01-21sunxi: fel: drop redundant "control register" save/restoreAndre Przywara1-4/+0
2023-01-21sunxi: armv8: fel: load only 32-bit valuesAndre Przywara1-4/+4
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-83/+83
2023-01-20nxp: Finish migration of SYS_FSL_SRDS_[12] to KconfigTom Rini2-18/+0
2023-01-20nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to KconfigTom Rini2-11/+0
2023-01-20fsl-layerscape: Rework usage of CONFIG_CLUSTER_CLK_FREQTom Rini1-3/+4
2023-01-20arm: Rework usage of CONFIG_ARMV[78]_SECURE_BASE in linker scriptsTom Rini2-4/+8
2023-01-20global: Remove unused CONFIG definesTom Rini1-5/+1
2023-01-18arm: Support trace on armv8Simon Glass1-3/+3
2023-01-18trace: Use notrace for shortSimon Glass1-1/+1
2023-01-02arm: s5p4418: dm_serial: remove old code / add DEBUG_UARTStefan Bosch1-29/+0
2022-12-23configs: Remove unused or redundant CONFIG symbolsTom Rini1-0/+1
2022-12-23global: Migrate CONFIG_SMP_PEN_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_PL011_CLOCK to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_ARM_GIC_BASE_ADDRESS to CFGTom Rini2-4/+4
2022-12-23exynos: Rework legacy PWM usageTom Rini2-13/+8
2022-12-22net: Remove more legacy functionsTom Rini2-12/+0
2022-12-22Convert CONFIG_PEN_ADDR_BIG_ENDIAN to KconfigTom Rini1-0/+3
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini4-65/+33
2022-12-05arm: Remove unused mx27 codeTom Rini6-643/+0
2022-12-05arm: ls102xa: Migrate LS102XA_STREAM_IDTom Rini1-0/+4
2022-12-05arm920t: Remove unused imx codeTom Rini4-270/+0
2022-12-05Convert CONFIG_FSL_DEVICE_DISABLE to KconfigTom Rini1-0/+4
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini15-53/+53
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2-4/+4
2022-12-05Convert CONFIG_SYS_PMAN et al to KconfigTom Rini5-9/+7
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini2-31/+31
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini2-2/+2
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini19-117/+117
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass5-8/+8