svn commit: r366196 - head/sys/arm64/conf

Michal Meloun mmel at FreeBSD.org
Sun Sep 27 10:15:04 UTC 2020


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.


More information about the svn-src-all mailing list