summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Begin fleshing out MII clock rate configuration changes.adrian2012-03-175-0/+74
* Clean-up fake preload data generator:gonzo2012-03-151-24/+19
* Fill out fake preload structure to let userland tools like pmc(3) knowgonzo2012-03-151-0/+50
* Remove a now unneeded ARGE_UNLOCK().adrian2012-03-131-3/+0
* Fix link status handling on if_arge upon system boot to allow bootp/NFS toadrian2012-03-131-7/+16
* Don't build kernel.tramp on Octeon. Probably building it should be opt-injmallett2012-03-131-0/+3
* Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().adrian2012-03-131-0/+43
* Remove TARGET_BIG_ENDIAN which should have been removed previously.jmallett2012-03-121-1/+0
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-1236-48/+40
* Configuration changes/updates!adrian2012-03-121-4/+12
* Use 64-bit bus space constants on 64-bit kernels.jmallett2012-03-121-3/+11
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOjmallett2012-03-123-265/+3
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-129-241/+9
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-1213-254/+3
* - Rename apb_intr to apb_filter since it's a filter handlergonzo2012-03-121-5/+38
* Begin modifying the PB92 config file to actually generate a flashable,adrian2012-03-121-28/+40
OpenPOWER on IntegriCloud