[edk2-devel] [PATCH v2 RESEND 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg

Abdul Lateef Attar via groups.io posted 4 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
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
[edk2-devel] [PATCH v2 RESEND 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
Posted by Abdul Lateef Attar via groups.io 1 year, 1 month ago
Resending with correct email

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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101310): https://edk2.groups.io/g/devel/message/101310
Mute This Topic: https://groups.io/mt/97667944/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 RESEND 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
Posted by Chang, Abner via groups.io 1 year, 1 month ago
[AMD Official Use Only - General]

Hi Abdul,
I had gave reviewed-by to all patches. Let's wait for the reviewed-by given by maintainers for the updates of Maintainers.txt.
Thanks
Abner

> -----Original Message-----
> From: Abdul Lateef Attar <abdattar@amd.com>
> Sent: Friday, March 17, 2023 2:50 PM
> 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 RESEND 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
> 
> Resending with correct email
> 
> 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101316): https://edk2.groups.io/g/devel/message/101316
Mute This Topic: https://groups.io/mt/97667944/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-