65 lines
2.3 KiB
Diff
65 lines
2.3 KiB
Diff
|
From 16ea5dcae2f8064bfb2c24109f48c87dfc5c0823 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@redhat.com>
|
||
|
Date: Thu, 1 Jul 2021 20:29:22 +0200
|
||
|
Subject: [PATCH 12/19] ArmVirtPkg: Remove UdfDxe filesystem driver (RHEL only)
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
RH-Author: Philippe Mathieu-Daudé <philmd@redhat.com>
|
||
|
RH-MergeRequest: 3: Disable features for RHEL9
|
||
|
RH-Commit: [12/19] fcadb6a747b65e4d449d48131c9a2eeed4bd3c9a
|
||
|
RH-Bugzilla: 1967747
|
||
|
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
|
||
|
Remove the UDF driver.
|
||
|
|
||
|
Suggested-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
||
|
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
||
|
---
|
||
|
ArmVirtPkg/ArmVirtQemu.dsc | 1 -
|
||
|
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 -
|
||
|
ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 -
|
||
|
3 files changed, 3 deletions(-)
|
||
|
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
index 1b35b84b72..2d40132431 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
@@ -424,7 +424,6 @@
|
||
|
MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
||
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
- MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
|
||
|
#
|
||
|
# Bds
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
index 87c0c42085..a6d5c35649 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
|
||
|
@@ -83,7 +83,6 @@ READ_LOCK_STATUS = TRUE
|
||
|
INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
||
|
INF FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
- INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
|
||
|
#
|
||
|
# Status Code Routing
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
index a8a8525b1f..fa98d8ff50 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc
|
||
|
@@ -354,7 +354,6 @@
|
||
|
MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
||
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
||
|
FatPkg/EnhancedFatDxe/Fat.inf
|
||
|
- MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
|
||
|
|
||
|
#
|
||
|
# Bds
|
||
|
--
|
||
|
2.27.0
|
||
|
|