|
Re: [PATCH 0/2] MinPlatformPkg: FspResetType support for X64 build.
Thanks Nate! I have sent V2 accordingly, please help to review again.
Thanks Nate! I have sent V2 accordingly, please help to review again.
|
By
Chiu, Chasel
·
#91507
·
|
|
[PATCH v2 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
·
#91506
·
|
|
[PATCH v2 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
·
#91505
·
|
|
[PATCH v2 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
·
#91504
·
|
|
[PATCH v1 6/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added case handling for PCI config
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998
This change added a switch case handling for PCI_SS_CONFIG during SSDT
generation. This will allow PCI config case return EFI_SUCCESS
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998
This change added a switch case handling for PCI_SS_CONFIG during SSDT
generation. This will allow PCI config case return EFI_SUCCESS
|
By
Kun Qin
·
#91503
·
|
|
[PATCH v1 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998
Certain OSes will complain if the ECAM config space is not reserved in
the ACPI namespace.
This change adds a function to reserve PNP
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998
Certain OSes will complain if the ECAM config space is not reserved in
the ACPI namespace.
This change adds a function to reserve PNP
|
By
Kun Qin
·
#91502
·
|
|
[PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3997
This change added an extra step to allow check for installed ACPI tables.
For FADT, MADT, GTDT, DSDT and DBG2 tables, either pre-installed
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3997
This change added an extra step to allow check for installed ACPI tables.
For FADT, MADT, GTDT, DSDT and DBG2 tables, either pre-installed
|
By
Kun Qin
·
#91501
·
|
|
[PATCH v1 3/6] DynamicTablesPkg: DynamicPlatRepoLib: Adding more token fixers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
This change added more token fixers for other node types, including
NamedComponentNode, RootComplexNode, and SmmuV3Node.
The corresponding
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
This change added more token fixers for other node types, including
NamedComponentNode, RootComplexNode, and SmmuV3Node.
The corresponding
|
By
Kun Qin
·
#91500
·
|
|
[PATCH v1 2/6] DynamicTablesPkg: DynamicPlatRepoLib: Fix incorrect dereferencing
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The content of token should be derived from the data section of the
`CmObject` instead of the object itself.
This change fixed the issue by
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996
The content of token should be derived from the data section of the
`CmObject` instead of the object itself.
This change fixed the issue by
|
By
Kun Qin
·
#91499
·
|
|
[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
·
|