From nobody Tue Jun 22 09:20:52 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 DF5D05D07DA for ; Tue, 22 Jun 2021 09:20:55 +0000 (UTC) (envelope-from dsl@mcusim.org) Received: from mcusim.org (mcusim.org [176.58.93.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4G8LVH5JQFz3nhL for ; Tue, 22 Jun 2021 09:20:55 +0000 (UTC) (envelope-from dsl@mcusim.org) Received: from x230.ds (unknown [83.28.233.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mcusim.org (Postfix) with ESMTPSA id 290DA816E6; Tue, 22 Jun 2021 11:20:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mcusim.org; s=default; t=1624353654; bh=fZVE5jw2Zm/Y93uk4g/2MaFxyHXIGOIZMn/+Ln5sHjI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=gHyPZlywS08/by7xFFcUHkIoDnAGQAKjPuLgbnwvIWwWyYWseFEAt5kLj/ElVyJkC BoHk4z1ktivgWoImd3bCafbYOkk54O7geUR1gYDI4+8j5s9/y690Q+U7LzoHvHEyEU BLThKRZm+fvoyhvfL7GqeJYqZZMABiV3MyY7sxDM= Date: Tue, 22 Jun 2021 11:20:52 +0200 To: Mark Millard Cc: freebsd-arm Subject: Re: HoneyComb first-boot notes Message-ID: References: <8A6C415F-A57B-4F2F-861F-052B487166D6.ref@yahoo.com> <8A6C415F-A57B-4F2F-861F-052B487166D6@yahoo.com> <40AE6447-77AF-4D0E-864F-AD52D9F3346F@yahoo.com> <0DF376DC-C4A5-494C-BAA5-782516596CF0@yahoo.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <0DF376DC-C4A5-494C-BAA5-782516596CF0@yahoo.com> X-Rspamd-Queue-Id: 4G8LVH5JQFz3nhL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: dsl@mcusim.org From: Dmitry Salychev via freebsd-arm X-Original-From: Dmitry Salychev X-ThisMailContainsUnwantedMimeParts: N > >>>> I put an existing FreeBSD Optane into a just delivered > >>>> HoneyComb, put in the RAM and the matching UEFI/ACPI > >>>> image on a microsd card and put the card in the slot. > >>>> I plugged in a USB3 Ethernet dongle, like I use on some > >>>> other systems. Serial console via its USB port for such. > >>>> (Optane instead of video card.) The UEFI/ACPI image was > >>>> extracted from: > >>>> > >>>> https://solid-run-images.sos-de-fra-1.exo.io/LX2k/lx2160a_uefi/lx2160acex7_2000_700_2900_8_5_2_sd_81b4bbe.img.xz > >>>> > >>>> in order to match the RAM and being based on the > >>>> most current vintage at: > >>>> > >>>> https://github.com/SolidRun/lx2160a_uefi/ > >>>> > >>>> It booted. > >>> > >>> Could you share whole dmesg? > >> > >> I've not done a "boot -v" . The below is actually from a > >> captured serial console output. It is lightly edited. I > >> have omitted nearly all loader output (and before). > >> > > > > Thanks for sharing. Have you seen somewhere in output from UEFI (before > > the loader) that "DPAA2 Management Complex initialized"? > > The text "DPAA2" does not occur in the captured output > at all. However, that is my understanding of the expected > status. That's strange because DPAA2 firmware should be included into UEFI built from lx2160a_uefi: https://github.com/SolidRun/edk2-platforms/blob/edk2-stable202102-lx2160acex7/Platform/SolidRun/LX2160aCex7/LX2160aCex7.fdf#L252 I assumed that there might be any output that firmware has been loaded correctly at least. Regards, Dmitry