summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321/iq31244_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Compile -- remove an unused global variable avail_end.kevlo2006-11-171-1/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* Finally bring it support for the i80219 XScale processor.cognet2006-08-241-0/+57
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-4/+9
* Remove a bogus i = 0.kevlo2006-08-081-1/+1
* Remove a bogus, useless, "i++".cognet2006-06-061-1/+0
* Remove any reference to enable_mmu(), it's been gone for a long time.cognet2006-05-261-1/+0
* Remove #undef DDB I shouldn't have committed.cognet2005-12-211-1/+0
* Fix a harmless bug in the way we allocate the early PTEs.cognet2005-12-091-3/+2
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-241-5/+5
* Fix build when DDB isn't defined.cognet2005-10-041-0/+2
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-10/+32
* Remove the va == pa mapping.cognet2005-06-231-10/+7
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-53/+43
* Allocating the memory for the kernel stack one time is enough.cognet2005-04-271-7/+0
* Don't announce the range SDRAM_START-freemempos until I figure out what'scognet2005-04-071-5/+5
* Bring back some of the cleanups and fixes jmg did in the TS7200 port.cognet2005-03-171-18/+16
* MFp4: get the code that set the pc correctly to work, remove a few IQ31244cognet2005-02-201-11/+11
* Start all license statements with /*-imp2005-01-051-1/+1
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingcognet2004-12-051-27/+67
* Get the kernel stack right now that the u-area is gone.cognet2004-11-201-1/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-201-7/+0
* Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.cognet2004-11-101-6/+15
* If we're still running at the physical address, jump to the virtual addresscognet2004-11-051-33/+7
* Import partial support for the IQ31244 eval board (i80321 CPU). IQ80321 mightcognet2004-09-231-0/+460
OpenPOWER on IntegriCloud