|
|
cc9195 |
From 762595334aa7ce88412cc77e136db9b41577a699 Mon Sep 17 00:00:00 2001
|
|
|
cc9195 |
From: Laszlo Ersek <lersek@redhat.com>
|
|
|
cc9195 |
Date: Tue, 12 Apr 2016 20:50:25 +0200
|
|
|
cc9195 |
Subject: ArmVirtPkg: QemuFwCfgLib: allow UEFI_DRIVER client modules (RH only)
|
|
|
cc9195 |
|
|
|
cc9195 |
Notes about the RHEL-7.6/ovmf-20180508-2.gitee3198e672e2.el7 ->
|
|
|
cc9195 |
RHEL-8.0/20180508-ee3198e672e2 rebase:
|
|
|
cc9195 |
|
|
|
cc9195 |
- reorder the rebase changelog in the commit message so that it reads like
|
|
|
cc9195 |
a blog: place more recent entries near the top
|
|
|
cc9195 |
- no changes to the patch body
|
|
|
cc9195 |
|
|
|
cc9195 |
Notes about the 20171011-92d07e48907f -> 20180508-ee3198e672e2 rebase:
|
|
|
cc9195 |
|
|
|
cc9195 |
- no change
|
|
|
cc9195 |
|
|
|
cc9195 |
Notes about the 20170228-c325e41585e3 -> 20171011-92d07e48907f rebase:
|
|
|
cc9195 |
|
|
|
cc9195 |
- no changes
|
|
|
cc9195 |
|
|
|
cc9195 |
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
|
|
|
cc9195 |
|
|
|
cc9195 |
- no changes
|
|
|
cc9195 |
|
|
|
cc9195 |
Contributed-under: TianoCore Contribution Agreement 1.0
|
|
|
cc9195 |
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
cc9195 |
(cherry picked from commit 8e2153358aa2bba2c91faa87a70beadcaae03fd8)
|
|
|
cc9195 |
(cherry picked from commit 5af259a93f4bbee5515ae18638068125e170f2cd)
|
|
|
cc9195 |
(cherry picked from commit 22b073005af491eef177ef5f80ffe71c1ebabb03)
|
|
|
cc9195 |
(cherry picked from commit f77f1e7dd6013f918c70e089c95b8f4166085fb9)
|
|
|
cc9195 |
---
|
|
|
cc9195 |
ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf | 2 +-
|
|
|
cc9195 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
cc9195 |
|
|
|
cc9195 |
diff --git a/ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf b/ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
|
|
|
cc9195 |
index eff4a21..adf1ff6 100644
|
|
|
cc9195 |
--- a/ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
|
|
|
cc9195 |
+++ b/ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
|
|
|
cc9195 |
@@ -22,7 +22,7 @@
|
|
|
cc9195 |
FILE_GUID = B271F41F-B841-48A9-BA8D-545B4BC2E2BF
|
|
|
cc9195 |
MODULE_TYPE = BASE
|
|
|
cc9195 |
VERSION_STRING = 1.0
|
|
|
cc9195 |
- LIBRARY_CLASS = QemuFwCfgLib|DXE_DRIVER
|
|
|
cc9195 |
+ LIBRARY_CLASS = QemuFwCfgLib|DXE_DRIVER UEFI_DRIVER
|
|
|
cc9195 |
|
|
|
cc9195 |
CONSTRUCTOR = QemuFwCfgInitialize
|
|
|
cc9195 |
|
|
|
cc9195 |
--
|
|
|
cc9195 |
1.8.3.1
|
|
|
cc9195 |
|