PERFORCE change 219928 for review
Robert Watson
rwatson at FreeBSD.org
Sun Dec 30 23:01:19 UTC 2012
http://p4web.freebsd.org/@@219928?ac=10
Change 219928 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2012/12/30 23:00:48
Move the Altera SD Card IP core from attaching via nexus to FDT.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#5 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#3 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#5 (text+ko) ====
@@ -79,12 +79,12 @@
compatible = "altera,jtag_uart-11_0";
reg = <0x7f002000 0x40>;
};
+*/
sdcard at 7f008000 {
compatible = "altera,sdcard_11_2011";
reg = <0x7f008000 0x400>;
};
-*/
led at 7f006000 {
compatible = "cambridge,de4led";
==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#3 (text+ko) ====
@@ -20,9 +20,9 @@
#
# On-board DE4 and tPad SD Card IP core
#
-hint.altera_sdcardc.0.at="nexus0"
-hint.altera_sdcardc.0.maddr=0x7f008000
-hint.altera_sdcardc.0.msize=0x400
+#hint.altera_sdcardc.0.at="nexus0"
+#hint.altera_sdcardc.0.maddr=0x7f008000
+#hint.altera_sdcardc.0.msize=0x400
#
# On-board DE4 8-element LED
More information about the p4-projects
mailing list