summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* MFC r274670, r274671, r276168:loos2015-02-141-9/+1
* MFC r273799:loos2015-02-141-2/+3
* MFC r266969 and r276717:hselasky2015-02-051-0/+1
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-145-5/+5
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-241-7/+0
* MFC: r260889, r260890, r260911:imp2014-03-011-0/+35
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-6/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* This file isn't derived from anything delivered by Berkeley, so removeimp2013-07-221-4/+0
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aimp2013-05-022-16/+2
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-053-3/+3
* Use bootverbose to control debug printfs from the Cavium Simple Executivejmallett2012-11-241-0/+18
* o) Add support for specifying a model of Octeon to target at compile-time,jmallett2012-11-241-10/+29
* Prevent hang on ATCA-7220 when transmitting packets < 60 bytes.jmallett2012-11-191-0/+13
* Remove redundant printf of SDK version which already appears earlier in boot.jmallett2012-11-191-2/+0
* Add basic support for the Radisys-specific PCI console mechanism found on thejmallett2012-11-191-11/+125
* o) Do boot descriptor parsing before console setup so that we can use a consolejmallett2012-11-191-79/+75
* Add preliminary Octeon PCI console support. Radisys-specific PCI consolejmallett2012-11-132-0/+124
* Don't disable PCIe just because the host is not a PCI host; the latter flagjmallett2012-11-011-4/+4
* Fix longstanding misprint.jmallett2012-10-311-1/+1
* If the CF physical base is 0, attach no CF devices. This fixes a warningjmallett2012-10-311-0/+2
* Actually check board type rather than using a specialized octeon_is_simulationjmallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the Simplejmallett2012-10-302-145/+11
* Remove stale declarations.jmallett2012-10-301-3/+0
* Speed feature tests and initialize helper configuration that some CPUs require.jmallett2012-10-302-0/+7
* Add a sysctl to change the LED display.jmallett2012-10-291-0/+41
* Wrap some long lines and display board serial numbers at boot.jmallett2012-10-291-2/+8
* Use Simple Executive LED display routines, which correctly use the LED basejmallett2012-10-295-225/+15
* Add missing return that broke 8-bit CF support in refactoring in r222671.jmallett2012-10-271-0/+1
* Don't attach if the bootloader has not indicated that we're a PCI host. Thisjmallett2012-10-261-1/+3
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* octeon_uart_class was removed some time ago everywhere but here.imp2012-06-281-3/+0
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* Turn on messages from the Simple Executive codebase, what few there are.jmallett2012-03-291-0/+3
* Remap PMC interrupt for all coresgonzo2012-03-243-11/+12
* 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
* o) Don't keep drive parameters in a global, put them in the softc.jmallett2012-03-211-60/+52
* Disable the Simple Executive's error decoding/reporting code.jmallett2012-03-111-20/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD tojmallett2012-03-1117-67/+255
* Fix promiscuous mode with if_octm:jmallett2012-03-111-11/+18
* When creating a handle for a subregion, be sure to actually math out the newjmallett2012-03-021-5/+4
* Unbreak SMP on stock Octeon systems -- copy the core_mask from bootinfo intojmallett2012-03-021-0/+1
* Revert part of old logic of assigning MAC addressess:gonzo2012-02-293-16/+34
* Refctor address assignment for Octeon's ethernet ports:gonzo2012-02-229-52/+71
* We use port_index field of struct octusb_qh to reference USB stategonzo2012-01-202-16/+25
OpenPOWER on IntegriCloud