summaryrefslogtreecommitdiff
path: root/sys/arm/include/armreg.h
AgeCommit message (Expand)Author
2024-04-30arm: Remove duplicate definitions in armreg.hMark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-04-12Remove checks for <sys/cdefs.h> being included.John Baldwin
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2018-07-27Revert r336773: it removed too much.Warner Losh
2018-07-27Remove xscale supportWarner Losh
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-22Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner
2016-11-07Generate an error if machine/armreg.h is included without sys/cdefs.hStanislav Galabov
2016-10-03Add the Cortex-A{53,57,72} ID register values. These can all run 32-bitAndrew Turner
2016-09-30Fix the spelling of Cortex.Andrew Turner
2016-06-07Start to clean MIDR values using the CPUID scheme. We don't need to knowAndrew Turner
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2015-11-28ARM: Add support for new KRAIT 300 CPU revision.Michal Meloun
2015-11-10ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun
2015-11-04Fix comment about unpriviledged instructions. Now, it matches withSvatopluk Kraus
2015-11-02Add support for branch instruction on armv7 with ptrace single stepZbigniew Bodek
2015-08-13The Broadcom BCM56060 chip has a Cortex-A9R4 core.Marcel Moolenaar
2015-05-06Add new CP15 operations and DB_SHOW_COMMAND to print CP15 registersZbigniew Bodek
2015-02-10Resolve cache line size from CP15Zbigniew Bodek
2015-01-14Correct cpu type, it was rather Cortex A12 R0.Ganbold Tsagaankhuu
2015-01-13Add CPU ID for ARM Cortex A17.Ganbold Tsagaankhuu
2015-01-03Add a new trap-v6.c which has support for all armv7 exceptions. ThisIan Lepore
2014-09-10Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner
2014-09-10Add more register values to armreg.h and remove CPU_CONTROL_32BP_ENABLEAndrew Turner
2014-04-01Add Cortex-A15 cpu id revisions.Ruslan Bukin
2014-03-09Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore
2014-02-12Use the right symbols for determining arm architecture. Include theIan Lepore
2013-12-20Add identification and necessary type checks for Krait CPU cores. Krait CPU i...Ganbold Tsagaankhuu
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-10-28Remove not working and deprecated PJ4Bv6 supportZbigniew Bodek
2013-10-16Add CPU ID for ARM Cortex A5.Ruslan Bukin
2013-08-01Add identification for Cortex-A7 (R0) cores.Ganbold Tsagaankhuu
2013-06-28Add identification for Cortex-A15 (R0) cores.Aleksandr Rybalko
2013-05-23Switch to AP[2:1] access permissions model. Store "referenced"Grzegorz Bernacki
2013-04-27Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek
2012-12-20Replace generic ARM11 option with more specificOleksandr Tymoshenko
2012-09-14Support identification of new PJ4B cores.Grzegorz Bernacki
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-06-13trim trailing whitespaceWarner Losh
2012-04-16Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner
2012-04-07- Revert part of r234005, which I did not intend to commit.Stanislav Sedov
2012-04-07- Add kernel config file for QEMU-emulated gumstix board.Stanislav Sedov
2010-02-20Correct both FA526/FA626TE cpu ids since the cpu id is alwaysKevin Lo
2010-02-14Correct cpu id for FA526.Kevin Lo
2008-12-23add IXP465 and generic IXP425 definitionSam Leffler
2008-12-13Merge WIP from p4:Sam Leffler
2008-10-13Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.Rafal Jaworowski
2007-10-18Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (whichWarner Losh
2007-07-27XScale core 3 definitions.Olivier Houchard