summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/ixp425
Commit message (Expand)AuthorAgeFilesLines
* MFC r306902:mmel2016-11-056-10/+0
* MFC r303891, r303892:pfg2016-09-081-8/+8
* sys/arm: Minor spelling fixes.pfg2016-05-045-7/+7
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-5/+5
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* 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
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-182-5/+5
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-34/+18
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-3/+3
* 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-211-2/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-1/+0
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-021-9/+9
* 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-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+1
* 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
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-212-10/+8
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-215-119/+108
* 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-103-4/+7
* 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-291-0/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-18/+18
* 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-9/+0
* Make it possible to use the env kernel config file option for AVILAjhay2014-02-171-0/+2
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-091-8/+8
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-11/+15
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-081-33/+0
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usandrew2014-02-061-1/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* 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-4/+5
* Follow r257244; it's now necessary to include if_var.h.ian2013-10-281-0/+1
OpenPOWER on IntegriCloud