aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-07-31config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possibleJiaxun Yang1-2/+2
2024-07-15arm: cpu: Remove duplicate newlinesMarek Vasut5-5/+0
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini1-0/+12
2024-06-25arm64: add software pagetable walkerCaleb Connolly1-0/+245
2024-06-19arm: implement invalidate_icache_all on ARM11Heinrich Schuchardt1-0/+12
2024-06-07arm: move _end to linker symbolsIlias Apalodimas5-26/+5
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini102-102/+41
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini102-41/+102
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini102-41/+102
2024-05-13armv8: generic_timer: Use event stream for udelayPeter Hoyes2-0/+35
2024-05-06arm: Remove <common.h> and add needed includesTom Rini37-37/+4
2024-05-06arm: fsl-layerscape: Remove <common.h> and add needed includesTom Rini32-32/+35
2024-05-06arm: bcm: Remove <common.h> and add needed includesTom Rini15-15/+0
2024-05-06arm: imx: Remove <common.h> and add needed includesTom Rini12-12/+0
2024-05-06arm: s5pc1xx: Remove <common.h> and add needed includesTom Rini4-4/+2
2024-05-06arm: sunxi: Remove <common.h> and add needed includesTom Rini2-2/+0
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek2-2/+2
2024-04-10arm64: Fix map_range() not splitting mapped blocksPierre-Clément Tosi1-0/+2
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini4-101/+42
2024-03-29arm: remove redundant section alignmentsIlias Apalodimas2-5/+12
2024-03-29arm: move image_copy_start/end to linker symbolsIlias Apalodimas4-18/+8
2024-03-29arm: fix __efi_runtime_start/end definitionsIlias Apalodimas1-9/+3
2024-03-29arm: clean up v7 and v8 linker scripts for __rel_dyn_start/endIlias Apalodimas2-24/+6
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas2-16/+4
2024-03-29arm: clean up v7 and v8 linker scripts for bss_start/endIlias Apalodimas3-38/+18
2024-03-19arm: Check FEAT_CCIDX when parsing ccsidr_el1 registerLukasz Wiecaszek1-0/+9
2024-03-13stv0991: Remove stv0991 board and architecture codeTom Rini7-268/+0
2024-03-01arm: s5p4418: fix relocation of vectorsStefan Bosch2-0/+27
2024-02-29Merge patch series "Handoff bloblist from previous boot stage"Tom Rini2-0/+52
2024-02-29arm: armv8: save boot argumentsRaymond Mao1-0/+23
2024-02-29arm: armv7: save boot argumentsRaymond Mao1-0/+29
2024-02-08fsl-layerscape/soc.c: do not destroy bootcmd environmentMike Looijmans1-0/+5
2023-12-20mxs: Fix VDDx brownout interrupt disable/enableCody Green1-3/+5
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-1/+11
2023-12-13arm: mxs: Clear CPSR V bit to activate low vectorsMarek Vasut2-1/+11
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-3/+0
2023-12-13arm: x86: Drop discarding of command linker-listsSimon Glass1-3/+0
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"WIP/2023-11-17-assorted-important-fixesChris Packham1-15/+1
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham1-10/+4
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham1-5/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-10-22sunxi: psci: implement PSCI on R528Sam Edwards2-2/+53
2023-10-22sunxi: psci: stop modeling register layout with C structsSam Edwards1-34/+23
2023-10-22sunxi: psci: refactor register access to separate functionsSam Edwards1-19/+47
2023-10-22sunxi: psci: clean away preprocessor macrosSam Edwards1-60/+43
2023-10-22sunxi: refactor serial base addresses to avoid asm/arch/cpu.hAndre Przywara2-0/+2
2023-10-11ARM: psci: move GIC address override to KconfigAndre Przywara3-4/+14
2023-10-10armv8: fsl-layerscape: make some functions staticLaurentiu Tudor1-6/+6
2023-10-10fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor4-379/+0
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass1-1/+1