Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 10:15:03 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366196 - head/sys/arm64/conf
Message-ID:  <202009271015.08RAF3q9093138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sun Sep 27 09:27:39 2020	(r366195)
+++ head/sys/arm64/conf/GENERIC	Sun Sep 27 10:15:03 2020	(r366196)
@@ -79,6 +79,7 @@ options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en
 options 	RCTL			# Resource limits
 options 	SMP
 options 	INTRNG
+options 	LINUX_BOOT_ABI		# Boot using booti command from U-Boot
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271015.08RAF3q9093138>