From: "Nate DeSimone" <nathaniel.l.desimone@intel.com>
To: "Hsueh, DoraX" <dorax.hsueh@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Chaganty, Rangasai V" <rangasai.v.chaganty@intel.com>,
"Chuang, Rosen" <rosen.chuang@intel.com>,
"Kasbekar, Saloni" <saloni.kasbekar@intel.com>
Subject: Re: [edk2-devel] [PATCH] AlderlakeOpenBoardPkg: Update to reference RaptorLakeFspBinPkg FSP
Date: Mon, 6 May 2024 17:12:01 +0000 [thread overview]
Message-ID: <MW4PR11MB5821C6732F0937442C9C1C86CD1C2@MW4PR11MB5821.namprd11.prod.outlook.com> (raw)
In-Reply-To: <284bdc2612b80a3ac22cad8c0220c536cd6ee3b4.1714987867.git.dorax.hsueh@intel.com>
Pushed as 7e51d29
> -----Original Message-----
> From: Hsueh, DoraX <dorax.hsueh@intel.com>
> Sent: Monday, May 6, 2024 2:42 AM
> To: devel@edk2.groups.io
> Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>;
> Kasbekar, Saloni <saloni.kasbekar@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [PATCH] AlderlakeOpenBoardPkg: Update to reference
> RaptorLakeFspBinPkg FSP
>
> From: DoraX Hsueh <dorax.hsueh@intel.com>
>
> https://bugzilla.tianocore.org/show_bug.cgi?id=4771
>
> Due to AlderLakeFspBinPkg will not be maintained going forward, ADL
> Openboard will reference RaptorLakeFspBinPkg FSP.
>
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Rosen Chuang <rosen.chuang@intel.com>
> Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
> ---
> .../Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/OpenBoardPkg.dsc | 2 +-
> .../Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/build_config.cfg | 2 +-
> .../SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf | 2 +-
> .../OpenBoardPlatformInitPei/OpenBoardPlatformInitPostMem.inf | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/OpenBoardPkg.dsc b/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/OpenBoardPkg.dsc
> index ea92ec75..1af1dd5a 100644
> --- a/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/OpenBoardPkg.dsc
> +++ b/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/OpenBoardPkg.dsc
> @@ -14,7 +14,7 @@
> DEFINE PLATFORM_PACKAGE = MinPlatformPkg
> DEFINE PLATFORM_SI_PACKAGE = AlderlakeSiliconPkg
> DEFINE PLATFORM_SI_BIN_PACKAGE = AlderlakeSiliconBinPkg
> - DEFINE PLATFORM_FSP_BIN_PACKAGE = AlderLakeFspBinPkg/Client/AlderLakeP
> + DEFINE PLATFORM_FSP_BIN_PACKAGE = RaptorLakeFspBinPkg/Client/RaptorLakeP
> DEFINE PLATFORM_BOARD_PACKAGE = AlderlakeOpenBoardPkg
> DEFINE BOARD = AlderlakePRvp
> DEFINE PROJECT = $(PLATFORM_BOARD_PACKAGE)/$(BOARD)
> diff --git a/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/build_config.cfg b/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/build_config.cfg
> index ae391bec..e74a1a4b 100644
> --- a/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/build_config.cfg
> +++ b/Platform/Intel/AlderlakeOpenBoardPkg/AlderlakePRvp/build_config.cfg
> @@ -26,7 +26,7 @@ TARGET = DEBUG
> TARGET_SHORT = D
> PERFORMANCE_BUILD = FALSE
> FSP_WRAPPER_BUILD = TRUE
> -FSP_BIN_PKG = AlderlakeFspBinPkg/Client/AlderlakeP
> +FSP_BIN_PKG = RaptorLakeFspBinPkg/Client/RaptorLakeP
> FSP_PKG_NAME = AlderlakeSiliconPkg
> FSP_BINARY_BUILD = FALSE
> FSP_TEST_RELEASE = FALSE
> diff --git a/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf b/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
> index abc84057..14da8dd7 100644
> --- a/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
> +++ b/Platform/Intel/AlderlakeOpenBoardPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf
> @@ -64,7 +64,7 @@
> IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
> MinPlatformPkg/MinPlatformPkg.dec
> AlderlakeSiliconPkg/SiPkg.dec
> - AlderLakeFspBinPkg/Client/AlderLakeP/AlderLakeFspBinPkg.dec
> + RaptorLakeFspBinPkg/Client/RaptorLakeP/RaptorLakeFspBinPkg.dec
> AlderlakeOpenBoardPkg/OpenBoardPkg.dec
>
> [LibraryClasses]
> diff --git a/Platform/Intel/AlderlakeOpenBoardPkg/OpenBoardPlatformInit/OpenBoardPlatformInitPei/OpenBoardPlatformInitPostMem.inf b/Platform/Intel/AlderlakeOpenBoardPkg/OpenBoardPlatformInit/OpenBoardPlatformInitPei/OpenBoardPlatformInitPostMem.inf
> index 31c01919..09a17fa7 100644
> --- a/Platform/Intel/AlderlakeOpenBoardPkg/OpenBoardPlatformInit/OpenBoardPlatformInitPei/OpenBoardPlatformInitPostMem.inf
> +++ b/Platform/Intel/AlderlakeOpenBoardPkg/OpenBoardPlatformInit/OpenBoardPlatformInitPei/OpenBoardPlatformInitPostMem.inf
> @@ -31,7 +31,7 @@
> UefiCpuPkg/UefiCpuPkg.dec
> IntelFsp2Pkg/IntelFsp2Pkg.dec
> IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
> - AlderLakeFspBinPkg/Client/AlderLakeP/AlderLakeFspBinPkg.dec
> + RaptorLakeFspBinPkg/Client/RaptorLakeP/RaptorLakeFspBinPkg.dec
> AlderlakeOpenBoardPkg/OpenBoardPkg.dec
> MinPlatformPkg/MinPlatformPkg.dec
> IntelSiliconPkg/IntelSiliconPkg.dec
> --
> 2.26.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118605): https://edk2.groups.io/g/devel/message/118605
Mute This Topic: https://groups.io/mt/105936315/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2024-05-06 17:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 9:41 [edk2-devel] [PATCH] AlderlakeOpenBoardPkg: Update to reference RaptorLakeFspBinPkg FSP dorax.hsueh
2024-05-06 17:08 ` Nate DeSimone
2024-05-06 17:12 ` Nate DeSimone [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=MW4PR11MB5821C6732F0937442C9C1C86CD1C2@MW4PR11MB5821.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox