From owner-freebsd-arm@freebsd.org Wed Mar 3 13:17:26 2021 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 4586956A3B6 for ; Wed, 3 Mar 2021 13:17:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DrF0P6zHZz3kHL for ; Wed, 3 Mar 2021 13:17:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.nyi.freebsd.org (Postfix) id EF2E556A3B5; Wed, 3 Mar 2021 13:17:25 +0000 (UTC) Delivered-To: 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 EEF4356A07C for ; Wed, 3 Mar 2021 13:17:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.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 4DrF0P4Tv1z3kHK for ; Wed, 3 Mar 2021 13:17:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1614777443; 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=ylwG+sINdKRtHabq7xe0LE2w+eSDxuzNuI5D5mT02do=; b=Bpy+kyjSkXy/KLh/ssPp1fp7/6j7QkN0HTaf+maHcSbgufh5hRqocxJGeZitB4R5GB3zwa ntb3i1Y5zkPxUHqkk2TF+Zrm/p3R8t4QE89G/GoORS1XalQqltO+p6Rc5mzpeC+AIO4fTC 7UXyYsKkWG8QbXbErjX5zAv61HUvwjQ= Received: from skull.home.blih.net (lfbn-idf2-1-644-4.w86-247.abo.wanadoo.fr [86.247.100.4]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 41e284d7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 3 Mar 2021 13:17:23 +0000 (UTC) Date: Wed, 3 Mar 2021 14:17:22 +0100 From: Emmanuel Vadot To: Stefan Parvu Cc: "freebsd-arm@freebsd.org" Subject: Re: RPi4 Status and sysutils/rpi-firmware Message-Id: <20210303141722.c039bef0c50c6068779cedfe@bidouilliste.com> In-Reply-To: References: <20210302122057.86ba62bb1daa7f922134ecd9@bidouilliste.com> <20210303114724.81797c63767d6b09f5f70f59@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DrF0P4Tv1z3kHK X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 13:17:26 -0000 On Wed, 3 Mar 2021 13:29:52 +0200 Stefan Parvu wrote: > > > > Review what ? > > This: https://www.freebsd.org/platforms/ > > ARM is tier 2 platform. But this thread doesn't have anything to do with tier platforms. > > > There is a lot of other arm64 platforms. > > None are Tier 1. Or at least this is what Im seeing. Correct me if Im wrong. At least in Kronometrix, we will need a stable Tier 1 platform to continue building our IoT gateway on FreeBSD. arm64 (as an arch) will be tier-1 for 13.0 if I understood correctly. But that doesn't mean that RPI or any Allwinner or Rockchip boards will be defacto tier-1. Each board, or more exactly each SoC/SoC family, still needs to be maintain and correctly supported. > > Stefan -- Emmanuel Vadot