summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Allow for MIPS devices to have a specific probe/attach order.adrian2012-04-211-1/+4
* Allow for a default GPIO pin "high", which is required for some boardsadrian2012-04-201-1/+9
* Introduce the matching PCI ath(4) fixup code from ar71xx_pci intoadrian2012-04-205-83/+275
* Style(9) and white space fixes.adrian2012-04-171-31/+26
* Protect the PCI space registers behind a mutex.adrian2012-04-171-1/+22
* Add in the AP96 phy configuration from openwrt.adrian2012-04-151-10/+8
* The AR913x MII speed configuration matches the AR71xx MII configuration.adrian2012-04-153-9/+4
* Fix the mask logic when reading PCI configuration space registers.adrian2012-04-151-2/+6
* Flesh out the rest of the AP96 board/config.adrian2012-04-132-8/+64
* * Enable ATH_EEPROM_FIRMWARE, now that it's a compile time optionadrian2012-04-132-4/+6
* These are uboot, so mark them as such or booting from flash will not work.adrian2012-04-132-0/+4
* Introduce configuration files for AP94 and AP96.adrian2012-04-134-0/+120
* (ab)Use the firmware API to store away EEPROM calibration data foradrian2012-04-131-6/+72
* Remove an unused variable. Grr.adrian2012-04-131-1/+1
* Sync this code against what's in OpenWRT trunk.adrian2012-04-131-27/+28
* Reinstate the XTLB handler for CPU_NLM and CPU_RMIjchandra2012-04-021-1/+1
* Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather thanjhb2012-03-291-1/+1
* Remove unnecessary assembly code.jchandra2012-03-292-30/+26
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-2915-18/+18
* Turn on messages from the Simple Executive codebase, what few there are.jmallett2012-03-291-0/+3
* Disable FP instruction emulation by default on !o32 because of ABI concerns.jmallett2012-03-291-0/+19
* Supply endianness implied by the -m flag when compiling ucore code.jmallett2012-03-291-1/+1
* Fix little-endian built.jmallett2012-03-291-1/+1
* Add software PMC support.fabient2012-03-281-1/+1
* Fix size of PCI softc.jchandra2012-03-271-1/+2
* Resource allocation for XLP SoC SDHCI slotsjchandra2012-03-272-0/+21
* Update memory and resource allocation code for SoC devicesjchandra2012-03-279-375/+343
* NOR flash driver for XLP.jchandra2012-03-274-0/+93
* XLP UART code udpate.jchandra2012-03-274-27/+35
* xlpge : driver for XLP network acceleratorjchandra2012-03-2723-7/+6861
* Support for EEPROM and CPLD on XLP EVP boards.jchandra2012-03-277-24/+487
* Opencrypto driver for XLP Security and RSA/ECC blocksjchandra2012-03-2710-0/+3518
* I2C support for XLP, add hints for I2C devices and update PCI resourcejchandra2012-03-273-3/+26
* XLP PCIe code update.jchandra2012-03-273-50/+99
* Update the L1D cache flush sequence when enabling threads.jchandra2012-03-271-7/+7
* Switch to interrupt based message handling for XLP 8xx B0.jchandra2012-03-271-22/+22
* Support for XLP4xx and XLP 8xx B0 revisionjchandra2012-03-274-54/+159
* Fixes to the XLP startup code.jchandra2012-03-271-6/+12
* Remap PMC interrupt for all coresgonzo2012-03-243-11/+12
* Add DTrace-related part to machine-dependent code:gonzo2012-03-242-0/+75
* Fix pmap_kextract prototype to align it with pmap.c changegonzo2012-03-231-1/+1
* Add pseudo-device for handling PMC interrupts and link everythinggonzo2012-03-232-0/+145
* Setup fake MODINFO variables for octeon kernelgonzo2012-03-231-0/+2
* Rework MIPS PMC code:gonzo2012-03-222-7/+51
* Move PMC hook invocation to cpu_intr. The idea is the same as with ast()gonzo2012-03-222-20/+12
* Fix return type of mips pmap_kextract()jchandra2012-03-221-1/+1
* o) Don't keep drive parameters in a global, put them in the softc.jmallett2012-03-211-60/+52
* Remove pty(4) from our kernel configurations.ed2012-03-216-6/+0
* - Fix logic for detection if further processing of PMC should be performed.gonzo2012-03-181-6/+14
* style(9) changes.adrian2012-03-171-9/+10
OpenPOWER on IntegriCloud