summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/conf
AgeCommit message (Expand)Author
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-25dull dependency for copying makegap.sh to obj, so that installsTheo de Raadt
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-18Split octeon interrupt code into a glue layer and a CIU driver.Visa Hankala
2017-06-13newbsd: target which re-links a kernel. We cannot use the bsd: targetTheo de Raadt
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-05Randomize the link order of .o files in the kernel on octeon.Visa Hankala
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-05-09Mix bits from the built-in RNG with the randomdata section at boot time.Visa Hankala
2017-05-04enable brgphy, which appears in the edgerouter proJonathan Matthew
2017-05-02Revise MDIO driver code so that device instances can be attachedVisa Hankala
2017-04-24Add an fdt blob for octeon systems whose firmware does not provideVisa Hankala
2017-03-18Build mips64 kernels with -ffreestanding.Visa Hankala
2016-12-21Add a driver for OCTEON MMC host controller.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
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