|
[PATCH v1 1/6] DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib,
such as DynamicPlatRepo.c and TokenMapper.c. Not including it in
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib,
such as DynamicPlatRepo.c and TokenMapper.c. Not including it in
|
By
Kun Qin
·
#91498
·
|
|
[PATCH v1 0/6] Enhance DynamicTablesPkg modules
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998
Current DynamicTablesPkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998
Current DynamicTablesPkg
|
By
Kun Qin
·
#91497
·
|
|
[edk2-platforms][PATCH V2 1/1] MinPlatformPkg: Add missing FV PCD
Add missing PCD for BSP FV Base/Size/Offsets.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Eric Dong <eric.dong@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac
Add missing PCD for BSP FV Base/Size/Offsets.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Eric Dong <eric.dong@...>
Cc: Liming Gao <gaoliming@...>
Signed-off-by: Isaac
|
By
Isaac Oram
·
#91496
·
|
|
Re: [PATCH 0/2] MinPlatformPkg: FspResetType support for X64 build.
Hi Chasel,
Please change the function signature for CallFspWrapperResetSystem() to take a EFI_STATUS as input. UINTN is certainly better than UINT32, but the actual data type defined in the FSP
Hi Chasel,
Please change the function signature for CallFspWrapperResetSystem() to take a EFI_STATUS as input. UINTN is certainly better than UINT32, but the actual data type defined in the FSP
|
By
Nate DeSimone
·
#91495
·
|
|
Re: [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
Hi Pedro,
Wow you are totally right... that is crazy! The exact opposite of the way 32-bit mode works!
Good catch thank you!
Please consider by code review feedback downgraded from a bug to a
Hi Pedro,
Wow you are totally right... that is crazy! The exact opposite of the way 32-bit mode works!
Good catch thank you!
Please consider by code review feedback downgraded from a bug to a
|
By
Nate DeSimone
·
#91494
·
|
|
Re: [GSoC 2022] Implementing S3 resume for MinPlatform
After thinking about it some more, I suspect this is an issue in the debug library stack specific to BootScriptExecutorDxe. Being after exit-BS, it is in some ways a runtime driver.
The
After thinking about it some more, I suspect this is an issue in the debug library stack specific to BootScriptExecutorDxe. Being after exit-BS, it is in some ways a runtime driver.
The
|
By
Benjamin Doron
·
#91493
·
|
|
Re: [PATCH 0/2] MinPlatformPkg: FspResetType support for X64 build.
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
Series Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#91492
·
|
|
Now: Tools, CI, Code base construction meeting series - 07/18/2022
#cal-notice
Tools, CI, Code base construction meeting series
When:
07/18/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Tools, CI, Code base construction meeting series
When:
07/18/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#91491
·
|
|
[PATCH 2/2] WhitleySiliconPkg: FspResetType support for X64 build.
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Nate DeSimone
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Nate DeSimone
|
By
Chiu, Chasel
·
#91490
·
|
|
[PATCH 1/2] MinPlatformPkg/FspWrapper: FspResetType support for X64 build.
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao
|
By
Chiu, Chasel
·
#91489
·
|
|
[PATCH 0/2] MinPlatformPkg: FspResetType support for X64 build.
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch series extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao
FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing
on the build and this patch series extended the support for 64bit build.
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Liming Gao
|
By
Chiu, Chasel
·
#91488
·
|
|
Re: [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
Hi Nate,
Those whitespace and indents are for passing Uncrustify check.
I notice Uncrustify was enabled in Edk2 merging check and one of my previous patch was failed due to spaces/indents were not
Hi Nate,
Those whitespace and indents are for passing Uncrustify check.
I notice Uncrustify was enabled in Edk2 merging check and one of my previous patch was failed due to spaces/indents were not
|
By
Chiu, Chasel
·
#91487
·
|
|
Re: [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
Hi Nate,
This is not actually a problem, a 32-bit mov to a 32-bit register in long mode will zero the upper part.
--
Pedro Falcato
Hi Nate,
This is not actually a problem, a 32-bit mov to a 32-bit register in long mode will zero the upper part.
--
Pedro Falcato
|
By
Pedro Falcato
·
#91486
·
|
|
Re: [PATCH] IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
Hi Chasel,
Please see comments inline. Here is a summary of my feedback:
#1) IntelFsp2Pkg/FspSecCore/X64/FspApiEntryI.nasm - line 34 - Bug: eax should be rax
#2) IntelFsp2Pkg/Include/FspEas/FspApi.h
Hi Chasel,
Please see comments inline. Here is a summary of my feedback:
#1) IntelFsp2Pkg/FspSecCore/X64/FspApiEntryI.nasm - line 34 - Bug: eax should be rax
#2) IntelFsp2Pkg/Include/FspEas/FspApi.h
|
By
Nate DeSimone
·
#91485
·
|
|
Re: [PATCH v3] UefiPayloadPkg: Add macro to support selective driver in UPL
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
#91484
·
|
|
Re: [PATCH] Maintainers.txt: Add IntelFsp2*Pkg Maintainer
Pushed: https://github.com/tianocore/edk2/commit/586b4a1
Pushed: https://github.com/tianocore/edk2/commit/586b4a1
|
By
Nate DeSimone
·
#91483
·
|
|
Re: [PATCH V1] IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI
Pushed: https://github.com/tianocore/edk2/commit/c966204
Pushed: https://github.com/tianocore/edk2/commit/c966204
|
By
Nate DeSimone
·
#91482
·
|
|
[GSoC 2022] Implementing S3 resume for MinPlatform
Hi all,
I've been working on implementing S3 resume support for MinPlatform during the past few weeks. Presently, the last line of code that I know will execute on resume flows is
Hi all,
I've been working on implementing S3 resume support for MinPlatform during the past few weeks. Presently, the last line of code that I know will execute on resume flows is
|
By
Benjamin Doron
·
#91481
·
|
|
Re: [PATCH] Maintainers.txt: Add IntelFsp2*Pkg Maintainer
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
|
By
Michael D Kinney
·
#91480
·
|
|
Re: [PATCH V1] IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks,
Chasel
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks,
Chasel
|
By
Chiu, Chasel
·
#91479
·
|