summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Migrate if_arge to use the PLL cpuops.adrian2010-08-192-30/+10
* Implement PLL generalisation in preparation for use in if_arge.adrian2010-08-193-3/+96
* add the PLL set functions to cpuopsadrian2010-08-191-0/+10
* Fix mistaken indenting.adrian2010-08-191-5/+5
* Add some initial AR724X chipset support.adrian2010-08-196-0/+228
* Add initial Atheros AR91XX support.adrian2010-08-195-0/+236
* Add missing licence.adrian2010-08-191-0/+26
* style(9) pick from imp@ .adrian2010-08-191-3/+2
* Remove now unused 'reg'.adrian2010-08-191-1/+0
* Initialise the USB system using cpuops rather than the AR71XX specific method.adrian2010-08-191-16/+1
* Migrate the CPU reset path to use the new cpuops.adrian2010-08-191-3/+1
* Remove the now-unused DDR flush register value.adrian2010-08-191-1/+0
* Make the PCI initialisation path use the new cpuops rather than directlyadrian2010-08-191-8/+4
* Make if_arge use the new cpuops rather than hard coding the DDR flush registers.adrian2010-08-191-22/+8
* Preparation work for supporting the AR91xx and AR724x.adrian2010-08-1910-32/+417
* MIPS n64 support - continued...jchandra2010-08-184-234/+214
* Add a DDR flush function, inspired by both Linux and if_arge.c.adrian2010-08-181-0/+10
* Add a further register definition for USB device initialisation.adrian2010-08-181-0/+2
* Bring over the first cut of the Atheros-specific SoC operations.adrian2010-08-181-0/+108
* Make return statements style(9) compliant in MIPS pmap.cjchandra2010-08-181-12/+15
* Import initial AR91XX and AR724X CPU register definitions.adrian2010-08-182-0/+164
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-1/+7
* Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.jchandra2010-08-139-15/+12
* SMP support in n64.jchandra2010-08-124-17/+10
* Implement pmap changes suggested by alc@:jchandra2010-08-123-78/+52
* Optimization for pmap_kenter(), call pmap_update_page() only whenjchandra2010-08-121-1/+2
* Re-arrange the pmap calls that use smp_rendezvous() on SMP, so that theirjchandra2010-08-121-38/+71
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+1
* Fix for 64 bit compile, with SMP enabled.jchandra2010-08-111-2/+3
* Fix compilation when DDB disabled. Adds 'ifdef DDB' aroundjchandra2010-08-111-4/+4
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revertneel2010-08-111-6/+6
* loadandclear() for PTEs are not needed on MIPS. The PTEs are softwarejchandra2010-08-081-3/+9
* - Consolidate the the cache coherence attribute definitions in a single place.neel2010-08-074-17/+71
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-0/+10
* Fix issue reported by alc :jchandra2010-08-061-5/+3
* Fix the issue reported by alc:jchandra2010-08-062-6/+10
* Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. Thisneel2010-08-061-1/+0
* Use a signed integer to hold the address of a register.neel2010-08-061-10/+10
* uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if theneel2010-08-061-3/+3
* - Add interrupts counter for PCI devicesgonzo2010-08-051-2/+12
* Fix a race between clock_intr() and tick_ticker() when updatingneel2010-08-052-19/+29
* Add 3 level page tables for MIPS in n64.jchandra2010-08-045-264/+408
* ithd_name no longer defined, use td_name. Fix compile with KTR enabled.jchandra2010-08-041-1/+1
* Use PTR_ADDU to change sp, so that it works for n64 too.jchandra2010-07-311-2/+2
* Use fuword32() to fetch instructions, this will work on both 32 and 64 bitjchandra2010-07-311-2/+2
* n64 support - enable UX bit in STATUS for kernel and userspace.jchandra2010-07-304-11/+18
* MIPS n64 support - support kstack in XKSEG.jchandra2010-07-303-4/+19
* Update rge driver for 64 bit kernel.jchandra2010-07-291-14/+34
* Prepare for 3 level page tables for MIPS.jchandra2010-07-293-24/+22
* Add fuiword() in n64 for completeness.jchandra2010-07-291-0/+1
OpenPOWER on IntegriCloud