Date: Wed, 17 Jul 2013 21:52:24 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 231234 for review Message-ID: <201307172152.r6HLqOsw000761@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@231234?ac=10 Change 231234 by brooks@brooks_zenith on 2013/07/17 21:52:06 Integrate commenting out of second CPUs from FreeBSD/BERI Affected files ... .. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beri-sim.dts#4 integrate .. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#13 integrate Differences ... ==== //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beri-sim.dts#4 (text+ko) ==== @@ -67,6 +67,7 @@ status = "okay"; }; +/* cpu@1 { device-type = "cpu"; compatible = "sri-cambridge,beri"; @@ -75,6 +76,7 @@ // XXX: should we need cached prefix? cpu-release-addr = <0xffffffff 0x800fffe0>; }; +*/ }; soc { ==== //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#13 (text+ko) ==== @@ -68,6 +68,7 @@ status = "okay"; }; +/* cpu@1 { device-type = "cpu"; compatible = "sri-cambridge,beri"; @@ -76,6 +77,7 @@ // XXX: should we need cached prefix? cpu-release-addr = <0xffffffff 0x800fffe0>; } +*/ }; soc {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307172152.r6HLqOsw000761>