summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/conf
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther1-2/+6
2018-05-15Remove a4x bus space hack.kettenis1-3/+1
2018-05-04Add a common rules file for ofw sources to help keep the configurationsvisa1-2/+2
2018-03-08Rework and cleanup the linker script for armv7. The main feature ispatrick1-43/+46
2018-02-10Convert armv7 to MI mutex.mpi1-2/+1
2018-02-10Replace two spaces indents with tabs. Makes it easier to read andpatrick1-72/+72
2018-02-10Supplying entropy from etext has created a regression on arm where wepatrick1-1/+2
2018-02-10Put the ldscript parts into a single file instead of storing it as headpatrick2-27/+25
2018-01-26Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.kettenis1-1/+2
2017-10-26Discard exception handling information as we do on other architectures.kettenis1-1/+5
2017-04-30Unifdef KGDB.mpi1-3/+2
2017-04-27Bring over the changes to mainbus(4) and simplebus(4) from arm64.kettenis1-4/+2
2017-01-21Move virtio config from files.pci to files.pcireyk1-1/+2
2017-01-02remove unused armv4 and xscale filesjsg1-5/+1
2016-09-24Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangkettenis1-1/+3
2016-09-18Use a locator (named "early") to let designated drivers attach before others.kettenis1-2/+2
2016-08-14Remove code for Intel 80219/80321 xscale processors used by armish.jsg1-5/+3
2016-08-06Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from thekettenis1-2/+1
2016-07-11Hook up imxgpio(4) to the FDT gpio framework.kettenis1-1/+2
2016-05-23Change openprom into a pseudo-device, because not all arm platformsderaadt1-1/+4
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likepatrick1-3/+12
2016-03-22Remove support for ARM10.patrick1-6/+2
2016-03-22Remove support for ARM9E. This is another step in the plan to removepatrick1-4/+4
2016-03-19Remove support for the XScale 80200. We don't use it, it didn't compilepatrick1-4/+2
2016-03-19Remove support for IXP425. This is another architecture that is notpatrick1-3/+1
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andpatrick1-10/+1
2016-03-18Remove support for ARM9T (armv4t). Not used by any of the arm platforms.jsg1-4/+2
2016-03-18Remove support for ARM8, an old armv4 processor without thumb that wasjsg1-2/+1
2015-07-17remove obsolete INET kernel optiontedu1-2/+2
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configjsg1-3/+1
2014-10-09disassem.c only if ddb; ok miodderaadt1-3/+2
2013-05-09Drain the bufs after or before we do a bus space operation on ARMv7.patrick1-1/+2
2013-05-01Add a cortex bus which represents the ARM MPCore Complex.patrick1-1/+3
2013-04-30Switch from pmap to pmap7.patrick1-3/+5
2013-03-27Move generic armv7 files into arm's file list.patrick1-1/+6
2011-11-08merge cpu_coredump() back to where it belongs, ok drahn miodderaadt1-2/+1
2011-11-08compat_13 support died ages agoderaadt1-2/+1
2011-11-08arm has no need for procfsderaadt1-2/+1
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t frommiod1-5/+2
2011-09-22this escaped when miod threw cats off a bridgejsg1-23/+0
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want tomiod1-16/+5
2010-12-06- remove unused/commented COMPAT_LINUX stuffjasper1-9/+1
2009-06-27Revert the last change to this file which was made with armv7 support came in.drahn1-3/+1
2009-05-08Pieces of arm11 and armv7 support for newer cpus. This is work in progressdrahn2-2/+5
2008-09-11add support for arm9e core, taken from NetBSD.kevlo1-3/+6
2008-04-25neccessary -> necessary; from Pierre Riteaujmc1-2/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt1-1/+27
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@miod1-1/+2
2006-07-12Remove commented out defopt goo.miod1-26/+1
2006-07-12Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.miod1-2/+1