summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/conf
AgeCommit message (Expand)Author
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-01Add fdt init for octeon.Visa Hankala
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-03-18add octuctl, a driver for the Octeon II usb controller interface, andJonathan Matthew
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-09-22Make sure the openbsd.randomdata section is located before the edata symbol.Miod Vallat
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-05Add octrtc(4) to RAMDISK.Paul Irofti
2015-08-03add amdcf(4) here too; unbreaks RAMDISKJasper Lievisse Adriaanse
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-19rework how iobus(4) finds and attaches devices.Jasper Lievisse Adriaanse
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-13Do not attempt to configure octhci, superseded by dwc2Miod Vallat
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2015-06-28enable octdwctwo and add umassJonathan Matthew
2015-02-11Minimal attachment to build-test dwc2(4).Masao Uebayashi
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-12include NFSCLIENT. ok deraadtTed Unangst
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-08-11Add option USER_PCICONF for pcidump(8) to be able to do its magic.Miod Vallat
2014-07-12Add in missing brswphy(4) and the commented out USB entries.Brad Smith
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-06Enable brswphy(4) on the Octeon platform.Paul Irofti
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-24Enable octrng(4).Paul Irofti
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-01add GENERIC.MPJasper Lievisse Adriaanse
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse
2013-02-03Let the octeon kernel link properly.Brian Callahan