Blame SOURCES/0016-ArmPlatformPkg-introduce-fixed-PCD-for-early-hello-m.patch

c49882
From eba5ecf4b2611d593a978ccac804314ab7848754 Mon Sep 17 00:00:00 2001
6009e6
From: Laszlo Ersek <lersek@redhat.com>
6009e6
Date: Wed, 14 Oct 2015 13:49:43 +0200
6009e6
Subject: ArmPlatformPkg: introduce fixed PCD for early hello message (RH only)
6009e6
94daa4
Notes about the RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] ->
94daa4
RHEL-8.5/20210520-e1999b264f1f [edk2-stable202105] rebase:
94daa4
94daa4
- no change
94daa4
3e2dc0
Notes about the RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] ->
3e2dc0
RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] rebase:
3e2dc0
3e2dc0
- no change
3e2dc0
6009e6
Notes about the RHEL-8.1/20190308-89910a39dcfd [edk2-stable201903] ->
6009e6
RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] rebase:
6009e6
6009e6
- no change
6009e6
6009e6
Notes about the RHEL-8.0/20180508-ee3198e672e2 ->
6009e6
RHEL-8.1/20190308-89910a39dcfd rebase:
6009e6
6009e6
- no change
6009e6
6009e6
Notes about the RHEL-7.6/ovmf-20180508-2.gitee3198e672e2.el7 ->
6009e6
RHEL-8.0/20180508-ee3198e672e2 rebase:
6009e6
6009e6
- reorder the rebase changelog in the commit message so that it reads like
6009e6
  a blog: place more recent entries near the top
6009e6
- no changes to the patch body
6009e6
6009e6
Notes about the 20171011-92d07e48907f -> 20180508-ee3198e672e2 rebase:
6009e6
6009e6
- no changes
6009e6
6009e6
Notes about the 20170228-c325e41585e3 -> 20171011-92d07e48907f rebase:
6009e6
6009e6
- no changes
6009e6
6009e6
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
6009e6
6009e6
- no changes
6009e6
6009e6
Drew has proposed that ARM|AARCH64 platform firmware (especially virtual
6009e6
machine firmware) print a reasonably early, simple hello message to the
6009e6
serial port, regardless of debug mask settings. This should inform
6009e6
interactive users, and provide some rough help in localizing boot
6009e6
problems, even with restrictive debug masks.
6009e6
6009e6
If a platform doesn't want this feature, it should stick with the default
6009e6
empty string.
6009e6
6009e6
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1270279
6009e6
Downstream only:
6009e6
<http://thread.gmane.org/gmane.comp.bios.edk2.devel/2996/focus=3433>.
6009e6
6009e6
Suggested-by: Drew Jones <drjones@redhat.com>
6009e6
Contributed-under: TianoCore Contribution Agreement 1.0
6009e6
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
6009e6
(cherry picked from commit 7ce97b06421434c82095f01a1753a8c9c546cc30)
6009e6
(cherry picked from commit 20b1f1cbd0590aa71c6d99d35e23cf08e0707750)
6009e6
(cherry picked from commit 6734b88cf7abcaf42632e3d2fc469b2169dd2f16)
6009e6
(cherry picked from commit ef77da632559e9baa1c69869e4cbea377068ef27)
6009e6
(cherry picked from commit 58755c51d3252312d80cbcb97928d71199c2f5e1)
6009e6
(cherry picked from commit c3f07e323e76856f1b42ea7b8c598ba3201c28a2)
3e2dc0
(cherry picked from commit 9f756c1ad83cc81f7d892cd036d59a2b567b02dc)
94daa4
(cherry picked from commit c75aea7a738ac7fb944c0695a4bfffc3985afaa9)
6009e6
---
6009e6
 ArmPlatformPkg/ArmPlatformPkg.dec | 7 +++++++
6009e6
 1 file changed, 7 insertions(+)
6009e6
6009e6
diff --git a/ArmPlatformPkg/ArmPlatformPkg.dec b/ArmPlatformPkg/ArmPlatformPkg.dec
94daa4
index 3a25ddcdc8..b2b58553c7 100644
6009e6
--- a/ArmPlatformPkg/ArmPlatformPkg.dec
6009e6
+++ b/ArmPlatformPkg/ArmPlatformPkg.dec
94daa4
@@ -121,6 +121,13 @@
6009e6
   ## If set, this will swap settings for HDLCD RED_SELECT and BLUE_SELECT registers
6009e6
   gArmPlatformTokenSpaceGuid.PcdArmHdLcdSwapBlueRedSelect|FALSE|BOOLEAN|0x00000045
6009e6
 
6009e6
+  #
6009e6
+  # Early hello message (ASCII string), printed to the serial port.
6009e6
+  # If set to the empty string, nothing is printed.
6009e6
+  # Otherwise, a trailing CRLF should be specified explicitly.
6009e6
+  #
6009e6
+  gArmPlatformTokenSpaceGuid.PcdEarlyHelloMessage|""|VOID*|0x00000100
6009e6
+
6009e6
 [PcdsFixedAtBuild.common,PcdsDynamic.common]
6009e6
   ## PL031 RealTimeClock
6009e6
   gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0|UINT32|0x00000024
6009e6
-- 
94daa4
2.27.0
6009e6