summaryrefslogtreecommitdiffstats
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-0919-2728/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-7/+0
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-091-6/+15
* No need to set physmem in each initarm() instance anymore, it's handledian2014-02-091-1/+0
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+3
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-2/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-3/+27
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* A few last BUS_PROBE_NOWILDCARDs are in order.nwhitehorn2013-10-291-1/+1
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-2/+2
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-261-1/+0
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Merging projects/armv6, part 1gonzo2012-08-152-7/+2
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+2
* Trim trailing whitespace...imp2012-06-139-18/+18
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-7/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-1/+1
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-021-1/+1
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-9/+4
* Remove duplicate header includeskevlo2011-06-262-3/+0
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-2/+3
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.imp2010-02-169-63/+0
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-0/+3
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* Move a comment to where it belongs.cognet2009-02-021-2/+1
* Remove unused variables.cognet2009-02-021-5/+0
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Remove some long-dead codekevlo2008-04-081-4/+1
* Fix stupid typoimp2008-04-041-1/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-032-120/+8
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-43/+7
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-021-0/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* It's probably time I learn C.cognet2007-09-121-2/+2
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-4/+7
* Wrap a BUS_SETUP_INTR() line at 80.piso2007-03-061-2/+2
* Remove unused header file <machine/katelib.h>kevlo2007-02-261-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-11/+12
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-6/+5
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
OpenPOWER on IntegriCloud