summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-0329-5274/+0
* Replace some references to KERNPHYSADDR with the equivelent value passed inian2015-12-212-4/+4
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-212-4/+0
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-102-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-162-0/+4
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-292-2/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-292-2/+2
* Use the base arm bus_space instead of an identical local copy.ian2015-01-211-115/+3
* Use the base arm bus_space instead of an identical local copy.ian2015-01-2110-135/+11
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-212-18/+16
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-25/+15
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-103-3/+5
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-292-0/+8
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-102-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-102-2/+0
* The arm exception entry points currently vector through a function pointerian2014-03-092-18/+0
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-092-23/+30
* It turns out a global variable is the only straightforward way toian2014-02-092-0/+4
* Consolidate code related to setting up physical memory configuration intoian2014-02-082-6/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-082-70/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-212-0/+4
* Move remaining code and data related to static device mapping into theian2013-11-042-4/+6
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probenwhitehorn2013-10-291-1/+1
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Increase the KVA available for xscale CPUs.cognet2013-10-172-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-012-2/+0
* Complete r247297:attilio2013-02-282-4/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-202-4/+4
* Clean up the two i80321 copies of initarm to be closer to one another.andrew2012-11-172-42/+43
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-222-30/+2
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-2/+2
* Merging projects/armv6, part 1gonzo2012-08-152-6/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-102-10/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-142-2/+2
* Remove leakage of other patches into last commit.imp2012-06-132-2/+2
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1313-72/+72
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-102-18/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-032-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-132-4/+6
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-8/+4
* Remove remaining bits of performance counter support.rpaulo2009-10-031-2/+0
* Implement a facility for dynamic per-cpu variables.jeff2009-06-232-0/+10
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-4/+4
OpenPOWER on IntegriCloud