From owner-freebsd-arm@freebsd.org Fri Aug 17 22:42:59 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 CF432107DC84 for ; Fri, 17 Aug 2018 22:42:59 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-14.consmr.mail.bf2.yahoo.com (sonic314-14.consmr.mail.bf2.yahoo.com [74.6.132.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B58F75FA9 for ; Fri, 17 Aug 2018 22:42:59 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: jTFyirwVM1nBony8LypVu8dn5OchLnrxhs.LCfzQBEo8R.D6dhA_JH_w66WdodW gy5g3uTrPSooW.3Ia9AeRyb8tyP0UFduJNbMOnv.CRpA.zqnRAfxiL._yH7ZftDW95cCLIpb9O.V i6bD4BK12WKHo_H4I7AHfqzEq3NY4Vwe320T6ujpKH0ndBCTtoAFU_5sSFF5jtY1d5iItnRLIDdx 5AeKrQLYbVENmrKAgc2x3GmBAKrPfIahr9Zs9mjOILKpGiKRtVL1qdZ7rN0V7Nu2Di0MzE3WKwT. lZeoFywSJMi7bghz7F6VQnRhHy9FMH_.ud0yoltOBeL4A2Hki6i_bBKQylQ_TcuOSzEySHdt20d6 bvOvlOPEI6Xn0R6BJCxXxeTrRRLs74P0xrQesRseSI9XzQauXxfaZHyn5RotI5SUaZL8TjibwBK6 zAAdN8CTBYaKlN1l0Di7pxdT0avpAvHw_BLtA9rMKJN02G.fPRminCzVbvEVyAsJHxasWfHXjG.r NwFws7_OzCb1HCPFbLiaNKb.qrW67JWopz0ELcrEIC1kHNFRhcmW0SOSAQaMPpn5ccJ5qM2vEGxN yoB4QJeom18Q.6gjySYHeVIh9jXI.AWsrcNX6pXLGvQTUb0kMtMNGxKDDK0yek86q_lbTSce7DZ. zTHoCwggvtVCqUsFOyLDrAJBrLL4hdB7acdD6PGQAfRWmpK.dVw_lc4YIRGvfgEbXtb6tmyXd0Hz pXhKW_.daLPl8hBKhZcKupT4QkhZgULn9VnpipVQ2ejIFiO3d7xwjg8p4FyCoBndRSTRZxVu7PDt lKTCwnjh_Uf_f9af19D6SVm9MSfncpc0kVrA7Na6AQLBuWJUOFoljamL29LVaEeOrX1lcC9icXh0 gd9AiTGACCWjt6EYkjMNcWUiroMaPsc6vqc5xIb4meLT6_wq8l0QWGdBeF9QhEg.KY3AvfSvs0Dz 0Ivu6iKivYFQutTjBKBl.aCixJAj6sSHsQHE4HQT0xXsq7xcNtKgptcorPjOYUuKFuasNALKqE4T 4Q.IEtr9WtGU- Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.bf2.yahoo.com with HTTP; Fri, 17 Aug 2018 22:42:53 +0000 Received: from ip70-189-131-151.lv.lv.cox.net (EHLO [192.168.0.105]) ([70.189.131.151]) by smtp413.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID ced4bc16d12630bd4728c6a8ec7d60f0; Fri, 17 Aug 2018 22:42:51 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: MACCHIATObin Message-Id: <4DCCA5C9-C156-4080-A8F9-035478AC2FF7@yahoo.com> Date: Fri, 17 Aug 2018 15:42:49 -0700 To: mw@semihalf.com, freebsd-arm X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 22:43:00 -0000 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 big > items remained left: > - PCIE root complex (this should work soon with the work done 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 Log: Add support to the Marvell Xenon SDHCI controller. Tested on Espresso.bin (37x0) and Macchiato.bin (8k) with SD cards and eMMCs. Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate) Added: head/sys/dev/sdhci/sdhci_xenon.c (contents, props changed) head/sys/dev/sdhci/sdhci_xenon.h (contents, props changed) Modified: head/sys/arm64/conf/GENERIC head/sys/conf/files.arm64 . . . 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)? (Someday I expect to again have access to a Macchiato.bin, but it will not be a while. So this is just for my background information at this point.) === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)