public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Chang, Abner via groups.io" <abner.chang=amd.com@groups.io>
To: Taylor Beebe <taylor.d.beebe@gmail.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Attar, AbdulLateef (Abdul Lateef)" <AbdulLateef.Attar@amd.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Leif Lindholm <quic_llindhol@quicinc.com>
Subject: Re: [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance
Date: Fri, 1 Dec 2023 01:24:54 +0000	[thread overview]
Message-ID: <CH2PR12MB39574B9A08668137E0AA2765EA81A@CH2PR12MB3957.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20231201003440.807-2-taylor.d.beebe@gmail.com>

[AMD Official Use Only - General]

Reviewed-by: Abner Chang <abner.chang@amd.com>

I am good with this change if Ard and Leif has no additional comments on this.
Abner

> -----Original Message-----
> From: Taylor Beebe <taylor.d.beebe@gmail.com>
> Sent: Friday, December 1, 2023 8:34 AM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Attar, AbdulLateef (Abdul
> Lateef) <AbdulLateef.Attar@amd.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>; Leif Lindholm <quic_llindhol@quicinc.com>
> Subject: [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add
> ImagePropertiesRecordLib Instance
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Abdul Lateef Attar <abdattar@amd.com>
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> ---
>  Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> index 27ae2a86b82d..5a1ecfa43857 100644
> --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> @@ -52,6 +52,7 @@ DEFINE X64EMU_ENABLE  = FALSE
>    PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
>
> UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDeco
> mpressLib.inf
>    CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> +
> ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLi
> b/ImagePropertiesRecordLib.inf
>
>    UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
>    UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
> --
> 2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111957): https://edk2.groups.io/g/devel/message/111957
Mute This Topic: https://groups.io/mt/102906505/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  reply	other threads:[~2023-12-01  1:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
2023-12-01  1:24   ` Chang, Abner via groups.io [this message]
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 02/17] Platform/ARM/Morello: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 03/17] Platform/BeagleBoard/BeagleBoardPkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 05/17] Platform/LeMaker/CelloBoard: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 06/17] Platform/RaspberryPi: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
2023-12-01  6:28   ` Chao Li
2023-12-01  8:08   ` xianglai
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 10/17] Platform/Socionext: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 11/17] Platform/SoftIron/Overdrive1000Board: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 12/17] Silicon/NXP: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 13/17] Silicon/Hisilicon: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: " Taylor Beebe
2023-12-08 16:22   ` Marcin Wojtas via groups.io
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 15/17] Platform/Sophgo/SG2042_EVB_Board: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: " Taylor Beebe
2023-12-01  2:39   ` Nhi Pham via groups.io
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 17/17] Silicon/Phytium/PhytiumCommonPkg: " Taylor Beebe
2023-12-01  8:18 ` [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH2PR12MB39574B9A08668137E0AA2765EA81A@CH2PR12MB3957.namprd12.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox