aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/pxa
Commit message (Expand)AuthorAgeFilesLines
* Remove xscale support.Warner Losh2018-07-2714-3602/+0
* Revert r336773: it removed too much.Warner Losh2018-07-2714-0/+3602
* Remove xscale supportWarner Losh2018-07-2714-3602/+0
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-1/+25
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-134-13/+13
* Remove some NULL checks after M_WAITOK allocations from sys/arm/.Edward Tomasz Napierala2016-08-092-5/+0
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-7/+6
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-222-4/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-3/+1
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-6/+6
* Replace some references to KERNPHYSADDR with the equivelent value passed inIan Lepore2015-12-211-2/+2
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-2/+0
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+1
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Use explicit initializer style, fill in missing functions as unimplemented.Ian Lepore2015-01-211-43/+79
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-5/+4
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-10/+10
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-102-2/+4
* Do not hand the VM the memory used for stacks/page tables/etc.Olivier Houchard2014-05-291-0/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-1/+1
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+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-091-8/+0
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-091-30/+15
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-091-0/+2
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-081-3/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-082-37/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probeNathan Whitehorn2013-10-291-1/+1
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-3/+4
* Increase the KVA available for xscale CPUs.Olivier Houchard2013-10-171-1/+1
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-011-1/+0
* Complete r247297:Attilio Rao2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-201-1/+2
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-181-0/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-3/+0
* Move unmask IRQ function call up to nexus device level.Oleksandr Tymoshenko2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-101-5/+0