freebsd-nq/sys/powerpc/booke
Nathan Whitehorn 91416fb268 Modularize the Open Firmware client interface to allow run-time switching
of OFW access semantics, in order to allow future support for real-mode
OF access and flattened device frees. OF client interface modules are
implemented using KOBJ, in a similar way to the PPC PMAP modules.

Because we need Open Firmware to be available before mutexes can be used on
sparc64, changes are also included to allow KOBJ to be used very early in
the boot process by only using the mutex once we know it has been initialized.

Reviewed by:    marius, grehan
2008-12-20 00:33:10 +00:00
..
clock.c Now that all platforms use genclock, shuffle things around slightly 2008-04-22 19:38:30 +00:00
copyinout.c
interrupt.c Minor clean up of BookE/MPC85XX: iprove naming and style(9). 2008-12-17 15:31:15 +00:00
locore.S Minor spelling fix in E500 locore. 2008-12-18 18:28:03 +00:00
machdep.c Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
pmap.c In mmu_booke_mapdev(), handle mappings that cannot be represented 2008-10-25 03:36:21 +00:00
support.S
swtch.S
trap_subr.S MFp4: SMP support 2008-04-27 22:33:43 +00:00
trap.c Remove unused declarations (interrupt_vector_{base|top}). 2008-10-27 01:51:30 +00:00
uio_machdep.c
vm_machdep.c Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset() 2008-04-26 17:57:29 +00:00