Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 22:26:19 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: adc96a51a553 - main - Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG, which is the same as GENERIC-MMCCAM but using a nodebug baseline.
Message-ID:  <202101192226.10JMQJQ9043182@gitrepo.freebsd.org>

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

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

commit adc96a51a5539a185898d71ebb22f17cbf61e039
Author:     Robert Watson <rwatson@FreeBSD.org>
AuthorDate: 2021-01-16 12:42:26 +0000
Commit:     Robert Watson <rwatson@FreeBSD.org>
CommitDate: 2021-01-19 22:26:20 +0000

    Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG,
    which is the same as GENERIC-MMCCAM but using a nodebug baseline.
    
    Reviewed by:            andrew, br (earlier version), jrtc27 (earlier version)
    Differential revision:  https://reviews.freebsd.org/D28091
---
 sys/arm64/conf/GENERIC-MMCCAM-NODEBUG | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
new file mode 100644
index 000000000000..93360bea9bc0
--- /dev/null
+++ b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
@@ -0,0 +1,13 @@
+#
+# GENERIC-MMCCAM-NODEBUG
+#
+# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
+# present to keep it building in tree since it wouldn't work in LINT.  This
+# version without debugging features.
+#
+# $FreeBSD$
+
+include GENERIC-MMCCAP
+include "../../conf/std.nodebug"
+
+ident GENERIC-MMCCAM-NODEBUG



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