summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2019-04-23Add a driver for OCTEON two-wire serial interface.Visa Hankala
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-03-21Remove struct intrhand. It is no longer used on octeon.Visa Hankala
2019-03-21Remove an unused header.Visa Hankala
2019-03-17Remember to detach the event counter when disestablishingVisa Hankala
2019-03-17Replace a hand-rolled linked list with SLIST.Visa Hankala
2019-03-17Let each interrupt controller driver choose how to implementVisa Hankala
2019-03-17Move intr_barrier(9) to the platform level so that it can be customized.Visa Hankala
2019-03-16Unify the top-level structure of interrupt handles. This helpsVisa Hankala
2019-03-16Fix incorrect flag.Visa Hankala
2019-03-16Include header <sys/evcount.h> where event counters are used, so thatVisa Hankala
2019-03-15Use a locally defined intrhand in octciu.c to ease future changes.Visa Hankala
2019-03-14Fix the balancing of work queue interrupts.Visa Hankala
2019-03-10Use SMR instead of reference counting for session reclamation.Visa Hankala
2019-01-14Remove obsolete symbols.sort target.Visa Hankala
2019-01-13Handle card detect GPIO.Visa Hankala
2019-01-13Pass timeout in seconds instead of ticks.Visa Hankala
2019-01-12Add a driver for OCTEON GPIO controller.Visa Hankala
2019-01-12Attach the AHCI controller bridge driver even if the AHCI controllerVisa Hankala
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-05match arm64 and armv7 and print unconfigured simplebus devices on octeonJonathan Gray
2019-01-03Fix .end symbol.Visa Hankala
2018-12-18Figure out the number of available CPUs using system fuse registers.Visa Hankala
2018-12-18Accept DUID as a root disk specifier.Visa Hankala
2018-12-16Fix pool ipl to prevent a deadlock scenario.Visa Hankala
2018-12-04Add processor IDs for several OCTEON II and III SoCs.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-08-20Remove unused spllock().Visa Hankala
2018-08-09Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeonPatrick Wildt
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-06-18Improve indentation and variable naming.Visa Hankala
2018-06-18Fix build with DEBUG_PCI_CONF.Visa Hankala
2018-06-13Make octeon kernels compile with DEBUG.Visa Hankala
2018-06-01Add a kludge that fixes the build until com_fdt.c is ready for octeon.Visa Hankala
2018-05-30Add sizes for free() for octeon.Frederic Cambus
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-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
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-03-02Fix reference clock frequency.Visa Hankala