Date: Sat, 23 Nov 2019 03:38:26 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355027 - head/sys/arm64/conf Message-ID: <201911230338.xAN3cQ4Z075580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911230338.xAN3cQ4Z075580>