Date: Tue, 20 May 2025 04:09:47 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4ae2a46b1663 - main - powerpc: Enable VIMAGE on more kernel configs Message-ID: <202505200409.54K49l4v039899@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=4ae2a46b1663ce4983210e00f158049c2301ab7b commit 4ae2a46b1663ce4983210e00f158049c2301ab7b Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2025-05-20 04:09:29 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-05-20 04:09:29 +0000 powerpc: Enable VIMAGE on more kernel configs Sponsored by: The FreeBSD Foundation --- sys/powerpc/conf/MPC85XX | 1 + sys/powerpc/conf/MPC85XXSPE | 1 + sys/powerpc/conf/QORIQ64 | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 674e8cb23d4e..c74819c7fee0 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -34,6 +34,7 @@ options FFS options GDB options GEOM_PART_GPT options GEOM_LABEL # Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index 207533c32559..ca828137ed72 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -34,6 +34,7 @@ options FFS options GDB options GEOM_PART_GPT options GEOM_LABEL # Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP diff --git a/sys/powerpc/conf/QORIQ64 b/sys/powerpc/conf/QORIQ64 index e72d967dd895..c64d015c37d1 100644 --- a/sys/powerpc/conf/QORIQ64 +++ b/sys/powerpc/conf/QORIQ64 @@ -42,6 +42,7 @@ options QUOTA #Enable disk quotas for UFS options GDB options GEOM_PART_GPT options GEOM_LABEL #Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505200409.54K49l4v039899>