aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/i8134x
Commit message (Expand)AuthorAgeFilesLines
* Remove xscale support.Warner Losh2018-07-2722-4170/+0
* Revert r336773: it removed too much.Warner Losh2018-07-2722-0/+4170
* Remove xscale supportWarner Losh2018-07-2722-4170/+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-2714-0/+28
* i81342 is little endian, not big endian.Olivier Houchard2017-09-191-1/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* ARM: Remove unused includes.Michal Meloun2016-10-092-2/+0
* Nuke obio_bs_tag, it was used before it was initialized, andOlivier Houchard2016-08-304-8/+4
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-042-2/+2
* 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-213-13/+12
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-8/+0
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-2/+2
* ARM: Remove C++ comments erroneously committed in r295200.Michal Meloun2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-101/+9
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversMichal Meloun2016-02-036-3/+1326
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-4/+4
* 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-1/+0
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* 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/+2
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-2/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Remove a couple files that are no longer used (functionality take over byIan Lepore2015-01-211-127/+0
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-211-115/+3
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-215-6/+8
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-212-18/+16
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-15/+15
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-1/+2
* 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-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-091-7/+0
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-091-12/+16
* 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-081-36/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-5/+5
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-211-0/+2
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Increase the KVA available for xscale CPUs.Olivier Houchard2013-10-171-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-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-2/+2