summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/pxa/pxa_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: Minor spelling fixes.pfg2016-05-041-1/+1
* 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-211-7/+6
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-3/+1
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-2/+2
* Replace some references to KERNPHYSADDR with the equivelent value passed inian2015-12-211-2/+2
* 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/+1
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+1
* 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-1/+1
* The arm exception entry points currently vector through a function pointerian2014-03-091-8/+0
* Update legacy platforms to use new arm_physmem helper routines.ian2014-02-091-30/+15
* 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/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Increase the KVA available for xscale CPUs.cognet2013-10-171-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-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+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
* Fix missing straggler for the move to parse_boot_param()imp2012-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-131-6/+5
* 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-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-181-1/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-061-0/+576
OpenPOWER on IntegriCloud