summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-2/+4
* Remove #undef DDB I shouldn't have committed.cognet2005-12-211-1/+0
* - Better use of the busdma API.cognet2005-12-092-47/+69
* Fix a harmless bug in the way we allocate the early PTEs.cognet2005-12-091-3/+2
* The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel optioncognet2005-12-092-0/+6
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-241-5/+5
* Cleanup.cognet2005-10-201-13/+1
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* Fix build when DDB isn't defined.cognet2005-10-041-0/+2
* Import dummy drivers for the i80321 DMA controller and AAU.cognet2005-10-035-2/+628
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-10/+32
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.cognet2005-09-255-30/+31
* Remove the va == pa mapping.cognet2005-06-231-10/+7
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32cognet2005-06-093-9/+28
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-53/+43
* Remove a useless printf.cognet2005-06-031-1/+0
* Increase the refresh rate.cognet2005-05-251-1/+1
* 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
* pmap_update() is gone.cognet2005-04-071-1/+0
* Bring back some of the cleanups and fixes jmg did in the TS7200 port.cognet2005-03-171-18/+16
* Use PCIR_BARS instead of PCIR_MAPS.cognet2005-03-172-16/+17
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-262-0/+3
* MFp4: get the code that set the pc correctly to work, remove a few IQ31244cognet2005-02-201-11/+11
* Remove unused prototype.cognet2005-02-131-1/+0
* Remove redondant includes.cognet2005-02-131-2/+0
* Don't prototype pmap_kenter().cognet2005-02-131-1/+1
* Remove references to non-existing symbols DO_corb and got_mmu.cognet2005-01-201-7/+0
* Add a new sysctl, hw.sevenseg.freq, to control the update frequency.cognet2005-01-161-1/+6
* Add support for the IQ31244 7 seg display.cognet2005-01-154-0/+390
* Start the license statement with /*-cognet2005-01-151-1/+1
* Use device_set_desc().cognet2005-01-151-0/+2
* Add the i80321 watchdog.cognet2005-01-152-0/+2
* Add a driver for the i80321 watchdog.cognet2005-01-151-0/+149
* Start all license statements with /*-imp2005-01-0519-19/+19
* - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for thecognet2004-12-211-5/+13
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingcognet2004-12-051-27/+67
* Use ns8250.cognet2004-11-232-3/+2
* 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
* Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.cognet2004-11-182-2/+2
* Remove debugging printf.cognet2004-11-131-1/+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-2321-0/+3870
* Add Xscale common headers.cognet2004-09-232-0/+121
OpenPOWER on IntegriCloud