summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/include
AgeCommit message (Expand)Author
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
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-04A few too many tabs snuck in there.Brian Callahan
2013-11-04Add RCS ID.Brian Callahan
2013-10-30It seems an immediate read is necessary when doing a write to an RSLPaul Irofti
2013-10-24Add support for the hardware random number generator on the octeons.Paul Irofti
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-02move octeonreg.h to a more generic location and add multiple inclusionJasper Lievisse Adriaanse
2013-06-01remove unused octeon prefetch macros which won't work due to the fact itJasper Lievisse Adriaanse
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01- whitespace cleanupJasper Lievisse Adriaanse
2013-06-01- remove more backward compat code and switch the callers over to the new fun...Jasper Lievisse Adriaanse
2013-06-01- remove an __mips_o32 block which'll never be used on openbsdJasper Lievisse Adriaanse
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-06-01corectly initialize the number of cores/cpus on the board. this fixes a NULLJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-04-23Remove a loongson reference.Brian Callahan
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-21- remove an unused variable (octeon_configuration)Jasper Lievisse Adriaanse
2013-03-19instead of treating boot_info->cf_common_addr special, save the whole of boot...Jasper Lievisse Adriaanse
2013-03-15add some board types which will be used later to identify particular boardsJasper Lievisse Adriaanse
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ...Jasper Lievisse Adriaanse