public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg
  2019-04-04  5:57 Wu, Hao A
@ 2019-04-05  1:20 ` Kubacki, Michael A
  0 siblings, 0 replies; 2+ messages in thread
From: Kubacki, Michael A @ 2019-04-05  1:20 UTC (permalink / raw)
  To: devel@edk2.groups.io, Wu, Hao A
  Cc: Chiu, Chasel, Sinha, Ankit, Desimone, Nathaniel L

Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Wu, Hao A
> Sent: Wednesday, April 3, 2019 10:57 PM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A <hao.a.wu@intel.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>;
> Sinha, Ankit <ankit.sinha@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6]
> Some cleanup for platforms under ClevoOpenBoardPkg &
> KabylakeOpenBoardPkg
> 
> The series will do the below cleanups for platforms under
> ClevoOpenBoardPkg and KabylakeOpenBoardPkg:
> 
> A) Remove unused PCD 'PcdUseHpetTimer';
> B) Remove the unnecessary consumption of the 8259-related PCDs;
> C) Remove the unused duplicated Legacy8259 protocol GUID.
> 
> 
> Test done for the series:
> Build pass for N1xxWU & KabyLakeRvp3 platforms.
> 
> Cc: Michael A Kubacki <michael.a.kubacki@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> 
> Hao Wu (6):
>   ClevoOpenBoardPkg/N1xxWU: Remove unused PCD 'PcdUseHpetTimer'
>   ClevoOpenBoardPkg/N1xxWU: Remove the consume of 8259-related PCD
>   KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer'
>   KabylakeOpenBoardPkg/KBLRvp3: Remove the consume of 8259-related
> PCD
>   KabylakeSiliconPkg: Remove unused PCD 'PcdUseHpetTimer'
>   KabylakeSiliconPkg/SiPkg.dec: Remove Legacy8259 protocol GUID
> 
>  Silicon/Intel/KabylakeSiliconPkg/SiPkg.dec                              | 4 +---
>  Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgConfig.dsc
> | 1 -
>  Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc
> | 2 --
> 
> Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig.
> dsc | 3 +--
> 
> Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds
> c    | 5 +----
>  Silicon/Intel/KabylakeSiliconPkg/KabylakeSiliconPkg.dsc                 | 3 +--
>  6 files changed, 4 insertions(+), 14 deletions(-)
> 
> --
> 2.12.0.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg
       [not found] <15922FDDB25CFA89.18808@groups.io>
@ 2019-04-09  1:22 ` Wu, Hao A
  0 siblings, 0 replies; 2+ messages in thread
From: Wu, Hao A @ 2019-04-09  1:22 UTC (permalink / raw)
  To: devel@edk2.groups.io, Wu, Hao A
  Cc: Kubacki, Michael A, Chiu, Chasel, Sinha, Ankit,
	Desimone, Nathaniel L

Michael and Chasel,

Thanks for the review.
The series has been pushed at:
a496938e7b..889da83ddf (devel-MinPlatform branch)

Best Regards,
Hao Wu


> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Wu, Hao A
> Sent: Thursday, April 04, 2019 1:57 PM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A; Kubacki, Michael A; Chiu, Chasel; Sinha, Ankit; Desimone,
> Nathaniel L
> Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6]
> Some cleanup for platforms under ClevoOpenBoardPkg &
> KabylakeOpenBoardPkg
> 
> The series will do the below cleanups for platforms under
> ClevoOpenBoardPkg and KabylakeOpenBoardPkg:
> 
> A) Remove unused PCD 'PcdUseHpetTimer';
> B) Remove the unnecessary consumption of the 8259-related PCDs;
> C) Remove the unused duplicated Legacy8259 protocol GUID.
> 
> 
> Test done for the series:
> Build pass for N1xxWU & KabyLakeRvp3 platforms.
> 
> Cc: Michael A Kubacki <michael.a.kubacki@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> 
> Hao Wu (6):
>   ClevoOpenBoardPkg/N1xxWU: Remove unused PCD 'PcdUseHpetTimer'
>   ClevoOpenBoardPkg/N1xxWU: Remove the consume of 8259-related PCD
>   KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer'
>   KabylakeOpenBoardPkg/KBLRvp3: Remove the consume of 8259-related
> PCD
>   KabylakeSiliconPkg: Remove unused PCD 'PcdUseHpetTimer'
>   KabylakeSiliconPkg/SiPkg.dec: Remove Legacy8259 protocol GUID
> 
>  Silicon/Intel/KabylakeSiliconPkg/SiPkg.dec                              | 4 +---
>  Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgConfig.dsc
> | 1 -
>  Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc
> | 2 --
> 
> Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig
> .dsc | 3 +--
> 
> Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds
> c    | 5 +----
>  Silicon/Intel/KabylakeSiliconPkg/KabylakeSiliconPkg.dsc                 | 3 +--
>  6 files changed, 4 insertions(+), 14 deletions(-)
> 
> --
> 2.12.0.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-09  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <15922FDDB25CFA89.18808@groups.io>
2019-04-09  1:22 ` [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg Wu, Hao A
2019-04-04  5:57 Wu, Hao A
2019-04-05  1:20 ` [edk2-devel] " Kubacki, Michael A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox