From owner-freebsd-arm@freebsd.org Mon Oct 29 19:38:10 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C86FF10E8413 for ; Mon, 29 Oct 2018 19:38:10 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55F3D7F961 for ; Mon, 29 Oct 2018 19:38:09 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Mon, 29 Oct 2018 19:38:01 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id FB272CAF-CA5F-4A96-8324-AFAB8ED4D332.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Mon, 29 Oct 2018 19:38:01 +0000 Date: Mon, 29 Oct 2018 22:37:59 +0300 From: Greg V Subject: Re: MACCHIATObin To: freebsd-arm Cc: Marcin Wojtas , marklmi@yahoo.com Message-Id: <1540841879.1781.1@smtp.migadu.com> In-Reply-To: References: <4DCCA5C9-C156-4080-A8F9-035478AC2FF7@yahoo.com> X-Mailer: geary/0.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; bh=Rr/9xfo4P5dIM6HH++Zi2FMQEpCoNMVYBSZDvUW9C7s=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=cC0UeAi4BwyavGG9y5vqXQxfjEgLmfEd6cbsrYGsdT/qzGo5jq4T/wB+hd1wajuW70ZevXPvAMDfzmT7qqJvMX2jkLvVAJxso2qCkPC25FZgCbwMyNGmXVe5jrBwWj7z/ia7vnHBtHJ5zMJJ+pncONn1/v63/QLbKy+JffoPWuc= X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 19:38:11 -0000 On Sat, Aug 18, 2018 at 10:07 AM, Marcin Wojtas wrote: > sob., 18 sie 2018 o 08:43 Marcin Wojtas napisa=C5=82(a)= : >>=20 >> sob., 18 sie 2018 o 01:10 Jim Thompson =20 >> napisa=C5=82(a): >> > >> > On Aug 17, 2018, at 5:42 PM, Mark Millard via freebsd-arm=20 >> wrote: >> > >> > > Marcin Wojtas mw at semihalf.com wrote on >> > > Fri May 11 07:55:40 UTC 2018 : >> > > >> > >> Short status of the support - last year we enabled most of the >> > >> platform functionalities (core support, USB, AHCI, RTC). Three=20 >> big >> > >> items remained left: >> > >> - PCIE root complex (this should work soon with the work done=20 >> for >> > >> another SoC, not merged yet) >> > >> - Network PPv2 >> > >> - Xenon SD/MMC controller >> > > >> > > >> > > I noticed a check in that deals with that "Xenon" >> > > SD/MMC controller: >> > > >> > > Author: loos >> > > Date: Tue Aug 14 16:33:30 2018 >> > > New Revision: 337772 >> > > URL: >> > > https://svnweb.freebsd.org/changeset/base/337772 >>=20 [=E2=80=A6] >> > > >> > > But I've not noticed check-ins for the other of the "big >> > > items" going by. (Though they may have.) >> > > >> > > Care to comment-on/update-the actual status for the >> > > Macchiato.bin(s)? >> > >> > >> > tl;dr: It=E2=80=99s not =E2=80=98there=E2=80=99 yet. >> > >> > Specifics: >> > >> > - loos@ has done a lot of work to get the espresso.bin working,=20 >> and some of this carries over to the 8k/7k. >> > - We have another internal developer working on an EIP-97 driver=20 >> for crypto offload. This should be a foundation for the EIP-197 in=20 >> the 8K. >> > - I know manu@is working on pin controllers and clocks specific=20 >> to Machiatto.bin (80x0/70x0). >> > - Getting the NICs, PCIe, etc working still remains to be done. >> > >>=20 >> About the latter - the NIC is pretty complex, however we (Semihalf) >> have really huge experience with all its support implementations and >> the platform itself. I'll put it straightforward - it's only a=20 >> matter >> of development funding, if it's guaranteed, we will do it with >> pleasure :) As well as the NIC support (DW Synopsys driver for DT=20 >> and >> verify/improve on pcie-host-generic with ACPI). >=20 > "As well as PCIE support..." of course. >=20 > Marcin Hi, I've noticed that people successfully use ACPI-PCIe on the MACCHIATObin=20 with Linux, so=E2=80=A6 has anyone tested FreeBSD pcie-host-generic there? I'm considering buying a MACCHIATObin board to test my drm-next build=20 for aarch64 ( https://github.com/FreeBSDDesktop/kms-drm/pull/89 ), but I'd like to=20 first know if PCIe actually works :) Also, about the NIC =E2=80=94 is the 1GbE port attached to the same=20 new/complex NIC as the 10GbE ports? =