aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-0329-5274/+0
* Replace some references to KERNPHYSADDR with the equivelent value passed inIan Lepore2015-12-212-4/+4
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-212-4/+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-102-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-162-0/+4
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-292-2/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-292-2/+2
* 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-2110-135/+11
* 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-25/+15
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-103-3/+5
* Do not hand the VM the memory used for stacks/page tables/etc.Olivier Houchard2014-05-292-0/+8
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-102-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-102-2/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-092-18/+0
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-092-23/+30
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-092-0/+4
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-082-6/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-082-70/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-212-0/+4
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-042-4/+6
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probeNathan Whitehorn2013-10-291-1/+1
* 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-172-2/+2
* 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-012-2/+0
* Complete r247297:Attilio Rao2013-02-282-4/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-202-4/+4
* Clean up the two i80321 copies of initarm to be closer to one another.Andrew Turner2012-11-172-42/+43
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-222-30/+2
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-182-2/+2
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-152-6/+0
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-102-10/+0
* Modify all the arm platform files to call parse_boot_param passing inWarner Losh2012-06-142-2/+2
* Remove leakage of other patches into last commit.Warner Losh2012-06-132-2/+2
* trim trailing spaces that have accumulated over the years (these filesWarner Losh2012-06-1313-72/+72
* Remove an unneeded increment from initarm. The variable is uninitialised,Andrew Turner2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aAndrew Turner2012-06-102-18/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-032-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Check the return value of BUS_SETUP_INTR()Kevin Lo2011-10-271-2/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantOlivier Houchard2011-02-132-4/+6
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-212-8/+4
* Remove remaining bits of performance counter support.Rui Paulo2009-10-031-2/+0
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-232-0/+10
* strict kobj signatures: number of fixes for arm architectureAndriy Gapon2009-06-111-4/+4