aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/i80321/ep80219_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-402/+0
* Replace some references to KERNPHYSADDR with the equivelent value passed inIan Lepore2015-12-211-2/+2
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-211-1/+1
* Do not hand the VM the memory used for stacks/page tables/etc.Olivier Houchard2014-05-291-0/+4
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-3/+3
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-091-9/+0
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-091-12/+15
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-091-0/+2
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-081-3/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-081-35/+0
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-211-0/+2
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Increase the KVA available for xscale CPUs.Olivier Houchard2013-10-171-1/+1
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-011-1/+0
* Complete r247297:Attilio Rao2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-201-2/+2
* Clean up the two i80321 copies of initarm to be closer to one another.Andrew Turner2012-11-171-28/+32
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-15/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-3/+0
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-101-5/+0
* Modify all the arm platform files to call parse_boot_param passing inWarner Losh2012-06-141-1/+1
* Remove leakage of other patches into last commit.Warner Losh2012-06-131-1/+1
* trim trailing spaces that have accumulated over the years (these filesWarner Losh2012-06-131-11/+11
* Remove an unneeded increment from initarm. The variable is uninitialised,Andrew Turner2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aAndrew Turner2012-06-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-031-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantOlivier Houchard2011-02-131-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-4/+2
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+5
* - Fix spelling error in comments.Stanislav Sedov2008-12-011-1/+1
* Eliminate unused global variables. (These global variables became fields ofAlan Cox2008-07-181-1/+0
* Remove some long-dead codeKevin Lo2008-04-081-4/+0
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-031-53/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+1
* Remove duplicate includes.Olivier Houchard2007-05-231-1/+0
* Remove sa1_cache_clean_addr. It isn't needed.Kevin Lo2007-05-031-2/+0
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-4/+0
* Compile -- remove an unused global variable avail_end.Kevin Lo2006-11-171-1/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+4
* Fill in dump_avail[] before pmap_boostrap() is called so thatOlivier Houchard2006-08-271-4/+4
* Finally bring it support for the i80219 XScale processor.Olivier Houchard2006-08-241-0/+521