Reviewed-by: Chasel Chiu <[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 3/7] CometlakeOpenBoardPkg/TbtDxe: > Removes redundant InitializeAslUpdateLib > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2536 > > This commit removes redundant InitializeAslUpdateLib calls as > DxeAslUpdateLib itself calls it internally. > > 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]> > --- > Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.c > | 3 --- > 1 file changed, 3 deletions(-) > > diff --git > a/Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe. > c > b/Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe. > c > index ef6201de94..e43c5c2fa1 100644 > --- > a/Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe. > c > +++ > b/Platform/Intel/CometlakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtD > +++ xe.c > @@ -125,9 +125,6 @@ TbtAcpiEndOfDxeCallback ( > UINT16 Length; > UINT32 Signature; > > - Status = InitializeAslUpdateLib (); > - ASSERT_EFI_ERROR (Status); > - > Address = (UINT32) (UINTN) mTbtNvsAreaProtocol.Area; > Length = (UINT16) sizeof (TBT_NVS_AREA); > DEBUG ((DEBUG_INFO, "Patch TBT NvsAreaAddress: TBT NVS Address %x > Length %x\n", Address, Length)); > -- > 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#58358): https://edk2.groups.io/g/devel/message/58358 Mute This Topic: https://groups.io/mt/73345586/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
