Date: Wed, 19 Jun 2013 23:07:25 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 229977 for review Message-ID: <201306192307.r5JN7PBf097188@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@229977?ac=10 Change 229977 by brooks@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@0. Values of + * cpu-release-addr grow down from 0x100000 (kernel). + */ + status = "disabled"; + enable-method = "spin-table"; + cpu@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306192307.r5JN7PBf097188>