From: Peter Robinson <pbrobin...@gmail.com>

aarch64: Options required for UEFI HTTP boot on SystemReady-DT

To support UEFI HTTP(S) boot on SystemReady-DT compliant
devices we need PMEM support to be built into the kernel
so that the memory/storage options are available in kernel
early on to be able to start the install. The SystemReady-DT
platforms are supported on both RHEL and Fedora for a
number of usecases.

Signed-off-by: Peter Robinson <pbrobin...@gmail.com>

diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_BLK_DEV_PMEM 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_BLK_DEV_PMEM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_BLK_DEV_PMEM
@@ -0,0 +1 @@
+CONFIG_BLK_DEV_PMEM=y
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX
@@ -0,0 +1 @@
+CONFIG_DEV_DAX=y
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX_PMEM 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX_PMEM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_DEV_DAX_PMEM
@@ -0,0 +1 @@
+CONFIG_DEV_DAX_PMEM=y
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_LIBNVDIMM 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_LIBNVDIMM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_LIBNVDIMM
@@ -0,0 +1 @@
+CONFIG_LIBNVDIMM=y
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_ND_PFN 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_ND_PFN
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ND_PFN
@@ -0,0 +1 @@
+CONFIG_ND_PFN=y
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_OF_PMEM 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_OF_PMEM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_OF_PMEM
@@ -0,0 +1 @@
+CONFIG_OF_PMEM=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3579

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to