]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
FDT support for MIPS.
authorJayachandran C. <jchandra@FreeBSD.org>
Tue, 18 Oct 2011 07:29:21 +0000 (07:29 +0000)
committerJayachandran C. <jchandra@FreeBSD.org>
Tue, 18 Oct 2011 07:29:21 +0000 (07:29 +0000)
commit29a99755a9ab7fc4f72b04bc40d8307cce032da6
treee2c248ac2499e2857d25457d49b3ce65fa3a6375
parente141be6f79f0cbfa36dd284c5a2528a566d809f9
FDT support for MIPS.

Add architecture specific files needed to compile MIPS with
flattened device tree support.
sys/conf/Makefile.mips
sys/conf/files.mips
sys/dev/fdt/fdt_mips.c [new file with mode: 0644]
sys/dev/fdt/fdtbus.c
sys/mips/include/fdt.h [new file with mode: 0644]
sys/mips/include/intr_machdep.h
sys/mips/include/ofw_machdep.h [new file with mode: 0644]