From owner-svn-src-head@freebsd.org Tue Nov 24 19:12:26 2020 Return-Path: Delivered-To: svn-src-head@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 AFE2B2EE9EE; Tue, 24 Nov 2020 19:12:26 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgYYk0SZNz5613; Tue, 24 Nov 2020 19:12:25 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1606245138; 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=Q3T5RuoM18LDf9d0RhnPebyKyZvxsTEWOmbUTvwfS3Y=; b=CmpxUrwv6/t5SQ67Iri8gpj+qGkmYuO+KHesTCxf1v/HToxpEWqKYmRRsai7vAnApXSIpJ PwGQTS1Oz/LrspPpc9UmA/76AxMOQclblpwdBwE1/otTS8Y9LglFFdscFgnQm/KBBgLgoa 5+5sT7MqvChHkgDd0J7jgtCP6qfOmE0= Received: from skull.home.blih.net (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 3c7da785 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 24 Nov 2020 19:12:18 +0000 (UTC) Date: Tue, 24 Nov 2020 20:12:15 +0100 From: Emmanuel Vadot To: Ian Lepore Cc: Emmanuel Vadot , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r367994 - head/release/arm Message-Id: <20201124201215.0b9d32e858d84ccbfc3144e4@bidouilliste.com> In-Reply-To: <1c6d8fa2da9dee0f1778c43fc98827cd3b1f3a44.camel@freebsd.org> References: <202011241752.0AOHq1tN020833@repo.freebsd.org> <1c6d8fa2da9dee0f1778c43fc98827cd3b1f3a44.camel@freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CgYYk0SZNz5613 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2020 19:12:26 -0000 On Tue, 24 Nov 2020 11:56:53 -0700 Ian Lepore wrote: > On Tue, 2020-11-24 at 17:52 +0000, Emmanuel Vadot wrote: > > Author: manu > > Date: Tue Nov 24 17:52:01 2020 > > New Revision: 367994 > > URL: https://svnweb.freebsd.org/changeset/base/367994 > > > > Log: > > Release: arm: Remove config for old boards > > > > All those board are impossible to buy nowadays and could boot using > > the > > GENERICSD image after putting the correct u-boot on them. > > > > The imx6 boards are most certainly not impossible to buy. But I think > they do work with the generic kernel. > > -- Ian Wandboard seems to be obtainable from wandboard.org but there is so many of them, does u-boot-wandboard works with all of them ? Same question for the hummingboard, I see some hummingboard on solid-run website but I don't know if u-boot-cubox-hummingboard is made for them or not. And yes they do boot with GENERIC kernel, in fact the release image have been using GENERIC kernel for a long time. > > Reviewed by: imp > > Relnotes: yes > > Differential Revision: https://reviews.freebsd.org/D27282 > > > > Deleted: > > head/release/arm/BANANAPI.conf > > head/release/arm/CUBIEBOARD.conf > > head/release/arm/CUBIEBOARD2.conf > > head/release/arm/CUBOX-HUMMINGBOARD.conf > > head/release/arm/PANDABOARD.conf > > head/release/arm/WANDBOARD.conf > -- Emmanuel Vadot