git: 4ae2a46b1663 - main - powerpc: Enable VIMAGE on more kernel configs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 May 2025 04:09:47 UTC
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