Reviewed-by: Ray Ni <[email protected]> > -----Original Message----- > From: Shindo, Miki <[email protected]> > Sent: Wednesday, April 29, 2020 10:32 AM > To: [email protected] > Cc: Chaganty, Rangasai V <[email protected]>; Chiu, Chasel > <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Agyeman, Prince <[email protected]>; > Ni, Ray <[email protected]> > Subject: [edk2-platforms:PATCH v4 0/7] IntelSiliconPkg DxeAslUpdateLib support > > Patch 7/7 of this series adds DxeAslUpdateLib support in IntelSiliconPkg > so each project can consume it. > As the existing DxeAslUpdateLib in SiliconPkg have different header files, > this series of patches resolve the inconsistency and avoid build failure. > Also some of unreferenced contents are cleaned up. > > > Signed-off-by: Miki Shindo <[email protected]> > Cc: Sai Chaganty <[email protected]> > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Prince Agyeman <[email protected]> > Cc: Ray Ni <[email protected]> > Acked-by: Chasel Chiu <[email protected]> > Acked-by: Nate DeSimone <[email protected]> > > > Miki Shindo (7): > WhiskeylakeOpenBoardPkg/TbtDxe: Removes redundant > InitializeAslUpdateLib > KabylakeOpenBoardPkg/TbtDxe: Removes redundant InitializeAslUpdateLib > CometlakeOpenBoardPkg/TbtDxe: Removes redundant InitializeAslUpdateLib > MinPlatformPkg/DxeAslUpdateLib: Cleans up APIs > KabylakeSiliconPkg/DxeAslUpdateLib: Cleans up APIs > CoffeelakeSiliconPkg/DxeAslUpdateLib: Cleans up APIs > IntelSiliconPkg/DxeAslUpdateLib: Add DxeAslUpdateLib support > > Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.c > | 3 --- > Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.c > | 5 +---- > Platform/Intel/MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c > | 209 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++------------------------------------------------------------------------------------------------------ > Platform/Intel/WhiskeylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.c > | 5 +---- > Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c > | 190 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- > ----------------------------------------------------------------------------- > > Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c > | 94 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------ > Silicon/Intel/CoffeelakeSiliconPkg/Pch/PchInit/Dxe/PchAcpi.c > | 3 --- > Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c > | 518 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++ > Silicon/Intel/KabylakeSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c > | 207 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++------------------------------------------------------------------------------------------------------ > > Silicon/Intel/KabylakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c > | 94 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- > Silicon/Intel/KabylakeSiliconPkg/Pch/PchInit/Dxe/PchAcpi.c > | 5 +---- > Platform/Intel/MinPlatformPkg/Include/Library/AslUpdateLib.h > | 131 > ++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- > Silicon/Intel/CoffeelakeSiliconPkg/Include/Library/AslUpdateLib.h > | 114 > +++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- > Silicon/Intel/IntelSiliconPkg/Include/Library/AslUpdateLib.h > | 116 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++ > Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec > | 4 ++++ > Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf > | 42 > ++++++++++++++++++++++++++++++++++++++++++ > Silicon/Intel/KabylakeSiliconPkg/Include/Library/AslUpdateLib.h > | 130 > ++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------ > 17 files changed, 1238 insertions(+), 632 deletions(-) > create mode 100644 > Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c > create mode 100644 > Silicon/Intel/IntelSiliconPkg/Include/Library/AslUpdateLib.h > create mode 100644 > Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf > > -- > 2.16.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#58402): https://edk2.groups.io/g/devel/message/58402 Mute This Topic: https://groups.io/mt/73345581/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
