Reviewed-by: Chasel Chiu <[email protected]>
Thanks, Chasel > -----Original Message----- > From: Desimone, Nathaniel L <[email protected]> > Sent: Monday, November 27, 2023 5:04 PM > To: [email protected] > Cc: Chiu, Chasel <[email protected]> > Subject: [edk2-platforms][PATCH v1] PurleyOpenBoardPkg: Fix Build > > Adds SmmLockBox driver which is needed to build with the newest version of > MinPlatformPkg > > Cc: Chasel Chiu <[email protected]> > Signed-off-by: Nate DeSimone <[email protected]> > --- > .../Intel/PurleyOpenBoardPkg/BoardMtOlympus/OpenBoardPkg.dsc | 3 ++- > .../Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git > a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/OpenBoardPkg.dsc > b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/OpenBoardPkg.dsc > index 39c5cf78ab..65f22bb90e 100644 > --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/OpenBoardPkg.dsc > +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/OpenBoardPkg.dsc > @@ -1,7 +1,7 @@ > ## @file > # The main build description file for the MtOlympus board. > # > -# Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2018 - 2023, Intel Corporation. All rights > +reserved.<BR> > # > # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -195,6 +195,7 @@ > $(PLATFORM_PACKAGE)/PlatformInit/PlatformInitSmm/PlatformInitSmm.inf > > $(PLATFORM_BOARD_PACKAGE)/Policy/S3NvramSave/S3NvramSave.inf > + MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf > > # > # Shell > diff --git > a/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc > b/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc > index 5747717ecb..64e8978942 100644 > --- a/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc > +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/OpenBoardPkg.dsc > @@ -1,7 +1,7 @@ > ## @file > # The main build description file for the TiogaPass board. > # > -# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2018 - 2023, Intel Corporation. All rights > +reserved.<BR> > # Copyright (c) 2021, American Megatrends International LLC.<BR> # SPDX- > License-Identifier: BSD-2-Clause-Patent # @@ -226,6 +226,7 @@ > > $(PLATFORM_BOARD_PACKAGE)/Policy/S3NvramSave/S3NvramSave.inf > BoardModulePkg/BoardBdsHookDxe/BoardBdsHookDxe.inf > + MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf > > # > # Shell > -- > 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111788): https://edk2.groups.io/g/devel/message/111788 Mute This Topic: https://groups.io/mt/102842752/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
