From owner-freebsd-arm@freebsd.org Mon Aug 6 17:56:08 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 256051060272 for ; Mon, 6 Aug 2018 17:56:08 +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 85C0381E5D for ; Mon, 6 Aug 2018 17:56:07 +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 b1690070; Mon, 6 Aug 2018 19:56:06 +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=crJ1Lw9dGrswmD9sJ7FPj8MIu74=; b=lYuzRc9sAVVxX1FrsxSBIIU/zBLD +YVXVRwWmqFIKKFtxLGVNdgVOvgIS4+uycguw0aq7kw9Kor0K3COi+n9uIIcq+XH iZOl6WUeOS1viPu/VqzIiPdWPtfkyteyapKkavYTDH4x3zWWWoLzcLCl8hfgcreG 1LRSXzU4NUKEgC0= 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=ZLt7OZLSXFrtWHkQgfnYPgfD6NCatVyk5FooLRpT/lU77KtGo8+3fPuV 13AQL0Vwy5PZmk3fcHcqt4tUHb7aZCEMnaMU+3G4qk7r3yVEdLaxnboOr5CxOL+N B3PvyPfe022WpdDxvJDkDLjqPJ9LltMmp8Uf3eOTPEqwbr87g60= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 40f712db TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 6 Aug 2018 19:56:06 +0200 (CEST) Date: Mon, 6 Aug 2018 19:56:05 +0200 From: Emmanuel Vadot To: Greg V Cc: freebsd-arm Subject: Re: Rockchip RK3399 (ROCKPro64) boots to multiuser Message-Id: <20180806195605.9cbece894695862ce11c717c@bidouilliste.com> In-Reply-To: <1533577708.4175.0@hraggstad.unrelenting.technology> References: <1533577708.4175.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: Mon, 06 Aug 2018 17:56:08 -0000 On Mon, 06 Aug 2018 20:48:28 +0300 Greg V wrote: > Hi, >=20 > I managed to boot FreeBSD on the Rockchip RK3399 SoC (Pine64 ROCKPro64=20 > board): >=20 > https://gist.github.com/myfreeweb/5f5b9e56f9a0fd1d63a46c34886f5ad1 Awesome :) > As with the ROCK64, boot is over the network. To boot, dd ayufan's=20 > ubuntu image onto an sdcard and Ctrl-C the linux boot on the kernel=20 > selection screen. U-Boot on SPI flash is not available yet. >=20 > Unfortunately, performance is very disappointing ? I think the big=20 > cluster's default frequency is very low. > (Everything runs faster if cpuset to the LITTLE cores.) >=20 > Looks like we'll need a driver for the "rockchip,rk808" PMIC to make=20 > cpufreq_dt work? > Also my attempt at the clock driver is very incomplete ;) I have one almost ready for the rk805 but it seems that my i2c driver is bad for writing, it's on my list to fix before FreeBSD 12.0 I should have my RockPro64 soon (hopefuly tomorow) and will try your patches. > _______________________________________________ > 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