From owner-freebsd-arm@freebsd.org Wed Aug 10 12:19:24 2016 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 92C60BB5D60 for ; Wed, 10 Aug 2016 12:19:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EDC9C1356 for ; Wed, 10 Aug 2016 12:19:23 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id a49de5f8; Wed, 10 Aug 2016 14:19:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=HHIiiKOgAxq4fiEPDRpGTLtktvM=; b=B6HL6QnyDAzB+IfDyq9xF+Ykn+3c JCAmjyff1Fjg4D3Df5m+bxejMGfAa2zFcwwg9YCUhhW8hXyf2DcwufhrGneGNLQW fFWX+zIIywO2Jkfgwi4flSQyF6peuveDGH5XbYF5KTYl7JBew2mJUrVAYY2NM3E7 uSF/Yo+ECa4wO0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=sPgiyGy0Jg/8Hz/m2Ner5u5Ve8gDzK/yVHZEWIhEJIFSLPPn+wCtMCrJ yu1SOKdpZ066+AhxfCo11nIYqrxx4Y0Mf3VcoKKEXR92ksYSca054nAIu3hwsKZ+ oVjx4FrjDBzgzUt9TkBEDdaC2jJh8l2D+E4ZBVyTpC/CjP/iwys= Received: from atlantis.staff.bocal.org (163.5.250.21 [163.5.250.21]) by mail.blih.net (OpenSMTPD) with ESMTPSA id a7e6d530 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 10 Aug 2016 14:19:20 +0200 (CEST) Date: Wed, 10 Aug 2016 14:19:20 +0200 From: Emmanuel Vadot To: mattia.rossi.mailinglists@gmail.com Cc: freebsd-arm@freebsd.org Subject: Re: Allwinner H3 - OrangePi Plus Status Message-Id: <20160810141920.d2994dee3c277f7b89451360@bidouilliste.com> In-Reply-To: References: <64ad8272-a97f-e51f-19f1-d37e12c4e4bf@gmail.com> <868ae805-bf93-50f9-e22c-1d2ea13f8555@gmail.com> <8FDE95E3-C66E-40D5-8133-67FD987BE729@cs.huji.ac.il> <3454388a-02bc-8dbe-4f8f-c33a726e406c@gmail.com> <20160810103501.0aef31d4c27cf08b6e54d20f@bidouilliste.com> <141a4b87-1914-a9f5-c15a-3173f6d4659a@gmail.com> <20160810115617.aa7ad5c9ae538660dc5cc0d8@bidouilliste.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 12:19:24 -0000 On Wed, 10 Aug 2016 13:06:48 +0200 Mattia Rossi wrote: > > > Am 10.08.2016 um 11:56 schrieb Emmanuel Vadot: > > On Wed, 10 Aug 2016 11:07:04 +0200 > > Mattia Rossi wrote: > > > >>> ubldr will load the file described by the "fdtfile" u-boot variable (ubldr import the needed uboot variables). > >>> The uboot variable is hardcoded in the uboot port patch (https://svnweb.freebsd.org/ports/head/sysutils/u-boot-olimex-a20-som-evb/files/patch-include_configs_sunxi-common.h?revision=418446&view=markup#l44). > >>> Alternativelly you can do from ubldr prompt : > >>> load -t dtb filename > >>> It will search for the file in /boot/dtb (or you can use the fullpath if it's elsewhere) > >>> > >> It's weird that such a thing is hardcoded.. Although it seems that it's > >> set through CONFIG_DEFAULT_DEVICE_TREE, so I guess it can be controlled > >> through a config file (Makefile?) > > Not weird at all since uboot is always compiled for one particular board. > > The CONFIG_DEFAULT_DEVICE_TREE is set in the uboot config file (configs/boardname) but it is currently not used as we override the environ in the board include file. > > > Okay, so just to get the whole picture: > If I want everything set up for an OrangePi Plus 2 I need the following > puzzle pieces > > A u-boot port which points to an orangepi plus 2 dtb Yes, just copying the orangepi-one port and modify it should be ok (if u-boot 2016.07 have a a config for this board) > An orangepi plus 2 dts/dtb (which might differ from the plus dtb, I > don't know yet, there are no real specs available) Yes, as said earlier in this thread you will need to wait for the linux 4.7 dts import for this. > An orangepi plus 2 kernel config (which like the .dts might differ from > the standard allwinner config) No, the ALLWINNER kernel config is what you should use. > And of course kernel support for all the (as of yet unknown) devices of > the board. Yes :) > I'm going to work towards that, depending on how much information I can > gather about the board and depending on how much it differs from the > plus version. > > For now I'll see if the plus version of everything works :-) - wish me > luck ;-) > > Cheers, > > Mat -- Emmanuel Vadot