summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-014-13/+13
* MFC r306902:mmel2016-11-058-12/+0
* MFC r303891, r303892:pfg2016-09-081-8/+8
* sys/arm: Minor spelling fixes.pfg2016-05-048-10/+10
* Move arm's devmap to some generic place, so it can be usedbr2016-04-263-11/+11
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-215-21/+19
* Use our nitems() macro when param.h is available.pfg2016-04-201-1/+1
* arm: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-222-4/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-183-6/+6
* 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-173-45/+19
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-033-6/+6
* 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-0330-5375/+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-278-13/+13
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-6/+2
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-221-1/+0
* Replace some references to KERNPHYSADDR with the equivelent value passed inian2015-12-215-10/+10
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-215-8/+0
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-021-9/+9
* Add domain support to PCI bus allocationzbb2015-09-162-2/+2
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-105-5/+5
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-165-0/+9
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-295-6/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-295-5/+5
* The cpu_id macro was renamed in r278529, catch up with this new name.andrew2015-02-111-1/+1
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-9/+40
* Rename the avila, cambria and zynq GPIO driver names to match the expectedloos2015-01-292-10/+2
* Remove a couple files that are no longer used (functionality take over byian2015-01-211-127/+0
* Use explicit initializer style, fill in missing functions as unimplemented.ian2015-01-211-43/+79
* Use the base arm bus_space instead of an identical local copy.ian2015-01-212-230/+6
* Use the base arm bus_space instead of an identical local copy.ian2015-01-2115-141/+19
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-217-51/+44
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-218-169/+148
* Add missing END macros to some of the xscale functions.andrew2014-12-052-0/+16
* Moves all the duplicate code to a single function.loos2014-11-182-18/+1
* Make the GPIO children attach to the first unit available and not only toloos2014-10-282-4/+6
* Mechanically convert to if_inc_counter().glebius2014-09-191-17/+15
* - Don't let rman_reserve_resource() activate the resource injhb2014-09-121-2/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-109-10/+18
* put these under bootverbose, they are only needed for debugging, notjmg2014-08-061-2/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-13/+7
* Revert r267961, r267973:gjb2014-06-273-7/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-13/+7
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-295-0/+20
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-105-28/+28
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-105-5/+0
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-091-3/+0
OpenPOWER on IntegriCloud