summaryrefslogtreecommitdiff
path: root/sys/arch/arm/arm
AgeCommit message (Expand)Author
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-03-04Trailing whitespaceskrll
2023-02-23arm32: Add missing barriers in cpu_switchto.riastradh
2022-12-22Explicitly disable overflow interrupts before enabling the cycle counter.ryo
2022-12-18Appease KDASSERT / LOCKDEBUG.skrll
2022-10-20Trailing whitespace.skrll
2022-10-15Add a boot option to disable EFI runtime services.jmcneill
2022-06-18Simplify (imo) #ifdefs a little.skrll
2022-05-16port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC b...skrll
2022-05-03Catch up with aarch64 TTBR0 handling in pmap_{,de}activate_efirt andskrll
2022-04-03efi_rtcopy is only used on little endian kernels.martin
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2022-01-08KNFskrll
2022-01-08Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm hereskrll
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-11-27Apply some errata workarounds for Cortex A17skrll
2021-11-14arm: Fix CPU startup synchronization.riastradh
2021-11-13Set ACTLR.SMP=1 on Cortex-A17jmcneill
2021-11-11Trailing whitespaceskrll
2021-10-31Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.skrll
2021-10-30Remove stale commentskrll
2021-10-30KNF and remove (some) unnecessary #includesskrll
2021-10-30Use designated initialisers for static handlers and reduce the kernel sizeskrll
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-26G/C FAST_FPEskrll
2021-10-10efi: Add /dev/efi character devicejmcneill
2021-10-07Reduce diff with cpufunc_asm_armv5.S, from which this file was derived.rin
2021-10-07trailing whitespace/tabrin
2021-09-18bus_space_is_equal: fix crash when called with NULL tagjmcneill
2021-09-12More debug.skrll
2021-09-08Consider two tags equal if they share the same cookie. For fdtbus,jmcneill
2021-08-08fix armv7 buildjmcneill
2021-08-07arm: SMCCC: Add return values to smccc_calljmcneill
2021-08-07arm: PSCI: Add a function to return the PSCI conduit.jmcneill
2021-08-06Arm: Add support for SMC Calling Conventionjmcneill
2021-08-02fix various typos in comments and log messages.andvar
2021-07-02Be consistent about #ifndef ARM32_DISABLE_ALIGNMENT_FAULTS. NFCI.skrll
2021-02-21KNF consistencyskrll
2021-02-21Some preemption updates - still not being used (yet)skrll
2021-02-17Trailing whitespace. *snigger*skrll
2021-02-01G/C some old code that was for acorn26skrll
2021-01-31One #include "opt_cputypes.h" is enough for anyoneskrll
2021-01-27Trailing whitespace... hehskrll
2021-01-16remove unused "_DIAGNOSTIC" option and opt_diagnostic.h.chs
2020-12-18Make this compile on armskrll
2020-12-11arm copyin/out: make copyin not use copyout's epilogue (typo in labels)dholland
2020-12-04Trailing whitespaceskrll
2020-12-03Provide and use a sev() macro for the sev instruction.skrll
2020-12-01Simplify the simplification... basically always set sctlr.u before settingskrll
2020-12-01Simplify previousskrll