summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/conf
AgeCommit message (Expand)Author
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-01-14Remove obsolete symbols.sort target.Visa Hankala
2019-01-12Add a driver for OCTEON GPIO controller.Visa Hankala
2018-10-31Bring over gapdummy.c changes from amd64/amr64/armv7/i386.Mark Kettenis
2018-09-14add gapdummy.c to the "clean" target like other generated filesChristian Weisgerber
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-06-01Add a kludge that fixes the build until com_fdt.c is ready for octeon.Visa Hankala
2018-05-05Enable octcrypto(4).Visa Hankala
2018-05-04Add a common rules file for ofw sources to help keep the configurationsVisa Hankala
2018-05-02Fix build. The power domain API is needed by r1.9 of xhci_fdt.c.Visa Hankala
2018-04-09Add a driver for the OCTEON cryptographic unit. It providesVisa Hankala
2018-03-31r1.7 of xhci_fdt.c pulls in the regulator API.Visa Hankala
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-19Equalize the use of LINKFLAGS and STRIPFLAGS with other mips64 ports.Visa Hankala
2017-08-19Use --warn-common when linking.Visa Hankala
2017-08-19Put ${LD} in double quotes in MAKE_GAP, like has been done elsewhere.Visa Hankala
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-08-01Add a driver for the OCTEON USB3 controller bridge.Visa Hankala
2017-07-30Add a driver for CIU3. Not quite finished yet, but good enough for now.Visa Hankala
2017-07-28Add a driver for the OCTEON SATA controller bridge.Visa Hankala
2017-07-25rework octuctl and its children to attach via fdtJonathan Matthew
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
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