aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* Eliminate an unnecessary vm include file.Alan Cox2009-11-041-1/+0
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-011-0/+3
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+5
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-1/+1
* Move a comment to where it belongs.Olivier Houchard2009-02-021-2/+1
* Remove unused variables.Olivier Houchard2009-02-021-5/+0
* - Fix spelling error in comments.Stanislav Sedov2008-12-011-1/+1
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* Remove some long-dead codeKevin Lo2008-04-081-4/+1
* Fix stupid typoWarner Losh2008-04-041-1/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofRafal Jaworowski2008-04-032-120/+8
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-031-43/+7
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.Olivier Houchard2007-12-021-0/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+1
* It's probably time I learn C.Olivier Houchard2007-09-121-2/+2
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-022-4/+7
* Wrap a BUS_SETUP_INTR() line at 80.Paolo Pisati2007-03-061-2/+2
* Remove unused header file <machine/katelib.h>Kevin Lo2007-02-261-2/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-11/+12
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-181-6/+5
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-4/+0
* Match bus space unmap prototype.Kevin Lo2006-11-201-1/+2
* Eliminate unused global variables.Alan Cox2006-11-111-2/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+4
* style(9) cleanup.Kevin Lo2006-10-214-4/+0
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapsOlivier Houchard2006-08-081-8/+5
* Don't forget to define uart_sa1110_vaddr.Olivier Houchard2006-06-211-0/+2
* Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmuOlivier Houchard2006-06-073-31/+3
* Convert the last offender, the SA1110 port, to ARM32_NEW_VM_LAYOUT, andOlivier Houchard2006-06-061-6/+15
* The Assabet has 32MB of RAM, not 16.Olivier Houchard2006-05-301-2/+3
* Uncomment the call to cpu_idcache_wbinv_all() after the MMU has beenOlivier Houchard2006-05-301-1/+1
* Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.Olivier Houchard2006-05-291-9/+0
* Remove any reference to enable_mmu(), it's been gone for a long time.Olivier Houchard2006-05-261-1/+0
* Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registersOlivier Houchard2006-05-234-6/+42
* Use macros instead of hardcoding the address for SACOM1. Also don'tOlivier Houchard2006-05-223-4/+7
* Implement sa11x0_bs_unmap.Olivier Houchard2006-05-181-3/+15
* Make this compile (UART_IPEND_* => SER_INT_*).Olivier Houchard2006-05-181-2/+2
* When returning a resource that we've allocated with rman_reserve_resource,Warner Losh2006-04-201-0/+2
* MFp4: Catchup with recent UART changes.Olivier Houchard2006-04-061-2/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-4/+6
* Provide a dump_avail[] variable, which contains the page ranges to beOlivier Houchard2005-10-031-4/+5
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.Olivier Houchard2005-09-253-10/+21
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32Olivier Houchard2005-06-091-16/+14
* pmap_update() is gone.Olivier Houchard2005-04-131-1/+0
* Start all license statements with /*-Warner Losh2005-01-059-9/+9
* Update the StrongArm port to match the current code.Olivier Houchard2004-12-182-5/+15
* Get the kernel stack right now that the u-area is gone.Olivier Houchard2004-11-201-1/+2
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-201-10/+1
* Use MD_ROOT_SIZE, instead of our own macro.Olivier Houchard2004-10-111-7/+7
* Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't useOlivier Houchard2004-09-234-215/+38