summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/conf/files.arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a4x bus space hack.kettenis2018-05-151-3/+1
* Add a common rules file for ofw sources to help keep the configurationsvisa2018-05-041-2/+2
* Convert armv7 to MI mutex.mpi2018-02-101-2/+1
* Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.kettenis2018-01-261-1/+2
* Unifdef KGDB.mpi2017-04-301-3/+2
* Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis2017-04-271-4/+2
* Move virtio config from files.pci to files.pcireyk2017-01-211-1/+2
* remove unused armv4 and xscale filesjsg2017-01-021-5/+1
* Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangkettenis2016-09-241-1/+3
* Use a locator (named "early") to let designated drivers attach before others.kettenis2016-09-181-2/+2
* Remove code for Intel 80219/80321 xscale processors used by armish.jsg2016-08-141-5/+3
* Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from thekettenis2016-08-061-2/+1
* Hook up imxgpio(4) to the FDT gpio framework.kettenis2016-07-111-1/+2
* Change openprom into a pseudo-device, because not all arm platformsderaadt2016-05-231-1/+4
* Rework mainbus and implement simplebus to be able to span a tree-likepatrick2016-05-021-3/+12
* Remove support for ARM10.patrick2016-03-221-6/+2
* Remove support for ARM9E. This is another step in the plan to removepatrick2016-03-221-4/+4
* Remove support for the XScale 80200. We don't use it, it didn't compilepatrick2016-03-191-4/+2
* Remove support for IXP425. This is another architecture that is notpatrick2016-03-191-3/+1
* Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick2016-03-191-10/+1
* Remove support for ARM9T (armv4t). Not used by any of the arm platforms.jsg2016-03-181-4/+2
* Remove support for ARM8, an old armv4 processor without thumb that wasjsg2016-03-181-2/+1
* remove obsolete INET kernel optiontedu2015-07-171-2/+2
* Remove redundant md memcpy.S and memmove.S lines. The mi configjsg2014-12-301-3/+1
* disassem.c only if ddb; ok miodderaadt2014-10-091-3/+2
* Drain the bufs after or before we do a bus space operation on ARMv7.patrick2013-05-091-1/+2
* Add a cortex bus which represents the ARM MPCore Complex.patrick2013-05-011-1/+3
* Switch from pmap to pmap7.patrick2013-04-301-3/+5
* Move generic armv7 files into arm's file list.patrick2013-03-271-1/+6
* merge cpu_coredump() back to where it belongs, ok drahn miodderaadt2011-11-081-2/+1
* compat_13 support died ages agoderaadt2011-11-081-2/+1
* arm has no need for procfsderaadt2011-11-081-2/+1
* None of the mainbus child devices care about getting a bus_space_tag_t frommiod2011-09-221-5/+2
* Late spring cleaning of the arm code for old dusty bits we do not want tomiod2011-09-201-16/+5
* - remove unused/commented COMPAT_LINUX stuffjasper2010-12-061-9/+1
* Pieces of arm11 and armv7 support for newer cpus. This is work in progressdrahn2009-05-081-1/+2
* add support for arm9e core, taken from NetBSD.kevlo2008-09-111-3/+6
* neccessary -> necessary; from Pierre Riteaujmc2008-04-251-2/+2
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-1/+27
* Remove commented out defopt goo.miod2006-07-121-26/+1
* Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.miod2006-07-121-2/+1
* Orphaned stuff.miod2006-07-121-2/+1
* More netccitt and netns removals; OK henning, brad, mickeyuwe2005-07-141-2/+1
* enable arm optimized in4_cksumbrad2005-05-101-2/+1
* To allow for MD override of in4_cksum()...brad2005-05-011-1/+2
* Cosmetics...tdeval2005-03-081-6/+6
* dont make this dependant on bus_space_generic, that is bogus.drahn2005-01-131-2/+2
* Move dev/cons.c to MI conf/files.grange2004-10-081-4/+1
* Remove the old fetch(9)/store(9) functions, since they are not used inmiod2004-08-041-2/+1
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+141