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

Kyle Evans kevans at FreeBSD.org
Sat Nov 23 03:38:26 UTC 2019


Author: kevans
Date: Sat Nov 23 03:38:26 2019
New Revision: 355027
URL: https://svnweb.freebsd.org/changeset/base/355027

Log:
  arm64/NOTES: add SOC_BRCM_BCM2838
  
  This should have been done back when it was added, but it was not. It only
  really adds an extra entry for memory mapping bits in bcm2835_vcbus.c, so
  nothing too extensive yet.

Modified:
  head/sys/arm64/conf/NOTES

Modified: head/sys/arm64/conf/NOTES
==============================================================================
--- head/sys/arm64/conf/NOTES	Sat Nov 23 01:47:17 2019	(r355026)
+++ head/sys/arm64/conf/NOTES	Sat Nov 23 03:38:26 2019	(r355027)
@@ -39,6 +39,7 @@ options 	SOC_ALLWINNER_H5
 options 	SOC_CAVM_THUNDERX
 options 	SOC_HISI_HI6220
 options 	SOC_BRCM_BCM2837
+options 	SOC_BRCM_BCM2838
 options 	SOC_MARVELL_8K
 options 	SOC_ROCKCHIP_RK3328
 options 	SOC_ROCKCHIP_RK3399


More information about the svn-src-all mailing list