From owner-svn-src-head@freebsd.org Sat Sep 9 19:58:19 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B8B0E065FD; Sat, 9 Sep 2017 19:58:19 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B284176B11; Sat, 9 Sep 2017 19:58:18 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [10.199.2.39] (unknown [50.235.236.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 1A776192892; Sat, 9 Sep 2017 19:58:16 +0000 (UTC) Subject: Re: svn commit: r323371 - head/sys/conf To: Cy Schubert Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201709091938.v89JcmZA025348@slippy.cwsent.com> From: Sean Bruno Message-ID: Date: Sat, 9 Sep 2017 13:58:15 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <201709091938.v89JcmZA025348@slippy.cwsent.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TihrB0CKT3jqUaMs7S3eH1inAg6bsh5sX" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 19:58:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TihrB0CKT3jqUaMs7S3eH1inAg6bsh5sX Content-Type: multipart/mixed; boundary="6nk2xUFgscbwBqdTs6JuLWhnhbTJx5KiL"; protected-headers="v1" From: Sean Bruno To: Cy Schubert Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r323371 - head/sys/conf References: <201709091938.v89JcmZA025348@slippy.cwsent.com> In-Reply-To: <201709091938.v89JcmZA025348@slippy.cwsent.com> --6nk2xUFgscbwBqdTs6JuLWhnhbTJx5KiL Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 09/09/17 13:38, Cy Schubert wrote: > In message <201709091919.v89JJE8Z075009@repo.freebsd.org>, Sean Bruno=20 > writes: >> Author: sbruno >> Date: Sat Sep 9 19:19:13 2017 >> New Revision: 323371 >> URL: https://svnweb.freebsd.org/changeset/base/323371 >> >> Log: >> r323359 instroduced an ARMv8 only uart(4) device to the tree but pla= ced >> the driver in a place where it will be built for all targets. x86 d= oesn't >> have all the required build bits for this device. >> =20 >> Move the uart(4) device mvebu to arm64 only. >> >> Modified: >> head/sys/conf/files >> head/sys/conf/files.arm64 >> >> Modified: head/sys/conf/files >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> =3D >> --- head/sys/conf/files Sat Sep 9 18:39:55 2017 (r323370) >> +++ head/sys/conf/files Sat Sep 9 19:19:13 2017 (r323371) >> @@ -3053,7 +3053,6 @@ dev/uart/uart_bus_puc.c optional uart puc >> dev/uart/uart_bus_scc.c optional uart scc >> dev/uart/uart_core.c optional uart >> dev/uart/uart_dbg.c optional uart gdb >> -dev/uart/uart_dev_mvebu.c optional uart uart_mvebu >> dev/uart/uart_dev_ns8250.c optional uart uart_ns8250 | uart uart_snps= >> dev/uart/uart_dev_pl011.c optional uart pl011 >> dev/uart/uart_dev_quicc.c optional uart quicc >> >> Modified: head/sys/conf/files.arm64 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> =3D >> --- head/sys/conf/files.arm64 Sat Sep 9 18:39:55 2017 (r323370) >> +++ head/sys/conf/files.arm64 Sat Sep 9 19:19:13 2017 (r323371) >> @@ -176,6 +176,7 @@ dev/pci/pci_host_generic_fdt.c optional pci fdt >> dev/psci/psci.c optional psci >> dev/psci/psci_arm64.S optional psci >> dev/uart/uart_cpu_arm64.c optional uart >> +dev/uart/uart_dev_mvebu.c optional uart uart_mvebu >> dev/uart/uart_dev_pl011.c optional uart pl011 >> dev/usb/controller/dwc_otg_hisi.c optional dwcotg fdt soc_hisi_hi6220= >> dev/usb/controller/ehci_mv.c optional ehci_mv fdt >> >=20 > Hi Sean, >=20 > Don't forget sys/modules/uart/Makefile. >=20 >=20 In what way should it be changed? sean --6nk2xUFgscbwBqdTs6JuLWhnhbTJx5KiL-- --TihrB0CKT3jqUaMs7S3eH1inAg6bsh5sX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE6MTp+IA1BOHj9Lo0veT1/om1/LYFAlm0R9dfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 /LY3tAgAkLvNTDr0gE/n2wkHNk8Y+VFgN/BMkmFS1Cf0wOIARPonEMtiDNMYPRj2 IqTaciXb8tWvjnTJMgiX/GpHf8uvU7xOHMmwNThWBJs5IHCqF4gcZimUtIEdvWWp KFZDCBjQUPVO788PyJgNXxBMN/c2/d0ih07119un5kv8mRvvzPQ7GUe2dZxd+szW YVM2Sxswl51utwNgC4joAIEE+a8QkIvhGveTEXoiX0pi1XMn1Mnq63qA0rIBbacS vNq5agxC0iLaBGYou5kvRm9RpvHb3d1yCkV0Y9ayQb+JwQKBevQ1pWgf7iy5O4Je 7jEtxWKwv3BCEfKeo6a8GpPA4L+caA== =uzHg -----END PGP SIGNATURE----- --TihrB0CKT3jqUaMs7S3eH1inAg6bsh5sX--