aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Protect the PCI space registers behind a mutex.Adrian Chadd2012-04-171-1/+22
* Add in the AP96 phy configuration from openwrt.Adrian Chadd2012-04-151-10/+8
* The AR913x MII speed configuration matches the AR71xx MII configuration.Adrian Chadd2012-04-153-9/+4
* Fix the mask logic when reading PCI configuration space registers.Adrian Chadd2012-04-151-2/+6
* Flesh out the rest of the AP96 board/config.Adrian Chadd2012-04-132-8/+64
* * Enable ATH_EEPROM_FIRMWARE, now that it's a compile time optionAdrian Chadd2012-04-132-4/+6
* These are uboot, so mark them as such or booting from flash will not work.Adrian Chadd2012-04-132-0/+4
* Introduce configuration files for AP94 and AP96.Adrian Chadd2012-04-134-0/+120
* (ab)Use the firmware API to store away EEPROM calibration data forAdrian Chadd2012-04-131-6/+72
* Remove an unused variable. Grr.Adrian Chadd2012-04-131-1/+1
* Sync this code against what's in OpenWRT trunk.Adrian Chadd2012-04-131-27/+28
* Reinstate the XTLB handler for CPU_NLM and CPU_RMIJayachandran C.2012-04-021-1/+1
* Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather thanJohn Baldwin2012-03-291-1/+1
* Remove unnecessary assembly code.Jayachandran C.2012-03-292-30/+26
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-2915-18/+18
* Turn on messages from the Simple Executive codebase, what few there are.Juli Mallett2012-03-291-0/+3
* Disable FP instruction emulation by default on !o32 because of ABI concerns.Juli Mallett2012-03-291-0/+19
* Supply endianness implied by the -m flag when compiling ucore code.Juli Mallett2012-03-291-1/+1
* Fix little-endian built.Juli Mallett2012-03-291-1/+1
* Add software PMC support.Fabien Thomas2012-03-281-1/+1
* Fix size of PCI softc.Jayachandran C.2012-03-271-1/+2
* Resource allocation for XLP SoC SDHCI slotsJayachandran C.2012-03-272-0/+21
* Update memory and resource allocation code for SoC devicesJayachandran C.2012-03-279-375/+343
* NOR flash driver for XLP.Jayachandran C.2012-03-274-0/+93
* XLP UART code udpate.Jayachandran C.2012-03-274-27/+35
* xlpge : driver for XLP network acceleratorJayachandran C.2012-03-2723-7/+6861
* Support for EEPROM and CPLD on XLP EVP boards.Jayachandran C.2012-03-277-24/+487
* Opencrypto driver for XLP Security and RSA/ECC blocksJayachandran C.2012-03-2710-0/+3518
* I2C support for XLP, add hints for I2C devices and update PCI resourceJayachandran C.2012-03-273-3/+26
* XLP PCIe code update.Jayachandran C.2012-03-273-50/+99
* Update the L1D cache flush sequence when enabling threads.Jayachandran C.2012-03-271-7/+7
* Switch to interrupt based message handling for XLP 8xx B0.Jayachandran C.2012-03-271-22/+22
* Support for XLP4xx and XLP 8xx B0 revisionJayachandran C.2012-03-274-54/+159
* Fixes to the XLP startup code.Jayachandran C.2012-03-271-6/+12
* Remap PMC interrupt for all coresOleksandr Tymoshenko2012-03-243-11/+12
* Add DTrace-related part to machine-dependent code:Oleksandr Tymoshenko2012-03-242-0/+75
* Fix pmap_kextract prototype to align it with pmap.c changeOleksandr Tymoshenko2012-03-231-1/+1
* Add pseudo-device for handling PMC interrupts and link everythingOleksandr Tymoshenko2012-03-232-0/+145
* Setup fake MODINFO variables for octeon kernelOleksandr Tymoshenko2012-03-231-0/+2
* Rework MIPS PMC code:Oleksandr Tymoshenko2012-03-222-7/+51
* Move PMC hook invocation to cpu_intr. The idea is the same as with ast()Oleksandr Tymoshenko2012-03-222-20/+12
* Fix return type of mips pmap_kextract()Jayachandran C.2012-03-221-1/+1
* o) Don't keep drive parameters in a global, put them in the softc.Juli Mallett2012-03-211-60/+52
* Remove pty(4) from our kernel configurations.Ed Schouten2012-03-216-6/+0
* - Fix logic for detection if further processing of PMC should be performed.Oleksandr Tymoshenko2012-03-181-6/+14
* style(9) changes.Adrian Chadd2012-03-171-9/+10
* Begin fleshing out MII clock rate configuration changes.Adrian Chadd2012-03-175-0/+74
* Clean-up fake preload data generator:Oleksandr Tymoshenko2012-03-151-24/+19
* Fill out fake preload structure to let userland tools like pmc(3) knowOleksandr Tymoshenko2012-03-151-0/+50
* Remove a now unneeded ARGE_UNLOCK().Adrian Chadd2012-03-131-3/+0