aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU driverNathan Whitehorn2009-06-234-0/+623
* Fix copy/paste typo in last revision. PMC0 control should be shifted 8Nathan Whitehorn2009-06-231-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.Rafal Jaworowski2009-06-224-0/+436
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).Rafal Jaworowski2009-06-222-0/+442
* Teach cpu_est_clockrate() about the G5's slightly different PMC. ThisNathan Whitehorn2009-06-172-4/+58
* Correct the method of waking the page daemon when the number of allocatedAlan Cox2009-06-131-7/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-4/+4
* strict kobj signatures: fix adb_hb_controller_poll impl in powermacAndriy Gapon2009-06-112-5/+7
* strict kobj signatures: some ofw_setprop fixesAndriy Gapon2009-06-111-4/+4
* Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theWarner Losh2009-06-101-3/+1
* Get the gdb/psim emulator functioning again.Peter Grehan2009-06-103-8/+30
* Initial version of the sec(4) driver for the integrated security engine foundRafal Jaworowski2009-06-064-0/+12
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredRafal Jaworowski2009-06-062-9/+74
* Discover and handle the number of E500 CPUs in run time.Rafal Jaworowski2009-06-051-2/+9
* Fill PTEs covering kernel code and data.Rafal Jaworowski2009-06-051-1/+15
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) toNathan Whitehorn2009-05-311-0/+26
* Introduce support for cpufreq on PowerPC with the dynamic frequencyNathan Whitehorn2009-05-318-22/+586
* Mark the cascaded AT interrupt handler as MP safe to avoid havingMarcel Moolenaar2009-05-311-1/+1
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatRafal Jaworowski2009-05-261-0/+4
* Improve style(9), clean up.Rafal Jaworowski2009-05-214-35/+23
* Initial support for SMP on PowerPC MPC85xx.Rafal Jaworowski2009-05-2115-20/+597
* Skip interleaved RAM target on MPC85xx during renitialization of the localRafal Jaworowski2009-05-211-1/+2
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-182-0/+20
* Improve style(9)Rafal Jaworowski2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.Rafal Jaworowski2009-05-146-57/+77
* Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn2009-05-1424-234/+944
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-103-5/+5
* Zero PCB during early AIM PowerPC init.Rafal Jaworowski2009-04-241-0/+1
* Add suppport for ISA and ISA interrupts to make the ATAMarcel Moolenaar2009-04-248-90/+595
* Reimplement bs_be_rs_{1|2|4} and bs_le_rs_{1|2|4} by notMarcel Moolenaar2009-04-241-13/+77
* Remove PTE_FAKE and PTE_ISFAKE().Marcel Moolenaar2009-04-241-2/+0
* Remove PTE_ISFAKE. While here remove codeMarcel Moolenaar2009-04-241-53/+9
* Eliminate redundant setting of HID0_EMCP.Rafal Jaworowski2009-04-221-1/+0
* Minor style consistency fix.Rafal Jaworowski2009-04-221-7/+7
* Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.Rafal Jaworowski2009-04-222-10/+11
* Centralize setting HID0/1 for E500. Rename HID defines which are specificRafal Jaworowski2009-04-222-4/+21
* Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually haveMarcel Moolenaar2009-04-211-1/+1
* o Properly set ksym_start & ksym_end when options DDB is set.Marcel Moolenaar2009-04-211-2/+18
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Provide locking for PowerPC interrupt sources config.Rafal Jaworowski2009-04-201-5/+20
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Fix a typo in the SRR1 comparison for program exceptions. While here,Nathan Whitehorn2009-04-192-3/+13
* Changing the overflow trap to use bla to branch to dbtrap in r190946 wasNathan Whitehorn2009-04-141-1/+1
* Rework the way we get the cacheline size. Instead of having a table ofNathan Whitehorn2009-04-123-13/+42
* Fix recognition of kernel-mode traps that pass through the KDB trap handlerNathan Whitehorn2009-04-111-4/+2
* Fix the build when KDB is disabled. The second instance of rfi inNathan Whitehorn2009-04-051-0/+3
* Add an Open Firmware access module for real-mode OF accesses to the PowerPCNathan Whitehorn2009-04-051-0/+922
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2