aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge MPC85XX and QorIQ config optionsJustin Hibbits2016-08-031-8/+8
* Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw withLuiz Otavio O Souza2016-05-241-1/+1
* Fix PowerPC LINT build after r297392Zbigniew Bodek2016-04-011-1/+1
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-291-1/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore2015-12-211-0/+1
* Add Freescale QorIQ GPIO driver.Justin Hibbits2015-11-301-0/+1
* Add support for new LAW registers in QorIQ SoCs.Justin Hibbits2015-11-181-7/+7
* Add libkern ffsll() for parity with flsll()Conrad Meyer2015-10-221-0/+1
* Move kbd.c to main sys/conf/files listEd Maste2015-09-211-1/+0
* Fix freescale sdhc driver, and add it to the files list.Justin Hibbits2015-08-271-0/+1
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-0/+1
* Merge booke and aim interrupt.c files.Justin Hibbits2015-07-061-2/+1
* Allow DTrace to be compiled-in to the kernel.Ruslan Bukin2015-06-101-2/+5
* Add a PCI bridge for the Freescale PCIe Root ComplexJustin Hibbits2015-05-111-0/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)Justin Hibbits2015-05-041-0/+1
* Also happened to miss this in r282264.Justin Hibbits2015-04-301-3/+4
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-1/+2
* Add file missed in r281096.Justin Hibbits2015-04-051-2/+1
* Fix whitespace.Justin Hibbits2015-04-041-1/+1
* Add mpc85xx_gpio to the build conf.Justin Hibbits2015-04-041-0/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-271-0/+2
* Remove FreeBSD/wii.Rui Paulo2015-02-101-6/+0
* Add Altivec/VMX register support to ptrace.Justin Hibbits2015-01-141-0/+1
* Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherRui Paulo2014-12-141-1/+1
* Move the adm1030 driver to the proper location, and rename it.Justin Hibbits2014-10-161-1/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-051-0/+1
* Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-111-2/+2
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64Andriy Gapon2014-02-141-0/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksJustin Hibbits2014-02-031-0/+1
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-011-0/+1
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize theJustin Hibbits2014-01-311-1/+1
* Add PMU-based CPU frequency scaling. This method is used on most TitaniumJustin Hibbits2013-12-131-0/+1
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-1/+2
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-9/+9
* Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn2013-12-011-2/+1
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatNathan Whitehorn2013-11-171-2/+2
* Following the approach with ACPI DMAR on x86, split IOMMU handling intoNathan Whitehorn2013-11-121-0/+1
* Use the same implementation of copyinout.c for both AIM and Book-E. ThisNathan Whitehorn2013-11-111-2/+1
* Follow up r223485, which made AIM use the ABI thread pointer instead ofNathan Whitehorn2013-11-111-3/+2
* Rename the "bare" platform "mpc85xx", which is what it actually is, andNathan Whitehorn2013-11-111-1/+2
* Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn2013-11-111-1/+1
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalNathan Whitehorn2013-10-251-4/+4
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. TheNathan Whitehorn2013-10-231-0/+1
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-221-3/+1
* Since the PS3 port was committed, the AIM nexus device works perfectly fineNathan Whitehorn2013-10-201-2/+1
* Replace the two almost-exactly-identical AIM and Book-E clock.cNathan Whitehorn2013-10-201-2/+1
* Unify the AIM and Book-E vm_machdep.c implementations, which previouslyNathan Whitehorn2013-10-201-2/+1
* Add initial driver for POWER hypervisor interpartition ethernet. This isNathan Whitehorn2013-10-201-0/+1
* Only build the POWER hypervisor UART driver if device uart is included inNathan Whitehorn2013-10-021-1/+1