]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support for booting XLP using FDT.
authorjchandra <jchandra@FreeBSD.org>
Tue, 18 Oct 2011 08:10:23 +0000 (08:10 +0000)
committerjchandra <jchandra@FreeBSD.org>
Tue, 18 Oct 2011 08:10:23 +0000 (08:10 +0000)
commitf4b874b34dd76a541a045f8a723c6d38c18aa2ef
tree063069af9538c28e3e5bb898c8e1f42347765d51
parent832b15d2892554b2c0a2cee0eed9ac42c333606b
Support for booting XLP using FDT.

- update xlp_machdep.c to read arguments from FDT if FDT support is
  compiled in.
- define rmi_uart_bus_space, and use it as fdtbus_bs_tag
- update conf files for FDT support
- add default dts file xlp-basic.dts
sys/boot/fdt/dts/xlp-basic.dts [new file with mode: 0644]
sys/mips/conf/XLP
sys/mips/conf/XLP64
sys/mips/include/bus.h
sys/mips/include/fdt.h
sys/mips/nlm/bus_space_rmi.c
sys/mips/nlm/uart_cpu_xlp.c
sys/mips/nlm/xlp_machdep.c