From owner-svn-src-head@freebsd.org Sun Sep 27 17:51:47 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 8481E422F1A; Sun, 27 Sep 2020 17:51:47 +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 4BztWR1HpDz42jW; Sun, 27 Sep 2020 17:51:46 +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 E30328D4A157; Sun, 27 Sep 2020 17:51:38 +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 5DB49E707C7; Sun, 27 Sep 2020 17:51:38 +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 L3U10hDAvhkd; Sun, 27 Sep 2020 17:51:37 +0000 (UTC) Received: from [169.254.164.49] (unknown [IPv6:fde9:577b:c1a9:4902:e8fe:caa7:e262:9516]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id C5EC4E707C0; Sun, 27 Sep 2020 17:51:36 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Michal Meloun" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r366196 - head/sys/arm64/conf Date: Sun, 27 Sep 2020 17:51:36 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: In-Reply-To: <202009271015.08RAF3q9093138@repo.freebsd.org> References: <202009271015.08RAF3q9093138@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 4BztWR1HpDz42jW X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:24940, ipnet:195.201.0.0/16, country:DE]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 27 Sep 2020 17:51:47 -0000 On 27 Sep 2020, at 10:15, Michal Meloun wrote: > Author: mmel > Date: Sun Sep 27 10:15:03 2020 > New Revision: 366196 > URL: https://svnweb.freebsd.org/changeset/base/366196 > > Log: > Add LINUX_BOOT_ABI back to arm64 GENERIC kernel. > > It was removed in r355289 but forgot to return it back when new > u-boot booti > support was committed. Although booti is not the preferred method > of > booting the kernel, it is very useful for the initial phase of > porting > FreeBSD to a new platform or booting the kernel on various embedded > boards > in an industrial environment. Seem this prevents (at least my) kernels to boot from loader. Removing the option and rebuilding and the kernel booted. /bz