Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2014-12-30 | Remove redundant md memcpy.S and memmove.S lines. The mi config | Jonathan Gray | |
definitions will find the md .S files for these. | |||
2014-10-09 | disassem.c only if ddb; ok miod | Theo de Raadt | |
2013-05-09 | Drain the bufs after or before we do a bus space operation on ARMv7. | Patrick Wildt | |
ok miod@ | |||
2013-05-01 | Add 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-30 | Switch from pmap to pmap7. | Patrick Wildt | |
ok bmercer@ | |||
2013-03-27 | Move generic armv7 files into arm's file list. | Patrick Wildt | |
ok bmercer@ | |||
2011-11-08 | merge cpu_coredump() back to where it belongs, ok drahn miod | Theo de Raadt | |
2011-11-08 | compat_13 support died ages ago | Theo de Raadt | |
2011-11-08 | arm has no need for procfs | Theo de Raadt | |
2011-09-22 | None of the mainbus child devices care about getting a bus_space_tag_t from | Miod 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-22 | this escaped when miod threw cats off a bridge | Jonathan Gray | |
ok miod@ | |||
2011-09-20 | Late spring cleaning of the arm code for old dusty bits we do not want to | Miod 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 stuff | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2009-06-27 | Revert 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-08 | Pieces of arm11 and armv7 support for newer cpus. This is work in progress | Dale Rahn | |
and not complete. | |||
2008-09-11 | add support for arm9e core, taken from NetBSD. | Kevin Lo | |
ok drahn@ | |||
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre | |
2007-11-25 | libkern, 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-15 | Dummy mutex code for arm platforms. ok drahn@ deraadt@ | Miod Vallat | |
2006-07-12 | Remove commented out defopt goo. | Miod Vallat | |
2006-07-12 | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. | Miod Vallat | |
2006-07-12 | Orphaned stuff. | Miod Vallat | |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-05-10 | enable arm optimized in4_cksum | Brad Smith | |
ok drahn@ | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-01-13 | dont make this dependant on bus_space_generic, that is bogus. | Dale Rahn | |
keep the define for compat for now. | |||
2005-01-02 | OpenBSD tags (missed before) | Dale Rahn | |
2004-12-30 | xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD. | Dale Rahn | |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-08-04 | Remove the old fetch(9)/store(9) functions, since they are not used in | Miod Vallat | |
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus. ok drahn@ | |||
2004-02-01 | Arm port, NetBSD codebase stripped down, 32bit only support. | Dale Rahn | |