aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/cpuconf.h
Commit message (Expand)AuthorAgeFilesLines
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-161-195/+0
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-3/+6
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-9/+5
* Remove support for CPU_XSCALE_80200. None of our configs support it, andAndrew Turner2015-03-301-7/+5
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.Andrew Turner2015-03-301-5/+2
* Remove arm1136 support. We don't have any configs that use it, and I don'tAndrew Turner2015-03-291-4/+2
* Revert a glitched mismerge that got caught up in the prior commit.Ian Lepore2014-12-241-2/+2
* Define the old-school arm arch constants we still use internally based onIan Lepore2014-12-241-2/+25
* The arm PJ4B cpu is armv7 architecture, not v6.Ian Lepore2014-11-241-2/+2
* The Marvell PJ4B cpu family is armv7, not armv6.Ian Lepore2014-08-311-2/+2
* Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore2014-03-091-29/+6
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...Ganbold Tsagaankhuu2013-12-201-2/+3
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-201-3/+4
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-7/+33
* Minor cosmetic changesKevin Lo2010-11-091-4/+4
* Intel IXP425 SoC is based on the ARMv5TE architectureKevin Lo2010-11-081-2/+3
* Add support for FA626TE.Kevin Lo2010-05-041-2/+4
* Add support for Cavium Econa CNS11XX ARM boards. These boards wereRui Paulo2010-01-041-2/+3
* __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0Kevin Lo2007-11-011-1/+1
* Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. NotWarner Losh2007-10-181-7/+33
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thanOlivier Houchard2006-11-301-0/+3
* Identify the xscale 81342.Olivier Houchard2006-11-071-3/+4
* Finally bring it support for the i80219 XScale processor.Olivier Houchard2006-08-241-3/+5
* Don't #error if no CPU is defined but we're not compiling the kernel.Olivier Houchard2006-06-021-2/+2
* Ooops arm10 is armv5, not armv4.Olivier Houchard2006-05-311-3/+3
* s/_KLD_MODULE/KLD_MODULE/Olivier Houchard2005-05-261-1/+1
* Remove bits specific to CPUs we won't support (< armv4).Olivier Houchard2005-05-251-36/+4
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Don't barf if no CPU type is defined while compiling kernel modules.Olivier Houchard2004-11-041-2/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+171