Blame SOURCES/0017-ArmVirtPkg-set-early-hello-message-RH-only.patch

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