summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant checking of sc_leaving (uart_intr() already handles this).marius2010-05-021-4/+1
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-192-11/+1
* o) Add SMP support for Octeon using U-Boot to launch all the processors at thejmallett2010-04-178-509/+177
* o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usablejmallett2010-03-131-81/+86
* o) Send packets being queued for transmission up to BPF if there's a listener.jmallett2010-03-121-2/+58
* Don't force single user on Octeon anymore.jmallett2010-03-111-2/+0
* o) Eliminate use of sc->typestr, which is always NULL.jmallett2010-03-111-41/+56
* Check for device faults and for failures to set DRQ when expected, ratherjmallett2010-03-061-43/+84
* o) Simplify the implementation of bus read/write functions, and eliminate somejmallett2010-03-051-301/+179
* Properly detect a type of real board that claims to have a 0.0 revision.jmallett2010-03-051-6/+19
* Do not mask off the low byte of the chipid, it makes some of the casejmallett2010-03-051-1/+1
* Make printfs work for both OCTEON1 and OCTEON1-32imp2010-02-182-11/+13
* Parens around tertiary operator so that casting the result works...imp2010-02-181-3/+2
* - Clean-up output of memory banks infogonzo2010-02-161-4/+4
* Add Cavium's standard copyright to those files that are currentlyimp2010-01-2816-6/+624
* We make it to single user well, but not so well to multi-user. Forceimp2010-01-281-0/+2
* trim unused members of the softc.imp2010-01-281-3/+0
* Doh. Remove extra pcpu initialization that I thought was needed, butimp2010-01-261-2/+0
* Export knowledge of the special bus space we use for the console toimp2010-01-252-5/+6
* Turn on debugging on the fpa unit. Fix some printfs that were onlyimp2010-01-251-5/+5
* o Write the soft reset bit in the cavium core to reset. [1]imp2010-01-242-5/+5
* Eliminate octeonregs.h. It was a copy of maltaregs.h withimp2010-01-236-262/+11
* Migrate from old "DDB" style debugger to newer KDB style.imp2010-01-231-2/+4
* Declare octeon_get_clock_rate, now exported from octeon_machdepimp2010-01-221-3/+4
* o Add support for memory above 256MB on the octeon.imp2010-01-221-73/+113
* Don't clear bss/sbss. The boot loader already does this. In addition,imp2010-01-221-23/+1
* Jump to the mips reset vector. OR in the 0x80000000 for kseg0 andimp2010-01-221-1/+1
* Cope with the move and if_timer going way.imp2010-01-1113-28/+38
* Merge from projects/mips to head by hand:imp2010-01-0925-0/+9292
OpenPOWER on IntegriCloud