summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x
Commit message (Expand)AuthorAgeFilesLines
* MFC r306902:mmel2016-11-052-2/+0
* sys/arm: Minor spelling fixes.pfg2016-05-042-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-213-13/+12
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-8/+0
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-2/+2
* ARM: Remove C++ comments erroneously committed in r295200.mmel2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-031-101/+9
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversmmel2016-02-036-3/+1326
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-4/+4
* Replace some references to KERNPHYSADDR with the equivelent value passed inian2015-12-211-2/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-1/+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-101-1/+1
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-2/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+1
* Remove a couple files that are no longer used (functionality take over byian2015-01-211-127/+0
* 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-215-6/+8
* 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-15/+15
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-101-1/+2
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-291-0/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-7/+0
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-091-12/+16
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+2
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-3/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-081-36/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-5/+5
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-211-0/+2
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* 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-171-1/+1
* 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-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-2/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-14/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-1/+1
* Merging projects/armv6, part 1gonzo2012-08-151-3/+0
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-2/+0
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-1/+1
* Remove leakage of other patches into last commit.imp2012-06-131-1/+1
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-139-26/+26
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
OpenPOWER on IntegriCloud