From nobody Mon Jul 05 13:54:03 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 47F4510F8C3D for ; Mon, 5 Jul 2021 13:54:06 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJRxT6r7jz3jhh for ; Mon, 5 Jul 2021 13:54:05 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1625493243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ihZ7A3A9B7LN7o4yO0IAevgqRsCOrVYU07zKmQUIRj8=; b=Cz1IBpYDSpTrqe5Ta0OJQ6C34nZafLxCR6hWbe2f8uSVtHeqkkcZvfMogrehNVMRvoJaV/ TRLiWO6epsUX6J0aCYcc9RzOSgcDxEddH2Tzjn25BXEe6kz8+2xwtmsx0jfdYcBJVwYlBy miw/+99Dn47ju3nd/k2rKCjUDFS9OFA= Received: from amy (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 094ab9c8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 5 Jul 2021 13:54:03 +0000 (UTC) Date: Mon, 5 Jul 2021 15:54:03 +0200 From: Emmanuel Vadot To: marklmi@yahoo.com Cc: Mark Millard via freebsd-arm Subject: Re: main-n247723-6329ca325e02 based build, booted on Rock64: "DTB overlay 'TSLOG' not compatible" Message-Id: <20210705155403.186b24684f1a09c766a766b9@bidouilliste.com> In-Reply-To: <5EA54334-955B-4D63-8470-C5DE51FF85AC@yahoo.com> References: <5EA54334-955B-4D63-8470-C5DE51FF85AC.ref@yahoo.com> <5EA54334-955B-4D63-8470-C5DE51FF85AC@yahoo.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GJRxT6r7jz3jhh X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi Mark, On Mon, 5 Jul 2021 00:42:26 -0700 Mark Millard via freebsd-arm wrote: > During booting, after: > > applying DTB overlay '/boot/dtb/overlays/rk3328-dwc3.dtbo' > > there is a console message: > > DTB overlay 'TSLOG' not compatible > > > For reference: > > # uname -apKU > FreeBSD Rock64_RPi_4_3_2v1p2 14.0-CURRENT FreeBSD 14.0-CURRENT #2 main-n247723-6329ca325e02-dirty: Sun Jul 4 22:07:42 PDT 2021 root@CA72_16Gp_ZFS:/usr/obj/BUILDs/main-CA53-nodbg-clang/usr/main-src/arm64.aarch64/sys/GENERIC-NODBG-CA53 arm64 aarch64 1400024 1400024 > > > This is not a context with the notice: > > WARNING: DTB version is 5.10 while kernel expects 5.13, please update the DTB in the ESP > > 5.13 dtb materials are in place. > > === > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar) > > Fixed in b464c459eaf4e63a3abaaa1ecf51c9d6e9f7521e Thanks for the report. -- Emmanuel Vadot