Re: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-08-31 Thread Isaac Oram
, Kathappan Subject: RE: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting Hi Isaac, Good cleanup! For the series... Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Friday, July 22, 2022 11:46 AM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chiu

Re: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-08-31 Thread Nate DeSimone
; Luo, Heng ; Kethi Reddy, Deepika ; Esakkithevar, Kathappan Subject: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting These changes simplify the logic for board porting by creating common include files for initializing PCD and for some stage specific logic commonly implemented

[edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-07-22 Thread Oram, Isaac W
These changes simplify the logic for board porting by creating common include files for initializing PCD and for some stage specific logic commonly implemented. Removes the PERFORMANCE_ENABLE flag and rely on the gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable only. Simplifies the