From owner-freebsd-arm@freebsd.org Thu Sep 19 01:21:42 2019 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93742ED0F8 for ; Thu, 19 Sep 2019 01:21:42 +0000 (UTC) (envelope-from me@mko.io) Received: from sender4-of-o58.zoho.com (sender4-of-o58.zoho.com [136.143.188.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46YfFd5BJMz42Gd for ; Thu, 19 Sep 2019 01:21:41 +0000 (UTC) (envelope-from me@mko.io) ARC-Seal: i=1; a=rsa-sha256; t=1568856093; cv=none; d=zoho.com; s=zohoarc; b=muf1WH3ExMend4IpOW2dz2oi20KIt1Md4PnJYtYKObAexawZYLYsqDwjh4+wxS5T5sfj8fBG4v4vwSTMDkeF8egQFmRhI6rQ4aoRXz7S+thuqjuppeT+4YeWemyPi3ZS0PYmZ1RpmMff/Wj96nuHFPvKWnHFTnDz6SAUgVFy08o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568856093; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To:ARC-Authentication-Results; bh=wByz/SggecBH+tE5Y3WReAMWMd7g0oUqJl5q/ljEwcM=; b=Ze8JfL037qxjaTxlm/2iV1EqhiOmJCaLZb2hstHEGpwOF293tWPPe9bajI3Absfs9jh3D3lo4HhnO51+/9633rCfB2zWWvbO6h7hqdWapBS0StfTdn434L2M25gIlz5mVjIgKy3onT9B8eKw/NuiDtge9G5im0zzCM8qimbE+q0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=mko.io; spf=pass smtp.mailfrom=me@mko.io; dmarc=pass header.from= header.from= Received: from yorda.hub (121-75-101-197.dyn.vf.net.nz [121.75.101.197]) by mx.zohomail.com with SMTPS id 1568856091777385.6982515498622; Wed, 18 Sep 2019 18:21:31 -0700 (PDT) From: mko Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: custom u-boot for RK3399 supports PCIE booting Message-Id: <75BFDF86-DDB7-4638-A27F-0691651E3564@mko.io> Date: Thu, 19 Sep 2019 13:21:25 +1200 To: "freebsd-arm@freebsd.org" X-Mailer: Apple Mail (2.3445.104.11) X-ZohoMailClient: External X-Rspamd-Queue-Id: 46YfFd5BJMz42Gd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of me@mko.io has no SPF policy when checking 136.143.188.58) smtp.mailfrom=me@mko.io X-Spamd-Result: default: False [-4.28 / 15.00]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ARC_ALLOW(-1.00)[i=1]; RECEIVED_SPAMHAUS_PBL(0.00)[197.101.75.121.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[mko.io]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-1.68)[ipnet: 136.143.188.0/24(-4.86), asn: 2639(-3.47), country: US(-0.05)]; TO_DN_EQ_ADDR_ALL(0.00)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2639, ipnet:136.143.188.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2019 01:21:42 -0000 Hi list, I just found out the Radax team post of NVME booting through first stage = SPI flash, I=E2=80=99ll post here in case someone is interested about it repository: https://github.com/radxa/u-boot.git branch : rk3399-pie-gms-express-baseline mko=