Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751330AbdIKWhQ (ORCPT ); Mon, 11 Sep 2017 18:37:16 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:50801 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbdIKWhO (ORCPT ); Mon, 11 Sep 2017 18:37:14 -0400 Date: Tue, 12 Sep 2017 00:37:12 +0200 From: Pavel Machek To: Stafford Horne Cc: LKML , Openrisc , Stefan Kristiansson , Rob Herring , Mark Rutland , Jonas Bonn , Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: Re: [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators Message-ID: <20170911223712.GA31546@amd> References: <37f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <37f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1881 Lines: 59 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2017-08-31 07:03:11, Stafford Horne wrote: > From: Stefan Kristiansson >=20 > Simple enough to be compatible with simulation environments, > such as verilated systems, QEMU and other targets supporting OpenRISC > SMP. This also supports our base FPGA SoC's if the cpu frequency is > upped to 50Mhz. >=20 > Signed-off-by: Stefan Kristiansson > [shorne@gmail.com: Added defconfig] > Signed-off-by: Stafford Horne > --- > arch/openrisc/boot/dts/simple_smp.dts | 58 ++++++++++++++++++++++++= ++ > arch/openrisc/configs/simple_smp_defconfig | 66 ++++++++++++++++++++++++= ++++++ > 2 files changed, 124 insertions(+) > create mode 100644 arch/openrisc/boot/dts/simple_smp.dts > create mode 100644 arch/openrisc/configs/simple_smp_defconfig >=20 > diff --git a/arch/openrisc/boot/dts/simple_smp.dts b/arch/openrisc/boot/d= ts/simple_smp.dts > new file mode 100644 > index 000000000000..47c54101baae > --- /dev/null > +++ b/arch/openrisc/boot/dts/simple_smp.dts > @@ -0,0 +1,58 @@ > +/dts-v1/; > +/ { > + compatible =3D "opencores,or1ksim"; You may want to add some comment on top, explaining what this is... and perhaps link to some page documenting how to set up qemu/FPGAs? --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlm3EBgACgkQMOfwapXb+vK4pwCggj7M/cmtkjf4eamJYoUFW7YH HwAAn2sIyVXcnAH+9WyUx0IZCgIdRpAg =e3vX -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--