From owner-freebsd-arm@freebsd.org Fri Nov 13 15:02:22 2015 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 9A2E1A2E1CF for ; Fri, 13 Nov 2015 15:02:22 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54D3118DB for ; Fri, 13 Nov 2015 15:02:22 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qkao63 with SMTP id o63so49359842qka.2 for ; Fri, 13 Nov 2015 07:02:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp_com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+pqEoPCj4NhDCXhY7Q60dlJS36ElYCprhcXHecEtNlI=; b=bMCQ5cLsMFdyRm7ERQnf+EwTa5gH0b/YzER22/VGurBstEn4AhUkbFJEYUSLNiBLhQ zrpSliwpmTRPRQbOFV4kUfU0Ei60rEokq/1Bq0uQLJJtmJfIYqZP2bdP2AmarBQqkM0z mpz5YAPnNJzIS7MXN4puzYtdwYhk1KcfBRH4biYe0z5aiZp7C84RwHxJxvFPm3VnfL9d wsB+HL24hiTFtXYM45h70F3uU29ifNRTZmG433/ttRDSeJPtlCNFGwknrRD6BH+VU0zU 4WhAYR48OrrBQsUT8W+/fpFTizFUlrh1MsvSs/fCdBFLiZxBi7bkqKPLe11QfcxkqtU/ wMfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+pqEoPCj4NhDCXhY7Q60dlJS36ElYCprhcXHecEtNlI=; b=lTWcBCsiSaAV6DT8wUc4VreP2+R1Hj3vIwbMy7LlIMPCrHUF6J++4epxxKNzdoFSO7 9t1ZRhekpKi6Wm8UekffoT52qJCktkhLKE72wvLFq7fkm6CjwVRJPTS8yFYao14fMwkd okQ7ystCcSTaMkr3DmEQxImA5+iYgglLkPe/ae0pY8JWViAmA/37a1ra+YGGweNuWQ+U 2MdqEXBmkTDU87N3+irkviqHuLkjJj3v2WekUiqeVRUjuBQvIjO6GwsEzmbU/Gv8sFg/ iXMCZcOnoEkyRKs1F2LROhg1Jhu9UnG72PGavZDhwUSOMpSXD6ujHzWs05CZwTO6HTWS nJkg== X-Gm-Message-State: ALoCoQnjrm7/CojUJ3OokTyGKOa4Rgpyycdpw3+dbm+RqX1ZXg/zjQCYXchED0bBqHN4uwTzOjfr MIME-Version: 1.0 X-Received: by 10.140.221.198 with SMTP id r189mr23655262qhb.94.1447426940855; Fri, 13 Nov 2015 07:02:20 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Fri, 13 Nov 2015 07:02:20 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: Date: Fri, 13 Nov 2015 08:02:20 -0700 X-Google-Sender-Auth: 1EbV28yDDLPDM40JAlGh8TfJ32w Message-ID: Subject: Re: Zybo support From: Warner Losh To: Adrian Chadd Cc: Thomas Skibo , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 15:02:22 -0000 He already posted a link. Reading the link shows that all that's needed is a new DTB and maybe a new uboot (I haven't read in detail). The instructions look to be very good and match the broad outlines of all the different systems that build FreeBSD images that I've worked on or studied. Warner On Thu, Nov 12, 2015 at 10:43 PM, Adrian Chadd wrote: > hi cool! Can you put those two changes up somehere? > > That way we can drag them into -HEAD. > > Thanks! > > > -a > > > On 12 November 2015 at 14:07, Thomas Skibo via freebsd-arm > wrote: > > Hello, all. > > > > FreeBSD now runs on the Zybo board. Zybo is a Xilinx Zynq-7000 board > from Digilent similar to Zedboard but smaller and significantly less > expensive. (See http://digilentinc.com/zybo). I put up an SD image for > Zybo on my zedbsd page: http://thomasskibo.com/zedbsd. > > > > I have two minor commits to add support for Zybo to the tree. I added > the rgephy driver to the ZEDBOARD conf file and I have a zybo.dts fdt fil= e. > > > > =E2=80=94 > > Thomas Skibo > > thomasskibo@yahoo.com > > > > > > > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >