Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2022 10:16:33 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 402c04af1bc8 - main - Add more SOC options to the arm64 NOTES file
Message-ID:  <202211031016.2A3AGXSH021647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=402c04af1bc82b2614d54158a4567fde2553e865

commit 402c04af1bc82b2614d54158a4567fde2553e865
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-11-03 09:44:08 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-11-03 09:45:47 +0000

    Add more SOC options to the arm64 NOTES file
    
    These are found in other config files. Include them in NOTES so they
    are used in the LINT configs.
---
 sys/arm64/conf/NOTES | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 584234e2a586..e1510a3e5217 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -33,11 +33,17 @@ options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 # SoC support
 options 	SOC_ALLWINNER_A64
 options 	SOC_ALLWINNER_H5
+options 	SOC_ALLWINNER_H6
 options 	SOC_BRCM_BCM2837
 options 	SOC_BRCM_BCM2838
+options 	SOC_BRCM_NS2
 options 	SOC_CAVM_THUNDERX
+options 	SOC_FREESCALE_IMX8
 options 	SOC_HISI_HI6220
+options 	SOC_INTEL_STRATIX10
 options 	SOC_MARVELL_8K
+options 	SOC_NVIDIA_TEGRA210
+options 	SOC_NXP_LS
 options 	SOC_ROCKCHIP_RK3328
 options 	SOC_ROCKCHIP_RK3399
 options 	SOC_XILINX_ZYNQ



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