Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64 | robert | 2022-03-25 | 1 | -5/+55 |
| | | | | ok tb@, deraadt@, kettenis@ | ||||
* | Start disentangling armv7 and aarch64 code | tb | 2022-03-23 | 4 | -2/+196 |
| | | | | | | | | | arm_arch.h and armcap.c are shared between armv7 and aarch64 which results in an inscrutable #ifdef maze. Move copies of these files into arch/{arm,aarch64}/ with appropriate names and some trivial minor adjustments. ok deraadt inoguchi kettenis | ||||
* | Add cpuid support for arm64 so that we can recognize which | patrick | 2019-07-02 | 1 | -1/+4 |
| | | | | | | hardware crypto features are available. "no objections" kettenis@ | ||||
* | Add support for AArch64. | patrick | 2017-01-11 | 2 | -0/+182 |