summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Import NetBSD's version, which is perfectly fine.imp2013-05-011-38/+76
* Add the standard #ifdef header protection.imp2013-05-011-0/+5
* Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h,imp2013-05-011-81/+62
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Minor whitespace nitimp2013-04-251-1/+1
* Use the offsets from pcb.h rather than regnum.h to store the registersimp2013-04-253-84/+68
* Make it possible to include this file in assembler .S sources.imp2013-04-251-13/+14
* Use the defines from pcb.h over the ones from regnum.h for this 'C'imp2013-04-251-3/+3
* Fix N32/N64 ABIs to use proper registers after recent changes.imp2013-04-241-8/+8
* Update trapframe to be consistent with the changes made to regnum.h. Thisimp2013-04-235-14/+62
* MFP4 223084, 227821:brooks2013-04-222-0/+77
* Add the static kernel boot environment, needed to actually boot this thing.adrian2013-04-171-0/+6
* Point to regdef.h. May need to dig up references to the N32 standardimp2013-04-161-1/+1
* Fix N32/N64 register saving by ensuring that all registers resolveimp2013-04-151-3/+31
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-133-6/+6
* Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.cjchandra2013-04-122-6/+22
* Fix incorrect KASSERTs in xlpgejchandra2013-04-121-2/+2
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-1/+17
* Add the basic GPIO pin mapping to the hints file.adrian2013-04-051-29/+13
* Implement USB device reset and poweron.adrian2013-04-051-35/+6
* Fix AR933x USB support - this needs the same controller initialisationadrian2013-04-051-0/+2
* Add AP121 ethernet / switch PHY support.adrian2013-04-052-34/+28
* Implement the AR933x ethernet support.adrian2013-04-053-1/+24
* Now that interrupt driven uart IO is working, flip this back on.adrian2013-04-051-1/+1
* Implement the AR933x interrupt driven UART code.adrian2013-04-051-46/+103
* AR9330/AR9331 also needs to ACK the APB interrupt register, same asadrian2013-04-051-0/+2
* * Add AR9330/AR9331 to the soc identifier enum;adrian2013-04-052-1/+5
* Use geom_uncompress here; we need this to fit in a 4MB flash part.adrian2013-04-051-3/+3
* Implement AR933x polled IO uart bus code.adrian2013-04-042-317/+113
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-047-7/+0
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-012-6/+6
* AR933x CPU device improvements:adrian2013-03-301-70/+95
* AR933x UART updates:adrian2013-03-301-11/+8
* Disable this; it's a local option that I haven't yet committed to -HEAD.adrian2013-03-291-1/+1
* For the AR933x UART, the serial clock is not the AHB clock, it's theadrian2013-03-292-2/+2
* * Fix clock register definitionsadrian2013-03-291-2/+5
* Print out the platform reference frequency.adrian2013-03-291-2/+2
* Initial (unfinished!) AR933x support.adrian2013-03-284-0/+362
* Tie in the AR933x support into -HEAD.adrian2013-03-282-3/+19
* Bring over the initial, CPU-only UART support for the AR933x SoC.adrian2013-03-284-0/+1081
* Fix the AR933x platform device start/stop code.adrian2013-03-281-10/+4
* Commit initial (unfinished!) support for the AR933x series of embeddedadrian2013-03-274-0/+468
* Add the reference clock for each supported chip.adrian2013-03-274-0/+9
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+45
* MFCattilio2013-03-023-50/+26
|\
| * MFcalloutng:mav2013-02-283-50/+26
| * Merge from vmobj-rwlock branch:attilio2013-02-2610-10/+0
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
OpenPOWER on IntegriCloud