From owner-freebsd-arm@freebsd.org Thu Apr 21 21:08:02 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 338F8B1850E for ; Thu, 21 Apr 2016 21:08:02 +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 9EC36178C for ; Thu, 21 Apr 2016 21:08:01 +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 227acd95 for ; Thu, 21 Apr 2016 23:07:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=rIwXce8tnTzy CGDjh4Ywk6xFxAw=; b=Fi0iLVfgK3odFiUXEe14crOgrMBB2+uod4+A8PvEQCWU 3mMDfgbZUIGdQauReqTALbAehYYzzIASRqBJKcXUpobkR/VbPOYE0TOFiakZdqHc 7I6ssyXDXZqdg+HQhaXlfZ2KN3VjrbxW64g2OGYGU0JJIibBNaX58nisQftzKzM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=tSOX58 p2x74LvjohoulaGfYMpE3oApn2nu/2cW3KN/BrmYVMoG5p8Gb9FLbjaBpruvuvwU DCpdiHOFi+bsU7zIWFPU6ksv2xAmyp0dIb5Kvg6rzZTidqQ4nZwx/C1rSczp+5XK OyhafO0Gcf9ebdkua8oJm+hjSdAeJxlX+9M9c= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 18131100 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Thu, 21 Apr 2016 23:07:58 +0200 (CEST) Date: Thu, 21 Apr 2016 23:07:58 +0200 From: Emmanuel Vadot To: freebsd-arm@freebsd.org Subject: Re: Orange Pi One Message-Id: <20160421230758.4bc7681f4c54a02c1142b582@bidouilliste.com> In-Reply-To: <20160421224541.daec4614d2e5c88959a3d8e2@bidouilliste.com> References: <20160413232414.3a37907e@zeta.dino.sk> <20160414062820.7b907ba9@X220.alogt.com> <20160414064405.202e4eef@zeta.dino.sk> <20160418094916.10dc9ae8@zeta.dino.sk> <20160418174918.33d3d19e4105eb737d17b122@bidouilliste.com> <20160418210108.4047c526@zeta.dino.sk> <20160419092012.0ad4ad2d@zeta.dino.sk> <20160419093408.2f6d8d6472b09298f1e08ecb@bidouilliste.com> <20160419095358.351c74b3@zeta.dino.sk> <1461075584.1232.13.camel@freebsd.org> <20160419170932.3fe2b709@zeta.dino.sk> <20160421220125.00286858@zeta.dino.sk> <20160421224541.daec4614d2e5c88959a3d8e2@bidouilliste.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) 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.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 21:08:02 -0000 On Thu, 21 Apr 2016 22:45:41 +0200 Emmanuel Vadot wrote: > On Thu, 21 Apr 2016 22:01:25 +0200 > Milan Obuch wrote: > > > OK, so yesterday I solved this puzzle - it was stupid pilot error (my > > ubldr.bin was not built with fdt support), after fixing it I made a > > test today - building SD image from scratch. It is succesfull now, so > > it's time to do kernel hacking. u-boot-orangepi port needs some review > > and cleanup before submitting into port repository, but anybody > > interested could write me for more details. > > > > Regards, > > Milan > > FYI I've just commit support for pinctrl in my github repo (along with orangepi-one dts from uboot). > I'll look at SMP and USB this weekend. > > For the u-boot port, do not submit it. Uboot > 2015.04 cannot be compiled with CONFIG_API and net support, this means no netboot. > I also have some port here : https://github.com/evadot/u-boot-freebsd-port > I use the orangepi-pc port for my orangepi-one (orangepi-one config is commited in -HEAD uboot only). > > -- > Emmanuel Vadot USB isn't really special so I've just added it. Right now the only device present in the DTS that we don't support is the IR receiver (but a lot of them aren't present in the DTS). -- Emmanuel Vadot