summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/ixp425
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* - Use bus_dmamap_unload(), it is not optional.cognet2013-10-221-3/+8
* Typo fix.cognet2013-10-221-1/+1
* 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
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-132-4/+4
* 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-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-8/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-182-2/+2
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* Merging projects/armv6, part 1gonzo2012-08-151-3/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-5/+1
* 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-1315-97/+97
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
OpenPOWER on IntegriCloud