summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-105-5/+0
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-091-3/+0
* The arm exception entry points currently vector through a function pointerian2014-03-095-42/+0
* Make it possible to use the env kernel config file option for AVILAjhay2014-02-171-0/+2
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-094-65/+61
* It turns out a global variable is the only straightforward way toian2014-02-095-0/+9
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-091-8/+8
* Consolidate code related to setting up physical memory configuration intoian2014-02-085-23/+15
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-086-176/+1
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usandrew2014-02-061-1/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-302-6/+6
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-215-0/+9
* Move remaining code and data related to static device mapping into theian2013-11-045-12/+17
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probenwhitehorn2013-10-292-2/+2
* Follow r257244; it's now necessary to include if_var.h.ian2013-10-281-0/+1
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-3/+4
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-273-3/+0
* - Use bus_dmamap_unload(), it is not optional.cognet2013-10-221-3/+8
* Typo fix.cognet2013-10-221-1/+1
* Increase the KVA available for xscale CPUs.cognet2013-10-175-5/+5
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-3/+3
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-132-4/+4
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-015-5/+0
* Complete r247297:attilio2013-02-285-10/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-205-8/+10
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-225-63/+5
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-188-6/+11
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* Merging projects/armv6, part 1gonzo2012-08-156-15/+1
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-172-2/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-105-22/+0
* Not quite ready for this yet, so comment it out.imp2012-07-101-1/+1
* All xscale ports are armeb, so mark it here. This should reduce universeimp2012-06-291-0/+1
* Fix missing straggler for the move to parse_boot_param()imp2012-06-141-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-5/+1
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-144-4/+4
* Remove leakage of other patches into last commit.imp2012-06-135-5/+5
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1340-204/+203
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-102-2/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-105-45/+5
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-035-5/+5
* Remove obsolte big endian flag. It is no longer needed.imp2012-05-112-2/+0
* - Add new ARM kernel option QEMU_WORKAROUNDS which can bestas2012-04-071-2/+18
OpenPOWER on IntegriCloud