summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix PowerPC LINT build after r297392zbb2016-04-011-1/+1
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-291-1/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-211-0/+1
* Add Freescale QorIQ GPIO driver.jhibbits2015-11-301-0/+1
* Add support for new LAW registers in QorIQ SoCs.jhibbits2015-11-181-7/+7
* Add libkern ffsll() for parity with flsll()cem2015-10-221-0/+1
* Move kbd.c to main sys/conf/files listemaste2015-09-211-1/+0
* Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-271-0/+1
* Create a RouterBoard platform and use it to create a flash mapjhibbits2015-08-221-0/+1
* Merge booke and aim interrupt.c files.jhibbits2015-07-061-2/+1
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-2/+5
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-111-0/+1
* Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)jhibbits2015-05-041-0/+1
* Also happened to miss this in r282264.jhibbits2015-04-301-3/+4
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-1/+2
* Add file missed in r281096.jhibbits2015-04-051-2/+1
* Fix whitespace.jhibbits2015-04-041-1/+1
* Add mpc85xx_gpio to the build conf.jhibbits2015-04-041-0/+1
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-0/+2
* Remove FreeBSD/wii.rpaulo2015-02-101-6/+0
* Add Altivec/VMX register support to ptrace.jhibbits2015-01-141-0/+1
* Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherrpaulo2014-12-141-1/+1
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-161-1/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+1
* Move the PS3 framebuffer console to use vt instead of syscons and adjustnwhitehorn2014-05-111-2/+2
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-0/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-1/+1
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+1
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-0/+1
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-311-1/+1
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-131-0/+1
* Merge VT(9) project (a.k.a. newcons).ray2013-12-051-1/+2
|\
| * MFC @r258947.ray2013-12-051-4/+3
| |\
| * \ MFC @r258091.ray2013-11-131-7/+7
| |\ \
| * \ \ MFC @r257698.ray2013-11-051-4/+4
| |\ \ \
| * \ \ \ MFC @r257107.ray2013-10-251-0/+1
| |\ \ \ \
| * \ \ \ \ MFC @r256953ray2013-10-231-9/+5
| |\ \ \ \ \
| * \ \ \ \ \ MFC @r256148.ray2013-10-081-0/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFC @r219886.ray2013-07-251-4/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ IFC @ 243795nwhitehorn2012-12-021-26/+31
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with head@234197marcel2012-04-131-0/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a vt(4) framebuffer for Open Firmware linear framebuffer devices (i.e.nwhitehorn2012-01-211-1/+2
* | | | | | | | | | | Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forjhb2013-12-051-9/+9
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastnwhitehorn2013-12-011-2/+1
* | | | | | | | | | Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatnwhitehorn2013-11-171-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Following the approach with ACPI DMAR on x86, split IOMMU handling intonwhitehorn2013-11-121-0/+1
* | | | | | | | | Use the same implementation of copyinout.c for both AIM and Book-E. Thisnwhitehorn2013-11-111-2/+1
* | | | | | | | | Follow up r223485, which made AIM use the ABI thread pointer instead ofnwhitehorn2013-11-111-3/+2
* | | | | | | | | Rename the "bare" platform "mpc85xx", which is what it actually is, andnwhitehorn2013-11-111-1/+2
* | | | | | | | | Make tsec work with the device tree present on the RB800. The previous codenwhitehorn2013-11-111-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
OpenPOWER on IntegriCloud