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

8c9246
From 28f12646106e2b2451d0f204b1d24d9c38e1dbfb Mon Sep 17 00:00:00 2001
c4e3b2
From: Laszlo Ersek <lersek@redhat.com>
c4e3b2
Date: Wed, 14 Oct 2015 14:07:17 +0200
c4e3b2
Subject: ArmVirtPkg: set early hello message (RH only)
c4e3b2
c4e3b2
Notes about the RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] ->
c4e3b2
RHEL-8.5/20210520-e1999b264f1f [edk2-stable202105] rebase:
c4e3b2
c4e3b2
- no change
c4e3b2
c4e3b2
Notes about the RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] ->
c4e3b2
RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] rebase:
c4e3b2
c4e3b2
- context difference from upstream commit f5cb3767038e
c4e3b2
  ("ArmVirtPkg/ArmVirtQemu: add ResetSystem PEIM for upcoming TPM2
c4e3b2
  support", 2020-03-04) automatically resolved correctly
c4e3b2
c4e3b2
Notes about the RHEL-8.1/20190308-89910a39dcfd [edk2-stable201903] ->
c4e3b2
RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] rebase:
c4e3b2
c4e3b2
- no change
c4e3b2
c4e3b2
Notes about the RHEL-8.0/20180508-ee3198e672e2 ->
c4e3b2
RHEL-8.1/20190308-89910a39dcfd rebase:
c4e3b2
c4e3b2
- resolve context conflict with upstream commit eaa1e98ae31d ("ArmVirtPkg:
c4e3b2
  don't set PcdCoreCount", 2019-02-13)
c4e3b2
c4e3b2
Notes about the RHEL-7.6/ovmf-20180508-2.gitee3198e672e2.el7 ->
c4e3b2
RHEL-8.0/20180508-ee3198e672e2 rebase:
c4e3b2
c4e3b2
- reorder the rebase changelog in the commit message so that it reads like
c4e3b2
  a blog: place more recent entries near the top
c4e3b2
- no changes to the patch body
c4e3b2
c4e3b2
Notes about the 20171011-92d07e48907f -> 20180508-ee3198e672e2 rebase:
c4e3b2
c4e3b2
- no changes
c4e3b2
c4e3b2
Notes about the 20170228-c325e41585e3 -> 20171011-92d07e48907f rebase:
c4e3b2
c4e3b2
- no changes
c4e3b2
c4e3b2
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
c4e3b2
c4e3b2
- no changes
c4e3b2
c4e3b2
Print a friendly banner on QEMU, regardless of debug mask settings.
c4e3b2
c4e3b2
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1270279
c4e3b2
Downstream only:
c4e3b2
<http://thread.gmane.org/gmane.comp.bios.edk2.devel/2996/focus=3433>.
c4e3b2
c4e3b2
Contributed-under: TianoCore Contribution Agreement 1.0
c4e3b2
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
c4e3b2
(cherry picked from commit 5d4a15b9019728b2d96322bc679099da49916925)
c4e3b2
(cherry picked from commit 179df76dbb0d199bd905236e98775b4059c6502a)
c4e3b2
(cherry picked from commit ce3f59d0710c24c162d5222bbf5cd7e36180c80c)
c4e3b2
(cherry picked from commit c201a8e6ae28d75f7ba581828b533c3b26fa7f18)
c4e3b2
(cherry picked from commit 2d4db6ec70e004cd9ac147615d17033bee5d3b18)
c4e3b2
(cherry picked from commit fb2032bbea7e02c426855cf86a323556d493fd8a)
c4e3b2
(cherry picked from commit ba73b99d5cb38f87c1a8f0936d515eaaefa3f04b)
c4e3b2
(cherry picked from commit 72550e12ae469012a505bf5b98a6543a754028d3)
c4e3b2
---
c4e3b2
 ArmVirtPkg/ArmVirtQemu.dsc | 1 +
c4e3b2
 1 file changed, 1 insertion(+)
c4e3b2
c4e3b2
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
8c9246
index 7705bf3919..ae35cc1800 100644
c4e3b2
--- a/ArmVirtPkg/ArmVirtQemu.dsc
c4e3b2
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
75d8e7
@@ -134,6 +134,7 @@
c4e3b2
   gArmVirtTokenSpaceGuid.PcdTpm2SupportEnabled|$(TPM2_ENABLE)
c4e3b2
 
c4e3b2
 [PcdsFixedAtBuild.common]
c4e3b2
+  gArmPlatformTokenSpaceGuid.PcdEarlyHelloMessage|"UEFI firmware starting.\r\n"
c4e3b2
 !if $(ARCH) == AARCH64
c4e3b2
   gArmTokenSpaceGuid.PcdVFPEnabled|1
c4e3b2
 !endif
c4e3b2
-- 
8c9246
2.31.1
c4e3b2