PERFORCE change 229977 for review
Brooks Davis
brooks at FreeBSD.org
Wed Jun 19 23:07:26 UTC 2013
http://p4web.freebsd.org/@@229977?ac=10
Change 229977 by brooks at brooks_zenith on 2013/06/19 23:06:55
Fold in SMP prep work in 229976.
Affected files ...
.. //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#11 integrate
.. //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_TEMPLATE#8 integrate
Differences ...
==== //depot/projects/ctsrd/cheribsd/src/sys/boot/fdt/dts/beripad-de4.dts#11 (text+ko) ====
@@ -51,8 +51,21 @@
#address-cells = <1>;
#size-cells = <1>;
+ /*
+ * Secondary CPUs all start disabled and use the
+ * spin-table enable method. cpu-release-addr must be
+ * specified for each cpu other than cpu at 0. Values of
+ * cpu-release-addr grow down from 0x100000 (kernel).
+ */
+ status = "disabled";
+ enable-method = "spin-table";
+
cpu at 0 {
+ device-type = "cpu";
compatible = "sri-cambridge,beri";
+
+ reg = <0>;
+ status = "okay";
};
};
==== //depot/projects/ctsrd/cheribsd/src/sys/mips/conf/BERI_TEMPLATE#8 (text+ko) ====
@@ -12,6 +12,7 @@
machine mips mips64
cpu CPU_BERI
+options SMP
options HZ=200
More information about the p4-projects
mailing list