From: "Attar, AbdulLateef (Abdul Lateef)" <AbdulLateef.Attar@amd.com>
To: "Attar, AbdulLateef (Abdul Lateef)" <AbdulLateef.Attar@amd.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>,
Leif Lindholm <quic_llindhol@quicinc.com>,
"Chang, Abner" <Abner.Chang@amd.com>,
Michael D Kinney <michael.d.kinney@intel.com>
Subject: Re: [PATCH v2 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
Date: Fri, 17 Mar 2023 06:31:29 +0000 [thread overview]
Message-ID: <PH7PR12MB6466B922F10940A209E8E3E5E0BD9@PH7PR12MB6466.namprd12.prod.outlook.com> (raw)
In-Reply-To: <cover.1679034315.git.abdattar@amd.com>
[AMD Official Use Only - General]
Hi Abner,
Thanks for reviewing the code, I had addressed the review comments in V2 version.
- Abdul
-----Original Message-----
From: Abdul Lateef Attar <abdattar@amd.com>
Sent: 17 March 2023 11:59
To: 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>; Chang, Abner <Abner.Chang@amd.com>; Michael D Kinney <michael.d.kinney@intel.com>
Subject: [PATCH v2 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
Adds AMD/BoardPkg to support MinPlatformPkg framework.
Adds AMD/PlatformPkg, which provide supporting modules and libraries for AMD based platform.
PR: https://github.com/tianocore/edk2-platforms/pull/69
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Abdul Lateef Attar (4):
Platform/AMD: Adds BoardPkg and PlatformPkg
Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
Platform/AMD/BoardPkg/BoardPkg.dec | 18 +
Platform/AMD/PlatformPkg/PlatformPkg.dec | 31 ++
Platform/AMD/BoardPkg/BoardPkg.dsc | 30 ++
Platform/AMD/PlatformPkg/PlatformPkg.dsc | 43 +++
.../SetCacheMtrrLib/SetCacheMtrrLib.inf | 37 ++
.../PlatformPkg/PciHotPlug/PciHotPlugInit.inf | 41 +++ .../Library/SetCacheMtrrLib/SetCacheMtrrLib.c | 132 +++++++
.../PlatformPkg/PciHotPlug/PciHotPlugInit.c | 340 ++++++++++++++++++
Maintainers.txt | 6 +
9 files changed, 678 insertions(+)
create mode 100644 Platform/AMD/BoardPkg/BoardPkg.dec
create mode 100644 Platform/AMD/PlatformPkg/PlatformPkg.dec
create mode 100644 Platform/AMD/BoardPkg/BoardPkg.dsc
create mode 100644 Platform/AMD/PlatformPkg/PlatformPkg.dsc
create mode 100644 Platform/AMD/BoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.inf
create mode 100644 Platform/AMD/PlatformPkg/PciHotPlug/PciHotPlugInit.inf
create mode 100644 Platform/AMD/BoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.c
create mode 100644 Platform/AMD/PlatformPkg/PciHotPlug/PciHotPlugInit.c
--
2.25.1
prev parent reply other threads:[~2023-03-17 6:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-17 6:28 [PATCH v2 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg Abdul Lateef Attar
2023-03-17 6:28 ` [PATCH v2 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg Abdul Lateef Attar
2023-03-17 6:28 ` [PATCH v2 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation Abdul Lateef Attar
2023-03-17 6:28 ` [PATCH v2 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library Abdul Lateef Attar
2023-03-17 6:28 ` [PATCH v2 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers Abdul Lateef Attar
2023-03-17 6:31 ` Attar, AbdulLateef (Abdul Lateef) [this message]
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=PH7PR12MB6466B922F10940A209E8E3E5E0BD9@PH7PR12MB6466.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