64 lines
2.1 KiB
Diff
64 lines
2.1 KiB
Diff
|
From fb2032bbea7e02c426855cf86a323556d493fd8a Mon Sep 17 00:00:00 2001
|
||
|
From: Laszlo Ersek <lersek@redhat.com>
|
||
|
Date: Wed, 14 Oct 2015 14:07:17 +0200
|
||
|
Subject: ArmVirtPkg: set early hello message (RH only)
|
||
|
|
||
|
Notes about the RHEL-8.0/20180508-ee3198e672e2 ->
|
||
|
RHEL-8.1/20190308-89910a39dcfd rebase:
|
||
|
|
||
|
- resolve context conflict with upstream commit eaa1e98ae31d ("ArmVirtPkg:
|
||
|
don't set PcdCoreCount", 2019-02-13)
|
||
|
|
||
|
Notes about the RHEL-7.6/ovmf-20180508-2.gitee3198e672e2.el7 ->
|
||
|
RHEL-8.0/20180508-ee3198e672e2 rebase:
|
||
|
|
||
|
- reorder the rebase changelog in the commit message so that it reads like
|
||
|
a blog: place more recent entries near the top
|
||
|
- no changes to the patch body
|
||
|
|
||
|
Notes about the 20171011-92d07e48907f -> 20180508-ee3198e672e2 rebase:
|
||
|
|
||
|
- no changes
|
||
|
|
||
|
Notes about the 20170228-c325e41585e3 -> 20171011-92d07e48907f rebase:
|
||
|
|
||
|
- no changes
|
||
|
|
||
|
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
|
||
|
|
||
|
- no changes
|
||
|
|
||
|
Print a friendly banner on QEMU, regardless of debug mask settings.
|
||
|
|
||
|
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1270279
|
||
|
Downstream only:
|
||
|
<http://thread.gmane.org/gmane.comp.bios.edk2.devel/2996/focus=3433>.
|
||
|
|
||
|
Contributed-under: TianoCore Contribution Agreement 1.0
|
||
|
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
(cherry picked from commit 5d4a15b9019728b2d96322bc679099da49916925)
|
||
|
(cherry picked from commit 179df76dbb0d199bd905236e98775b4059c6502a)
|
||
|
(cherry picked from commit ce3f59d0710c24c162d5222bbf5cd7e36180c80c)
|
||
|
(cherry picked from commit c201a8e6ae28d75f7ba581828b533c3b26fa7f18)
|
||
|
(cherry picked from commit 2d4db6ec70e004cd9ac147615d17033bee5d3b18)
|
||
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
||
|
---
|
||
|
ArmVirtPkg/ArmVirtQemu.dsc | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
index 9fc78d4e0a..a4cd66b846 100644
|
||
|
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
||
|
@@ -94,6 +94,7 @@
|
||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
|
||
|
|
||
|
[PcdsFixedAtBuild.common]
|
||
|
+ gArmPlatformTokenSpaceGuid.PcdEarlyHelloMessage|"UEFI firmware starting.\r\n"
|
||
|
!if $(ARCH) == AARCH64
|
||
|
gArmTokenSpaceGuid.PcdVFPEnabled|1
|
||
|
!endif
|
||
|
--
|
||
|
2.18.1
|
||
|
|