summaryrefslogtreecommitdiff
path: root/sys/arch/arm/conf
AgeCommit message (Collapse)Author
2015-07-17remove obsolete INET kernel optionTed Unangst
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configJonathan Gray
definitions will find the md .S files for these.
2014-10-09disassem.c only if ddb; ok miodTheo de Raadt
2013-05-09Drain the bufs after or before we do a bus space operation on ARMv7.Patrick Wildt
ok miod@
2013-05-01Add a cortex bus which represents the ARM MPCore Complex.Patrick Wildt
It will attach only to ARM Cortex A9 and A15 SoCs. The generic interrupt controller and timer will attach to this bus, later a secondary cache controller can be added. The base address for those controllers are figured out using the periphbase register. ok bmercer@
2013-04-30Switch from pmap to pmap7.Patrick Wildt
ok bmercer@
2013-03-27Move generic armv7 files into arm's file list.Patrick Wildt
ok bmercer@
2011-11-08merge cpu_coredump() back to where it belongs, ok drahn miodTheo de Raadt
2011-11-08compat_13 support died ages agoTheo de Raadt
2011-11-08arm has no need for procfsTheo de Raadt
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t fromMiod Vallat
its parent, because they know better; so don't bother providing one, which allows more unused code to go to the Attic. While there, redo the config machinery for mainbus child devices, to bring it to our current standards. This also allows them to be disabled in UKC, should there be a need for this in the future.
2011-09-22this escaped when miod threw cats off a bridgeJonathan Gray
ok miod@
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
keep: - remove bootconfig parameter passing feature (unused). - unifdef __PROG32 and remove all remains of arm26 code. - remove ARMFPE support (unused). - remove support for ARM2, ARM2AS, ARM3, ARM6, ARM7, ARM7TDMI and StrongARM processor families, and the related silicon bug workarounds (especially the SA-110 STM^ bug). - remove cpu_functions no longer necessary after previous removals. - remove ARM32_DISABLE_ALIGNMENT_FAULTS option (unused). - make FIQ support conditional on option FIQ (unused, but may be eventually). Discussed with drahn@ and jasper@ long ago, I was sitting on this commit for no good reason.
2010-12-06- remove unused/commented COMPAT_LINUX stuffJasper Lievisse Adriaanse
ok deraadt@
2009-06-27Revert the last change to this file which was made with armv7 support came in.Dale Rahn
The change was unrelated to v7 support, it was a cleanup item. For some reason this breaks ksyms on zaurus. however zaurus uses the old loadfile that is not fully synced with libsa
2009-05-08Pieces of arm11 and armv7 support for newer cpus. This is work in progressDale Rahn
and not complete.
2008-09-11add support for arm9e core, taken from NetBSD.Kevin Lo
ok drahn@
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2006-07-12Remove commented out defopt goo.Miod Vallat
2006-07-12Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.Miod Vallat
2006-07-12Orphaned stuff.Miod Vallat
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-05-10enable arm optimized in4_cksumBrad Smith
ok drahn@
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-01-13dont make this dependant on bus_space_generic, that is bogus.Dale Rahn
keep the define for compat for now.
2005-01-02OpenBSD tags (missed before)Dale Rahn
2004-12-30xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.Dale Rahn
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok miod@
2004-08-04Remove the old fetch(9)/store(9) functions, since they are not used inMiod Vallat
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus. ok drahn@
2004-02-01Arm port, NetBSD codebase stripped down, 32bit only support.Dale Rahn