summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-07-03Add the first UART into the fdt blob.Visa Hankala
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-06-26Arrange a phandle for the "ciu" node.Visa Hankala
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-19Fix the timecounter register on CN72xx/CN73xx.Visa Hankala
2017-06-19Use octeon_model_family() for SoC identification as in the restVisa Hankala
2017-06-19Use type register_t instead of __register_t. Drop unneeded __unused.Visa Hankala
2017-06-19There is no RTC on the E1000 board.Visa Hankala
2017-06-19Use a consistent naming for fdt attach arguments.Visa Hankala
2017-06-18Split octeon interrupt code into a glue layer and a CIU driver.Visa Hankala
2017-06-18Move IPI control entry points into octeon_intr.c.Visa Hankala
2017-06-18Drop unnecessary call to octeon_setintrmask(). The function gets calledVisa 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-11Define register_splx_handler() in one place.Visa Hankala
2017-06-11Fix TLB size computation on OCTEON II and III. The CPUs have utilizedVisa Hankala
2017-06-11Add a memory barrier to ensure that stores become visibleVisa Hankala
2017-06-08Wrap startup code with .ent and .end for proper disassembly.Visa Hankala
2017-06-08Move loongson/octeon/sgi unmap_startup() under arch/mips64.Visa Hankala
2017-06-06Remove code that is not needed right now.Visa Hankala
2017-06-06Implement startup smashing in C. The code should be movedVisa Hankala
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-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
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-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Remove unused POW status functions. Makes clang happier.Visa Hankala
2017-04-24Process fdt before iobus devices. Needed later when interrupt andVisa Hankala
2017-04-24Add an fdt blob for octeon systems whose firmware does not provideVisa Hankala
2017-04-22Reindent with tabs and add missing braces.Visa Hankala
2017-04-20Make TCB address available to userspace via the UserLocal register.Visa Hankala
2017-04-15Sync bus_dmamap_load_raw() with amd64 for better constraint checking.Visa Hankala
2017-04-15No GMX on CN73xx.Visa Hankala
2017-04-08Make network ports work on Shasta.Visa Hankala
2017-04-07Add prid for CN72xx/CN73xx.Visa Hankala
2017-04-07Make SoC version available in a simple form.Visa Hankala
2017-04-06Use the correct interrupt disestablish routine.Visa Hankala
2017-04-06Extend the fdt interrupt API a little.Visa Hankala
2017-04-03Compute address for ll/sc only once.Visa Hankala
2017-04-02printf format strings should be literals. Reminded by clang.Visa Hankala
2017-04-02Drop address conversion cruft.Visa Hankala
2017-03-18Build mips64 kernels with -ffreestanding.Visa Hankala