From nobody Mon May 31 13:22:57 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 037F5C78A36; Mon, 31 May 2021 13:23:10 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (cross.sbone.de [195.201.62.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ftwvx63rJz4nMQ; Mon, 31 May 2021 13:23:09 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id C3ED38D4A172; Mon, 31 May 2021 13:23:01 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 8C566E707C2; Mon, 31 May 2021 13:23:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id f8aD0Q7H0FMw; Mon, 31 May 2021 13:22:59 +0000 (UTC) Received: from [192.168.2.110] (unknown [IPv6:fde9:577b:c1a9:31:3c8a:b6b3:7bcf:6aac]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 1F9F0E707B9; Mon, 31 May 2021 13:22:58 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Dmitry Salychev" Cc: freebsd-arm@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: U-Boot for HoneyComb LX2 Date: Mon, 31 May 2021 13:22:57 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: <198F84BF-5932-4E58-BCE3-CC33B185923A@lists.zabbadoz.net> In-Reply-To: References: List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Ftwvx63rJz4nMQ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 31 May 2021, at 12:33, Dmitry Salychev wrote: Hi, > I'm working on three ports to compile BL2, BL31, BL32 and BL33 = > (u-boot) > bootloaders for HoneyComb LX2 in FreeBSD. They're based on what NXP = > shared in > their Layerscape SDK and patches from SolidRun [1]. > > I've managed to compile Reset Configuration Word (rcw), u-boot and ARM = > trusted > firmware (atf) and write them to one of the existing images shared by > SolidRun [2]. > > However, my HoneyComb LX2 is on a way to me and this is why I cannot = > try to > boot the resulted image on my own. I'm really interested how far it'll = > go, but > I don't expect anything beyond u-boot. Could somebody who has = > HoneyComb do me > a favor and try to boot that image of mine? It should work with = > DDR4-3200 > only: > > ftp://mcusim.org/ftp/lx2160acex7_2000_700_3200_8_5_2-2fff64e_changed_b= ld.img.xz > > If you want to take a look at the sysutils/rcw-lx2160acex7, > sysutils/u-boot-lx2160acex7 and sysutils/atf-lx2160acex7, here is the = > link: > > https://github.com/mcusim/freebsd-ports That=E2=80=99s great news! I might give it a try. I=E2=80=99ve got a local tree (on Jan 2021, needs updating to latest and = re-test before submit) for the uEFI firmware (not u-boot). /bz