2020-09-16 14:25:00 +00:00
|
|
|
From 34a88714097996e34811d27b32e77ff71ca763a6 Mon Sep 17 00:00:00 2001
|
2017-11-14 15:05:26 +00:00
|
|
|
From: Laszlo Ersek <lersek@redhat.com>
|
|
|
|
Date: Wed, 14 Oct 2015 14:07:17 +0200
|
2018-08-31 17:06:06 +00:00
|
|
|
Subject: [PATCH] ArmVirtPkg: set early hello message (RH only)
|
2017-11-14 15:05:26 +00:00
|
|
|
|
|
|
|
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>.
|
|
|
|
|
|
|
|
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
|
|
|
|
|
|
|
|
- no changes
|
|
|
|
|
|
|
|
Notes about the 20170228-c325e41585e3 -> 20171011-92d07e48907f rebase:
|
|
|
|
|
|
|
|
- no changes
|
|
|
|
|
|
|
|
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)
|
2018-05-29 21:06:35 +00:00
|
|
|
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
2017-11-14 15:05:26 +00:00
|
|
|
---
|
|
|
|
ArmVirtPkg/ArmVirtQemu.dsc | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
|
2020-09-16 14:25:00 +00:00
|
|
|
index 24c6ea2e64..ad6af7f1c6 100644
|
2017-11-14 15:05:26 +00:00
|
|
|
--- a/ArmVirtPkg/ArmVirtQemu.dsc
|
|
|
|
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
|
2020-09-16 14:25:00 +00:00
|
|
|
@@ -125,6 +125,7 @@
|
|
|
|
gArmVirtTokenSpaceGuid.PcdTpm2SupportEnabled|$(TPM2_ENABLE)
|
2017-11-14 15:05:26 +00:00
|
|
|
|
|
|
|
[PcdsFixedAtBuild.common]
|
|
|
|
+ gArmPlatformTokenSpaceGuid.PcdEarlyHelloMessage|"UEFI firmware starting.\r\n"
|
|
|
|
!if $(ARCH) == AARCH64
|
|
|
|
gArmTokenSpaceGuid.PcdVFPEnabled|1
|
2019-03-15 16:27:02 +00:00
|
|
|
!endif
|