aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8
AgeCommit message (Expand)AuthorFilesLines
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-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-02-10Correct SPL use of SYS_FSL_ERRATUM_A010539Simon Glass1-1/+1
2023-02-07mtd: Drop unused CONFIG_S32V234Simon Glass1-1/+0
2023-01-31arm: psci: Fix RESET2 hookMarek Vasut2-1/+3
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 Rini1-9/+0
2023-01-20nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to KconfigTom Rini1-7/+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 Rini1-2/+4
2023-01-18arm: Support trace on armv8Simon Glass1-3/+3
2022-12-23configs: Remove unused or redundant CONFIG symbolsTom Rini1-0/+1
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-3/+3
2022-12-22net: Remove more legacy functionsTom Rini1-3/+0
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini1-8/+4
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini7-37/+37
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
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 Rini1-23/+23
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-1/+1
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini12-82/+82
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-2/+2
2022-10-18arm: layerscape: Disable unused parts of ICID tablesSean Anderson1-0/+2
2022-10-18arm: layerscape: Don't select FSL_IFC when booting from SD cardSean Anderson1-2/+2
2022-10-17arm64: layerscape: Support SYSRESETSean Anderson1-0/+2
2022-10-17arm64: ls104x: Enable eDMA snoopingSean Anderson1-1/+1
2022-10-06armv8: cache_v8: Fix pgtables setup when MMU is already enabledPali Rohár1-0/+4
2022-09-07ARMv8/sec_firmware: Convert to use fit_get_data_conf_propSean Anderson1-37/+2
2022-09-07ARMv8/sec_firmware: Remove SEC_FIRMWARE_FIT_CNF_NAMESean Anderson1-13/+4
2022-09-06armv8: layerscape: spl: mark OCRAM as non-secureMichael Walle1-0/+13
2022-08-20layerscape: Disable CONFIG_FMAN_ENET on *aqds* platformsTom Rini1-1/+1
2022-08-20arm64: explicitly disable pointer authentication instructionsRasmus Villemoes1-0/+1
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-0/+2
2022-08-12Convert CONFIG_SYS_FSL_NUM_CC_PLLS to KconfigTom Rini2-9/+0
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini1-0/+1
2022-08-04Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to KconfigTom Rini1-0/+34
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-0/+2
2022-07-05arch/Kconfig.nxp: Re-organize slightlyTom Rini1-10/+5
2022-07-05Convert CONFIG_ESBC_HDR_LS et al to KconfigTom Rini1-0/+5
2022-07-05Convert CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR to KconfigTom Rini1-0/+5
2022-06-28spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-3/+0
2022-06-28armv8: u-boot-spl.lds: mark __image_copy_start as symbolPeng Fan1-1/+1
2022-06-27armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain4-0/+160