From owner-freebsd-arm@freebsd.org Wed Aug 15 08:56:19 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 4DD81107A7E0 for ; Wed, 15 Aug 2018 08:56:19 +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 BD9E481070 for ; Wed, 15 Aug 2018 08:56:18 +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 4a3d08a9; Wed, 15 Aug 2018 10:56:10 +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=4T0kSckAQfT6RYsBOl5cBnr6fvI=; b=fmkmYpNJWcivcUqPqhgg+KCQdAAl yriCFoLeAWmkRLu1M0rzXCj338yRksuQ9AGEDl063wbagQUUvnUs1L7HzU7bbLfe 0q6qn5dqFlrfYrKI315kesLe3kmidFggwkc3IV5MDez7Z6ILotJy3kDJwieGFzMR +NLpm3WONbWPYEk= 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=KVBg7AEDhoPC4OAKhk5I5y7HNHF5V0oBghIrTVSS1DEq5Uu2uNdI4csE YG8KnCCMg/BjoljwoMoMgZbYeFzl8l+5I5qDl27dXXhOzQYY1g+uUX5EBqNGDFsE X1wwUfgxenP7+z5Lhu3scxfjnuQY2pD//B5ehiEoZxjtISI/Rbg= Received: from knuckles.blih.net (37.168.27.0 [37.168.27.0]) by mail.blih.net (OpenSMTPD) with ESMTPSA id d5c7952e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 15 Aug 2018 10:56:10 +0200 (CEST) Date: Wed, 15 Aug 2018 10:56:02 +0200 From: Emmanuel Vadot To: Ganbold Tsagaankhuu Cc: Greg V , freebsd-arm Subject: Re: Rockchip RK3399 (ROCKPro64) boots to multiuser Message-Id: <20180815105602.b106e1f55a3f839880b1b60e@bidouilliste.com> In-Reply-To: References: <1533577708.4175.0@hraggstad.unrelenting.technology> <1534253037.1656.0@hraggstad.unrelenting.technology> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Wed, 15 Aug 2018 08:56:19 -0000 On Tue, 14 Aug 2018 21:30:11 +0800 Ganbold Tsagaankhuu wrote: > Greg, >=20 > On Tue, Aug 14, 2018 at 9:23 PM, Greg V wro= te: >=20 > > > > > > On Tue, Aug 14, 2018 at 2:01 PM, Ganbold Tsagaankhuu > > wrote: > > > >> Greg, > >> > >> On Tue, Aug 7, 2018 at 1:48 AM, Greg V > >> wrote: > >> > >>> Hi, > >>> > >>> I managed to boot FreeBSD on the Rockchip RK3399 SoC (Pine64 ROCKPro64 > >>> board): > >>> > >>> https://gist.github.com/myfreeweb/5f5b9e56f9a0fd1d63a46c34886f5ad1 > >>> > >>> As with the ROCK64, boot is over the network. To boot, dd ayufan's > >>> ubuntu image onto an sdcard and Ctrl-C the linux boot on the kernel > >>> selection screen. U-Boot on SPI flash is not available yet. > >>> > >>> Unfortunately, performance is very disappointing ? I think the big > >>> cluster's default frequency is very low. > >>> (Everything runs faster if cpuset to the LITTLE cores.) > >>> > >>> Looks like we'll need a driver for the "rockchip,rk808" PMIC to make > >>> cpufreq_dt work? > >>> Also my attempt at the clock driver is very incomplete ;) > >>> > >> > >> Can you change the patches according to style(9) for phabricator revie= w ( > >> https://reviews.freebsd.org) and send them to me? > >> I think full files should be fine too. > >> > > > > My patches are rather incomplete and janky, don't do anything with them. > > manu@ got a ROCKPro64 recently https://twitter.com/manuvadot/ > > status/1027152057051041793 so you can expect proper versions of these > > "soon" :) > > >=20 >=20 > I meant to say that we can rather use your patches if no one did it yet. >=20 > Emmanuel, >=20 > Do you have proper patches yet? No and I'm not in a hurry to put everything up for RK3399 so close to freeze. But if you want to clean them and put this in a review be my guest, I'll review them. >=20 >=20 > > > > (btw is the style(9) thing about how I put the various clock setting > > structs on one line? :D) > > > > > Yes :) >=20 >=20 > thanks, >=20 > Ganbold > _______________________________________________ > 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" --=20 Emmanuel Vadot