summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc64/conf
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overkettenis2-2/+6
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr1-1/+2
2020-11-16Enable mcx(4)kettenis2-2/+4
2020-10-27add the nearly full list of usb devices.deraadt1-12/+120
2020-10-27Enable radeondrm(4).kettenis1-1/+4
2020-10-26Include I2C stuff.kettenis1-1/+4
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onkettenis2-2/+12
2020-09-05Add mpii(4).kettenis3-9/+12
2020-08-24Enable xicp(4) here as well.kettenis1-1/+2
2020-08-24Add some USB HID devices.kettenis3-3/+24
2020-08-23Enable xicp(4).kettenis1-1/+2
2020-08-23Add xicp(4), a driver for the interrupt control presenter hardware foundkettenis2-2/+7
2020-08-05sigh, some duplication, but at least put things into the canonical orderderaadt1-3/+1
2020-08-04add cd9660, msdos, and inet6 supportderaadt1-1/+4
2020-08-03add more scsi devices, observed by gkoehlerderaadt3-3/+21
2020-07-24Remove bge(4) and brgphy(4) as the bootloader doesn't include network supportkettenis1-4/+1
2020-07-24Implement BOOT_QUIET option that supresses kernel printf output to thekettenis1-1/+3
2020-07-21GENERIC.MPkettenis1-0/+9
2020-07-20improve accuracy of kexec_subr.o dependencyderaadt1-2/+2
2020-07-19kexec_subr.S will need assym.h built beforehandsderaadt1-1/+2
2020-07-19Enable xhci(4) in the BOOT kernel. While there is some USB-relatedkettenis1-2/+2
2020-07-18Improve kernel linker script. Split binary in a .text, .rodata and .datakettenis1-4/+30
2020-07-16Add BOOT kernel config.kettenis1-0/+59
2020-07-16Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. Heavilykettenis1-1/+5
2020-07-14Add xics(4), a driver for the OPAL virtual ICS.kettenis3-3/+9
2020-07-07Add opalsens(4), a driver for sensors provided by the OPAL firmware.kettenis2-2/+7
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.kettenis2-3/+14
2020-07-05We're self-hosted now.kettenis1-5/+1
2020-07-04Bump the size of the ramdisk.kettenis1-2/+2
2020-07-04Use block device numbers instead of character device numbers.kettenis1-4/+4
2020-07-03We need a RAMDISK kernel config as well of course.kettenis1-0/+50
2020-07-02Add RAMDISK config for powerpc64.kettenis1-1/+5
2020-06-29Enable nvme(4).kettenis1-1/+2
2020-06-29Enable USER_PCICONF.kettenis1-1/+2
2020-06-29Hook up a bunch of device drivers.kettenis2-2/+10
2020-06-27/dev/openpromkettenis1-1/+4
2020-06-27/dev/{null,mem,kmem,...}kettenis1-1/+2
2020-06-27Support using the FPU and AltiVec registers in userland. The registers arekettenis1-1/+2
2020-06-22Add opalcons(4), a driver for the OPAL console.kettenis2-3/+8
2020-06-16Add missing dependeny.kettenis1-2/+2
2020-06-15update powerpc64 include paths for 5.7 drmjsg1-2/+5
2020-06-14Enable ahci(4).kettenis1-2/+2
2020-06-14Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags.kettenis1-2/+2
2020-06-13Add support for the XIVE interrupt controller found on POWER9 CPUs.kettenis2-2/+9
2020-06-10Add clock interrupt support, adapted from the randomized dual clockkettenis1-1/+2
2020-06-10Add ahci(4), bge(4) and xhci(4); ahci(4) and xhci(4) remain disabled for now.kettenis2-2/+25
2020-06-10Add opal(4) a driver that interacts with the OPAL frimware and implementskettenis2-2/+7
2020-06-08Add bus_dma(9) implementation.kettenis1-1/+2