From owner-svn-src-head@freebsd.org Sat Sep 9 18:09:39 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 E8F90E24BFC; Sat, 9 Sep 2017 18:09:39 +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 B7BB371ED8; Sat, 9 Sep 2017 18:09:39 +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 48B7D192892; Sat, 9 Sep 2017 18:09:32 +0000 (UTC) Subject: Re: svn commit: r323359 - in head/sys: conf dev/uart modules/uart To: Marcin Wojtas , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201709091142.v89BgX8e090592@repo.freebsd.org> From: Sean Bruno Message-ID: Date: Sat, 9 Sep 2017 12:09:28 -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: <201709091142.v89BgX8e090592@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6Dt3Hsk6OrCFUmMSfNb8pEq9XSsW9i7IE" 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 18:09:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --6Dt3Hsk6OrCFUmMSfNb8pEq9XSsW9i7IE Content-Type: multipart/mixed; boundary="lfDhL4kMvW0CDDEweKGpHGXUlcCmL10F8"; protected-headers="v1" From: Sean Bruno To: Marcin Wojtas , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r323359 - in head/sys: conf dev/uart modules/uart References: <201709091142.v89BgX8e090592@repo.freebsd.org> In-Reply-To: <201709091142.v89BgX8e090592@repo.freebsd.org> --lfDhL4kMvW0CDDEweKGpHGXUlcCmL10F8 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 09/09/17 05:42, Marcin Wojtas wrote: > Author: mw > Date: Sat Sep 9 11:42:32 2017 > New Revision: 323359 > URL: https://svnweb.freebsd.org/changeset/base/323359 >=20 > Log: > Introduce UART driver module for Armada 3700 > =20 > This patch adds support for UART in Armada 3700 family. > It exposes both low-level UART interface, as well as > standard driver methods. > =20 > Submitted by: Patryk Duda > Obtained from: Semihalf > Sponsored by: Semihalf > Differential Revision: https://reviews.freebsd.org/D12250 >=20 > Added: > head/sys/dev/uart/uart_dev_mvebu.c (contents, props changed) > Modified: > head/sys/conf/files > head/sys/modules/uart/Makefile Hrm ... I seem to be getting a compile failure after this: cc -target x86_64-unknown-freebsd12.0 --sysroot=3D/var/tmp/usr/src/tmp -B/var/tmp/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /var/tmp/usr/src/sys/GENERIC-NODEBUG/opt_global.h -I. -I/usr/src/sys -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/var/tmp/usr/src/sys/GENERIC-NODEBUG -MD -MF.depend.uart_dev_mvebu.o -MTuart_dev_mvebu.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-error-address-of-packed-member -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/dev/uart/uart_dev_mvebu.c -o uart_dev_mvebu.o In file included from /usr/src/sys/dev/uart/uart_dev_mvebu.c:39: /usr/src/sys/dev/ofw/ofw_bus_subr.h:40:10: fatal error: 'ofw_bus_if.h' file not found #include "ofw_bus_if.h" ^~~~~~~~~~~~~~ 1 error generated. *** Error code 1 Is there supposed to be processing of ofw_bus_if.m somewhere that is currently missed? sean --lfDhL4kMvW0CDDEweKGpHGXUlcCmL10F8-- --6Dt3Hsk6OrCFUmMSfNb8pEq9XSsW9i7IE 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/LYFAlm0LltfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 /LZ17Af+IJZNPK10XJrgKPztNYgEiEF85xLnHaWASjb82jSqwKqBM2qFBpAVoCFb OckGlkYn5Yx1+Fn+D5G/9C2NBQoJgGkphZTah8tmoL+ZN0pYseH5pzya9W3btmXs noOG/zAmhbo1S1aUDkv08tPsKqgeA7aRUbKMaTBczyq1BVMGUCOhX148MBYc/nMa JmqdVtdh4m90ZpOWbTt90QqQLhmILQonVpsBzDirtxksaiJTO0IGYbdnrMLoAf7z tH20cXSvGxCFhSVNoZPH2FHyBcV7OXzDMcpOVT9p9nQcjY6qMuVU6//DcouXrlM1 Y+7WJ6QfwIMtveAtT/brJdNKSgqSPw== =slfm -----END PGP SIGNATURE----- --6Dt3Hsk6OrCFUmMSfNb8pEq9XSsW9i7IE--