From owner-freebsd-arm@freebsd.org Mon Jan 9 04:31:09 2017 Return-Path: Delivered-To: freebsd-arm@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 79FE4CA641B for ; Mon, 9 Jan 2017 04:31:09 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 5D9251D56 for ; Mon, 9 Jan 2017 04:31:09 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 7d315a0e-d624-11e6-8c89-112185c90658 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 7d315a0e-d624-11e6-8c89-112185c90658; Mon, 09 Jan 2017 04:31:29 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v094V6l8002314; Sun, 8 Jan 2017 21:31:06 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1483936266.96230.64.camel@freebsd.org> Subject: Re: BeagleBone Black MMC ordering clashes From: Ian Lepore To: "Dr. Rolf Jansen" , freebsd-arm@freebsd.org Date: Sun, 08 Jan 2017 21:31:06 -0700 In-Reply-To: References: <7D750433-59FC-4999-AC24-041683E17310@obsigna.com> <1483718084.96230.5.camel@freebsd.org> <0D800E14-799A-4926-AEF8-CD698D647E40@obsigna.com> <1483722560.96230.10.camel@freebsd.org> <1483928120.96230.61.camel@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 04:31:09 -0000 On Mon, 2017-01-09 at 00:32 -0200, Dr. Rolf Jansen wrote: > > > > Am 09.01.2017 um 00:15 schrieb Ian Lepore : > > > > [...] > > Okay, I got this all done and tested this weekend, and just > > committed > > all the changes for am335x (beaglebone) and imx6 (wandboard, cubox, > > etc).  It's pretty easy to convert an existing driver, so I expect > > other boards with sdhci-compatible hardware to get updated soon > > too. > > > > If you are set up to build custom kernels, you just need to update > > your > > sources to r311736 or later and rebuild.  Otherwise you can wait > > until > > the next 12-current snapshot is available (I think those still come > > out > > weekly). > Ian, > > thank you very much for all you efforts. > > My x86-machines are running custom kernels and personally I am set > building it, however, I am in the course of porting my own software > to the BeagleBone, and I learned already that compiling huge code > bases on it is not fun at all. > > At some point in time in the near future, I need to setup ARM cross > building on one of my faster x86 machines. For the time being, I will > wait for the next snapshot, and of course I will report my findings. > > Best regards > > Rolf It's a bit out of date now, and it was oriented towards people hacking on freebsd-arm support stuff for many boards at once, but there is pretty good info on crossbuilding here... https://wiki.freebsd.org/FreeBSD/arm/crossbuild -- Ian