summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-021-9/+9
* Add domain support to PCI bus allocationzbb2015-09-162-2/+2
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-105-5/+5
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-165-0/+9
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-295-6/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-295-5/+5
* The cpu_id macro was renamed in r278529, catch up with this new name.andrew2015-02-111-1/+1
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-9/+40
* Rename the avila, cambria and zynq GPIO driver names to match the expectedloos2015-01-292-10/+2
* Remove a couple files that are no longer used (functionality take over byian2015-01-211-127/+0
* Use explicit initializer style, fill in missing functions as unimplemented.ian2015-01-211-43/+79
* Use the base arm bus_space instead of an identical local copy.ian2015-01-212-230/+6
* Use the base arm bus_space instead of an identical local copy.ian2015-01-2115-141/+19
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-217-51/+44
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-218-169/+148
* Add missing END macros to some of the xscale functions.andrew2014-12-052-0/+16
* Moves all the duplicate code to a single function.loos2014-11-182-18/+1
* Make the GPIO children attach to the first unit available and not only toloos2014-10-282-4/+6
* Mechanically convert to if_inc_counter().glebius2014-09-191-17/+15
* - Don't let rman_reserve_resource() activate the resource injhb2014-09-121-2/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-109-10/+18
* put these under bootverbose, they are only needed for debugging, notjmg2014-08-061-2/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-13/+7
* Revert r267961, r267973:gjb2014-06-273-7/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-13/+7
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-295-0/+20
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-105-28/+28
* 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
OpenPOWER on IntegriCloud