|
[edk2-platforms][PATCH V2 09/14] PostCodeDebugFeaturePkg: Complete as an advanced feature
Add feature enable PCD.
Use MinPlatformPkg build include files.
Fix PEI_COR typo in PEI handler lib.
Build StatusCodeHandler components with unique filename GUID.
Add PreMemory.fdf and PostMemory.fdf
Add feature enable PCD.
Use MinPlatformPkg build include files.
Fix PEI_COR typo in PEI handler lib.
Build StatusCodeHandler components with unique filename GUID.
Add PreMemory.fdf and PostMemory.fdf
|
By
Isaac Oram
·
#85854
·
|
|
[edk2-platforms][PATCH V2 08/14] LogoFeaturePkg: Use MinPlatformPkg build include files
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
|
By
Isaac Oram
·
#85853
·
|
|
[edk2-platforms][PATCH V2 11/14] Usb3DebugFeaturePkg: Align with feature design guidelines
Remove build of common libraries. Boards will already have those.
Modified Usb3DebugFeature.dsc to treat libraries like libraries.
Usb3DebugFeaturePkg.dsc uses the component trick for standalone
Remove build of common libraries. Boards will already have those.
Modified Usb3DebugFeature.dsc to treat libraries like libraries.
Usb3DebugFeaturePkg.dsc uses the component trick for standalone
|
By
Isaac Oram
·
#85852
·
|
|
[edk2-platforms][PATCH V2 06/14] VirtualKeyboardFeaturePkg: Use MinPlatformPkg build include files
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
|
By
Isaac Oram
·
#85851
·
|
|
[edk2-platforms][PATCH V2 10/14] AcpiDebugFeaturePkg: Use MinPlatformPkg build include files
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Eric Dong <eric.dong@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Eric Dong <eric.dong@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
|
By
Isaac Oram
·
#85850
·
|
|
[edk2-platforms][PATCH V2 05/14] VirtualKeyboardFeaturePkg: Fix all relative package paths
Packages should be at the root of a PACKAGES_PATH entry.
At some point, paths were relative to edk2-platforms/Features/Intel
which was functional, but interferes with the proper functioning
of
Packages should be at the root of a PACKAGES_PATH entry.
At some point, paths were relative to edk2-platforms/Features/Intel
which was functional, but interferes with the proper functioning
of
|
By
Isaac Oram
·
#85849
·
|
|
[edk2-platforms][PATCH V2 04/14] UserAuthFeaturePkg: Use MinPlatformPkg build include files
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Dandan Bi <dandan.bi@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac Oram
|
By
Isaac Oram
·
#85848
·
|
|
[edk2-platforms][PATCH V2 07/14] VirtualKeyboardFeaturePkg: Add feature enable PCD
VirtualKeyboard missing feature enable PCD.
Cc: Liming Gao <gaoliming@...>
Cc: Dandan Bi <dandan.bi@...>
Signed-off-by: Isaac Oram <isaac.w.oram@...>
---
VirtualKeyboard missing feature enable PCD.
Cc: Liming Gao <gaoliming@...>
Cc: Dandan Bi <dandan.bi@...>
Signed-off-by: Isaac Oram <isaac.w.oram@...>
---
|
By
Isaac Oram
·
#85847
·
|
|
[edk2-platforms][PATCH V2 03/14] UserAuthFeaturePkg: Fix all relative package paths
Packages should be at the root of a PACKAGES_PATH entry.
At some point, paths were relative to edk2-platforms/Features/Intel
which was functional, but interferes with the proper functioning
of
Packages should be at the root of a PACKAGES_PATH entry.
At some point, paths were relative to edk2-platforms/Features/Intel
which was functional, but interferes with the proper functioning
of
|
By
Isaac Oram
·
#85846
·
|
|
[edk2-platforms][PATCH V2 02/14] SmbiosFeaturePkg: Use MinPlatformPkg build include files
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Sai Chaganty <rangasai.v.chaganty@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by:
Use the MinPlatformPkg common core build files to build libraries
needed by this feature.
Cc: Sai Chaganty <rangasai.v.chaganty@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by:
|
By
Isaac Oram
·
#85845
·
|
|
[edk2-platforms][PATCH V2 01/14] BeepDebugFeaturePkg: Use MinPlatformPkg build include files
The BeepDebugFeaturePkg was malformed and did not build anything
and thus wasn't testable in standalone build.
Added gBeepDebugFeaturePkgTokenSpaceGuid.PcdBeepDebugFeatureEnable
to properly control
The BeepDebugFeaturePkg was malformed and did not build anything
and thus wasn't testable in standalone build.
Added gBeepDebugFeaturePkgTokenSpaceGuid.PcdBeepDebugFeatureEnable
to properly control
|
By
Isaac Oram
·
#85844
·
|
|
[edk2-platforms][PATCH V2 00/14] Improve feature build consistency
This series addresses inconsistencies in feature implementation and use. Some inconsistencies are just
conventions of the feature design/template/convention. Some are inconsistency with feature
This series addresses inconsistencies in feature implementation and use. Some inconsistencies are just
conventions of the feature design/template/convention. Some are inconsistency with feature
|
By
Isaac Oram
·
#85843
·
|
|
Re: [PATCH] UefiPayloadPkg: Use BaseCpuTimerLib for Universal Payload by default
Hi Guo ,
yes, I know it is merged, and I have some update based on that change.
I get comments from Ray, and he suggests usingBaseCpuTimerLib for Universal Payload by default.
The reason is that we
Hi Guo ,
yes, I know it is merged, and I have some update based on that change.
I get comments from Ray, and he suggests usingBaseCpuTimerLib for Universal Payload by default.
The reason is that we
|
By
Zhiguang Liu
·
#85842
·
|
|
Re: [PATCH v1] Add maintainers for advanced features
Reviewed-by: Isaac Oram <isaac.w.oram@...>
Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#85841
·
|
|
Re: [PATCH v1] Add maintainers for advanced features
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@...>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@...>
|
By
Chaganty, Rangasai V
·
#85840
·
|
|
[PATCH v1] Add maintainers for advanced features
Add maintainers to Features/Intel to enable expedient approval
of new advanced features.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao <gaoliming@...>
Cc: Michael D Kinney
Add maintainers to Features/Intel to enable expedient approval
of new advanced features.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao <gaoliming@...>
Cc: Michael D Kinney
|
By
Nate DeSimone
·
#85839
·
|
|
Re: [edk2-platforms][PATCH V1 01/27] BeepDebugFeaturePkg: Use MinPlatformPkg build include files
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#85838
·
|
|
Re: [edk2-platforms][PATCH V1 18/27] AcpiDebugFeaturePkg: Use MinPlatformPkg build include files
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#85837
·
|
|
Re: [edk2-platforms][PATCH V1 00/27] Improve feature build consistency
Hi Isaac,
Thank you for digging into the PEI_ARCH/DXE_ARCH issue. It is unfortunate that issue is not totally solved in BaseTools yet. With that new knowledge, Patch 1 and 18 are now approved. Please
Hi Isaac,
Thank you for digging into the PEI_ARCH/DXE_ARCH issue. It is unfortunate that issue is not totally solved in BaseTools yet. With that new knowledge, Patch 1 and 18 are now approved. Please
|
By
Nate DeSimone
·
#85836
·
|
|
[PATCH 2/2] OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR value from workarea
Improve the MemEncryptSev{Es,Snp}IsEnabled() to use the SEV_STATUS MSR
value saved in the workarea. Since workarea is valid until the PEI phase,
so, for the Dxe phase use the
Improve the MemEncryptSev{Es,Snp}IsEnabled() to use the SEV_STATUS MSR
value saved in the workarea. Since workarea is valid until the PEI phase,
so, for the Dxe phase use the
|
By
Brijesh Singh
·
#85835
·
|