* [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf [not found] <cover.1652915191.git.isaac.w.oram@intel.com> @ 2022-05-18 23:33 ` Oram, Isaac W 2022-05-19 1:22 ` [edk2-devel] [edk2-platforms][PATCH " Sureshkumar Ponnusamy 2022-05-20 23:05 ` [edk2-devel][edk2-platforms][PATCH " Nate DeSimone 0 siblings, 2 replies; 3+ messages in thread From: Oram, Isaac W @ 2022-05-18 23:33 UTC (permalink / raw) To: devel; +Cc: Nate DeSimone, Chasel Chiu Compressing the CpuMpPei component results in it executing from cached memory saving significant boot time. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Signed-off-by: Isaac Oram <isaac.w.oram@intel.com> --- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf index b72aa2b688..c63442508b 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf +++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf @@ -452,7 +452,7 @@ SET gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaSize = 0x01000000 INF WhitleyOpenBoardPkg/Universal/PeiInterposerToSvidMap/PeiInterposerToSvidMap.inf - INF UefiCpuPkg/CpuMpPei/CpuMpPei.inf + INF RuleOverride = LzmaCompress UefiCpuPkg/CpuMpPei/CpuMpPei.inf !if $(FSP_MODE) == 0 FILE PEIM = 8F7F3D20-9823-42DD-9FF7-53DAC93EF407 { -- 2.36.1.windows.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf 2022-05-18 23:33 ` [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf Oram, Isaac W @ 2022-05-19 1:22 ` Sureshkumar Ponnusamy 2022-05-20 23:05 ` [edk2-devel][edk2-platforms][PATCH " Nate DeSimone 1 sibling, 0 replies; 3+ messages in thread From: Sureshkumar Ponnusamy @ 2022-05-19 1:22 UTC (permalink / raw) To: Oram, Isaac W, devel [-- Attachment #1: Type: text/plain, Size: 27 bytes --] Thanks Isaac for the fix. [-- Attachment #2: Type: text/html, Size: 27 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf 2022-05-18 23:33 ` [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf Oram, Isaac W 2022-05-19 1:22 ` [edk2-devel] [edk2-platforms][PATCH " Sureshkumar Ponnusamy @ 2022-05-20 23:05 ` Nate DeSimone 1 sibling, 0 replies; 3+ messages in thread From: Nate DeSimone @ 2022-05-20 23:05 UTC (permalink / raw) To: devel@edk2.groups.io, Oram, Isaac W; +Cc: Chiu, Chasel Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com> -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oram, Isaac W Sent: Wednesday, May 18, 2022 4:33 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com> Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf Compressing the CpuMpPei component results in it executing from cached memory saving significant boot time. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Signed-off-by: Isaac Oram <isaac.w.oram@intel.com> --- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf index b72aa2b688..c63442508b 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf +++ b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.fdf @@ -452,7 +452,7 @@ SET gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaSize = 0x01000000 INF WhitleyOpenBoardPkg/Universal/PeiInterposerToSvidMap/PeiInterposerToSvidMap.inf - INF UefiCpuPkg/CpuMpPei/CpuMpPei.inf + INF RuleOverride = LzmaCompress UefiCpuPkg/CpuMpPei/CpuMpPei.inf !if $(FSP_MODE) == 0 FILE PEIM = 8F7F3D20-9823-42DD-9FF7-53DAC93EF407 { -- 2.36.1.windows.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-20 23:05 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <cover.1652915191.git.isaac.w.oram@intel.com> 2022-05-18 23:33 ` [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Compress CpuMpPei.inf Oram, Isaac W 2022-05-19 1:22 ` [edk2-devel] [edk2-platforms][PATCH " Sureshkumar Ponnusamy 2022-05-20 23:05 ` [edk2-devel][edk2-platforms][PATCH " Nate DeSimone
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox