summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/include
AgeCommit message (Expand)Author
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-06-19Fix the timecounter register on CN72xx/CN73xx.Visa Hankala
2017-06-19There is no RTC on the E1000 board.Visa Hankala
2017-06-18Split octeon interrupt code into a glue layer and a CIU driver.Visa Hankala
2017-06-18Drop unnecessary call to octeon_setintrmask(). The function gets calledVisa Hankala
2017-06-11Define register_splx_handler() in one place.Visa Hankala
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-04-07Add prid for CN72xx/CN73xx.Visa Hankala
2017-04-07Make SoC version available in a simple form.Visa Hankala
2017-04-06Extend the fdt interrupt API a little.Visa Hankala
2017-02-26Define cache line size for the per-cpu API.Visa Hankala
2016-12-17Fix IO clock speed and system reset on Octeon III.Visa Hankala
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-08Add a routine for setting up interrupt handlers using fdt.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-10-29Make PHY address lookups fail instead of using CAM-0100 entriesVisa Hankala
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-16Remove octeon_disable_interrupt() and octeon_restore_status().Visa Hankala
2016-07-10Use the synciobdma instruction instead of the sync instruction forVisa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-01Add fdt init for octeon.Visa Hankala
2016-06-22Add support for the second GMX interface on Octeon II. This enablesVisa Hankala
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-24Reduce the size of gather buffers and allocate more of them to makeVisa Hankala
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-03-21On Octeon systems, U-Boot provides a list of usable memory regions. UseVisa Hankala
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-26Let MP-safe interrupt handlers run without the kernel lock on octeon.Visa Hankala
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-15Ditch the octeon simulator non-sense.Paul Irofti
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2014-10-26- add board type of edgerouter proJasper Lievisse Adriaanse
2014-10-26define octeon model cn61xx pass 1.1Jasper Lievisse Adriaanse
2014-08-12Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and changeMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-12add guards to just make available to the bootblocks what they need.Jasper Lievisse Adriaanse
2014-07-09Add ffs routine needed for upcoming octhci interrupt routine.Paul Irofti
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2014-03-09Rework the per-cpu cache information. Use a common struct to store the lineMiod Vallat