aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* The cpu_id macro was renamed in r278529, catch up with this new name.Andrew Turner2015-02-111-1/+1
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-9/+40
* Rename the avila, cambria and zynq GPIO driver names to match the expectedLuiz Otavio O Souza2015-01-292-10/+2
* Remove a couple files that are no longer used (functionality take over byIan Lepore2015-01-211-127/+0
* Use explicit initializer style, fill in missing functions as unimplemented.Ian Lepore2015-01-211-43/+79
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-212-230/+6
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-2115-141/+19
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-217-51/+44
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-218-169/+148
* Add missing END macros to some of the xscale functions.Andrew Turner2014-12-052-0/+16
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-182-18/+1
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-282-4/+6
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-17/+15
* - Don't let rman_reserve_resource() activate the resource inJohn Baldwin2014-09-121-2/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-109-10/+18
* put these under bootverbose, they are only needed for debugging, notJohn-Mark Gurney2014-08-061-2/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-13/+7
* Revert r267961, r267973:Glen Barber2014-06-273-7/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-13/+7
* Do not hand the VM the memory used for stacks/page tables/etc.Olivier Houchard2014-05-295-0/+20
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-105-28/+28
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-105-5/+0
* Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore2014-03-091-3/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-095-42/+0
* Make it possible to use the env kernel config file option for AVILAJohn Hay2014-02-171-0/+2
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-094-65/+61
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-095-0/+9
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedIan Lepore2014-02-091-8/+8
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-085-23/+15
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-086-176/+1
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usAndrew Turner2014-02-061-1/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-6/+6
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-215-0/+9
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-045-12/+17
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probeNathan Whitehorn2013-10-292-2/+2
* Follow r257244; it's now necessary to include if_var.h.Ian Lepore2013-10-281-0/+1
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-3/+4
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-273-3/+0
* - Use bus_dmamap_unload(), it is not optional.Olivier Houchard2013-10-221-3/+8
* Typo fix.Olivier Houchard2013-10-221-1/+1
* Increase the KVA available for xscale CPUs.Olivier Houchard2013-10-175-5/+5
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-073-3/+3
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underDimitry Andric2013-04-132-4/+4
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-015-5/+0
* Complete r247297:Attilio Rao2013-02-285-10/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-205-8/+10
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3