summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add commented out OCTEON_VENDOR_GEFESimp2013-05-101-0/+1
* MFp4 CH=227440:bz2013-05-092-134/+134
* Add some missing arge MDIO hints.adrian2013-05-091-0/+6
* Modify the routerstation config to use ukswitch for now.adrian2013-05-082-2/+13
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aimp2013-05-022-16/+2
* Add the AR933x SoC GPIO pin count limitation.adrian2013-05-021-0/+5
* Don't include asm.h in non-asm files.imp2013-05-014-119/+55
* Remove asm.h dependency in a hackish way.imp2013-05-011-5/+17
* 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
OpenPOWER on IntegriCloud