|
[PATCH 1/2] Maintainers.txt: Add Reviewers for Universal Payload definitions
Signed-off-by: Ray Ni <ray.ni@...>
Cc: Hao A Wu <hao.a.wu@...>
---
Maintainers.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Maintainers.txt b/Maintainers.txt
index
Signed-off-by: Ray Ni <ray.ni@...>
Cc: Hao A Wu <hao.a.wu@...>
---
Maintainers.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Maintainers.txt b/Maintainers.txt
index
|
By
Ni, Ray
·
#76584
·
|
|
Re: [PATCH v1 0/5] EDK2 Code First: PI Specification: Update EFI_MM_COMMUNICATE_HEADER
Good day,
May I ask about two small things?
1) Was there any rationale as to e.g. code compatibility with choosing UINT64 for the data length? I understand that this is the maximum of the two as of
Good day,
May I ask about two small things?
1) Was there any rationale as to e.g. code compatibility with choosing UINT64 for the data length? I understand that this is the maximum of the two as of
|
By
Marvin Häuser
·
#76583
·
|
|
Re: [PATCH v3 0/3] Add PayloadLoaderPeim which can load ELF payload
Since the V3 did a very straightforward change which is to change PLD_ to
UNIVERSAL_PAYLOAD_.
I will carry all the Reviewed-by/Acked-by from V2 and merge directly.
Since the V3 did a very straightforward change which is to change PLD_ to
UNIVERSAL_PAYLOAD_.
I will carry all the Reviewed-by/Acked-by from V2 and merge directly.
|
By
Ni, Ray
·
#76582
·
|
|
[PATCH v3 3/3] PeiCore: Remove assertion when failing to load PE image
EFI_PEI_LOAD_FILE_PPI is invoked by DxeIpl for loading DxeCore.
It's possible that the instance produced by PeiCore fails to load but
other instances of EFI_PEI_LOAD_FILE_PPI can load.
Signed-off-by:
EFI_PEI_LOAD_FILE_PPI is invoked by DxeIpl for loading DxeCore.
It's possible that the instance produced by PeiCore fails to load but
other instances of EFI_PEI_LOAD_FILE_PPI can load.
Signed-off-by:
|
By
Ni, Ray
·
#76581
·
|
|
[PATCH v3 2/3] UefiPayloadPkg: Add PayloadLoaderPeim which can load ELF payload
Per universal payload spec, the payload is in ELF format.
The patch adds a payload loader that supports to load ELF image.
The location of extra data sections whose names start with "upld."
is stored
Per universal payload spec, the payload is in ELF format.
The patch adds a payload loader that supports to load ELF image.
The location of extra data sections whose names start with "upld."
is stored
|
By
Ni, Ray
·
#76580
·
|
|
[PATCH v3 1/3] MdeModulePkg/UniversalPayload: Add definition for extra info in payload
The payload is in ELF format per the universal payload spec.
UNIVERSAL_PAYLOAD_INFO_HEADER is stored in the ELF payload as a separate
section named ".upld_info".
Extra data needed by payload is
The payload is in ELF format per the universal payload spec.
UNIVERSAL_PAYLOAD_INFO_HEADER is stored in the ELF payload as a separate
section named ".upld_info".
Extra data needed by payload is
|
By
Ni, Ray
·
#76579
·
|
|
[PATCH v3 0/3] Add PayloadLoaderPeim which can load ELF payload
v3:
Change PLD_ to UNIVERSAL_PAYLOAD_ based on Mike's comments.
v2:
Separate the patch set from the patch that adds CLANGDWARF toolchain.
Add missing function header commments.
Change
v3:
Change PLD_ to UNIVERSAL_PAYLOAD_ based on Mike's comments.
v2:
Separate the patch set from the patch that adds CLANGDWARF toolchain.
Add missing function header commments.
Change
|
By
Ni, Ray
·
#76578
·
|
|
Re: [PATCH 1/1] BaseTools GenFw: Keep read only alloc section as text section when convert ELF
Hi Liming,
There are some warning reported from PatchCheck.py, would you update the commit message?
Thanks,
Bob
Hi Liming,
There are some warning reported from PatchCheck.py, would you update the commit message?
Thanks,
Bob
|
By
Bob Feng
·
#76577
·
|
|
SIMPLE_TEXT_OUTPUT_PROTOCOL and Video Resolution
Hello,
I've found that most implementation of UEFI don't automatically change
the resolution when setting the mode with STOP (Simple Text Output
Protocol) . You can use GOP to change it after the
Hello,
I've found that most implementation of UEFI don't automatically change
the resolution when setting the mode with STOP (Simple Text Output
Protocol) . You can use GOP to change it after the
|
By
David F.
·
#76576
·
|
|
Re: [PATCH] UefiPayloadPkg/UefiPayloadEntry: Improve bootloader memrange parsing
Hi Guo,
The PciHostBridgeDxe expects the PCI Aperature and MMCONF to be marked
as EfiMemoryMappedIO,
however as the bootloader provides an e820 compatible memory map, it's
actually marked
Hi Guo,
The PciHostBridgeDxe expects the PCI Aperature and MMCONF to be marked
as EfiMemoryMappedIO,
however as the bootloader provides an e820 compatible memory map, it's
actually marked
|
By
Patrick Rudolph
·
#76575
·
|
|
[edk2][PATCH V1 1/1] ArmPkg: introduce FF-A interface support in MM_COMMUNICATE
From: Aditya Angadi <aditya.angadi@...>
With the introduction of Firmware Framework for Arm platforms (FF-A),
normal world and secure world endpoints can use FF-A interface for
communication with
From: Aditya Angadi <aditya.angadi@...>
With the introduction of Firmware Framework for Arm platforms (FF-A),
normal world and secure world endpoints can use FF-A interface for
communication with
|
By
Sayanta Pattanayak
·
#76574
·
|
|
Re: [Patch] StandaloneMmPkg: Fixed communicating from TF-A failed issue
In case where an interrupt handler executing from EL3 makes a call into StandaloneMM, the handler in EL3 makes an spm call into StandaloneMM using PLAT_SPM_BUF_BASE buffer base address. This
In case where an interrupt handler executing from EL3 makes a call into StandaloneMM, the handler in EL3 makes an spm call into StandaloneMM using PLAT_SPM_BUF_BASE buffer base address. This
|
By
Omkar Anand Kulkarni
·
#76573
·
|
|
[PATCH v5] IntelFsp2Pkg: Add Config Editor tool support
This is a GUI interface that can be used by users who
would like to change configuration settings directly
from the interface without having to modify the source.
This tool depends on Python GUI tool
This is a GUI interface that can be used by users who
would like to change configuration settings directly
from the interface without having to modify the source.
This tool depends on Python GUI tool
|
By
Tung Lun
·
#76572
·
|
|
Re: [edk2-test][PATCH v2 1/1] uefi-sct/SctPkg: Not create event with TPL_HIGH_LEVEL
Yeah, that is a typo. The result with 13 passes was got from testing with this fix. Thanks for catching this, Barton.
Best Regards,
Sunny Wang
Yeah, that is a typo. The result with 13 passes was got from testing with this fix. Thanks for catching this, Barton.
Best Regards,
Sunny Wang
|
By
Sunny Wang
·
#76571
·
|
|
Re: [PATCH v1 1/5] EDK2 Code First: PI Specification: EFI_MM_COMMUNICATE_HEADER Update
Thanks Kun,
I am a little concerned on whether there will be other missing cases that are not covered by this patch series.
I am also wondering is there any detection can be made to warn the cases
Thanks Kun,
I am a little concerned on whether there will be other missing cases that are not covered by this patch series.
I am also wondering is there any detection can be made to warn the cases
|
By
Wu, Hao A
·
#76570
·
|
|
回复: [edk2-devel] [edk2-test][PATCH v2 1/1] uefi-sct/SctPkg: Not create event with TPL_HIGH_LEVEL
Hi Sunny,
I believe the result with 13 passes should be tested *with* this fix, right?
I saw reviewed-by/Acked-by from Samer and Heinrich, will get this patch upstreamed
Hi Sunny,
I believe the result with 13 passes should be tested *with* this fix, right?
I saw reviewed-by/Acked-by from Samer and Heinrich, will get this patch upstreamed
|
By
Gao Jie
·
#76569
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 06/15/2021
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
06/15/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
06/15/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#76568
·
|
|
回复: [edk2-devel] [Patch V4 0/9] Create multiple Hobs for Universal Payload
Thank Patrick for verifying.
I will add your Tested-by tag for this patch series.
Thanks
Zhiguang
发件人: Patrick Rudolph <patrick.rudolph@...>
发送时间: 2021年6月15日 20:00
收件人:
Thank Patrick for verifying.
I will add your Tested-by tag for this patch series.
Thanks
Zhiguang
发件人: Patrick Rudolph <patrick.rudolph@...>
发送时间: 2021年6月15日 20:00
收件人:
|
By
Zhiguang Liu
·
#76567
·
|
|
Re: [PATCH v3 6/8] SecurityPkg: Add new modules to Security package.
Good catch, Jeremiah!
Thank you!
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Jeremiah Cox via groups.io
Sent: Wednesday, June 16, 2021 2:55 AM
To: Grzegorz Bernacki <gjb@...>;
Good catch, Jeremiah!
Thank you!
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Jeremiah Cox via groups.io
Sent: Wednesday, June 16, 2021 2:55 AM
To: Grzegorz Bernacki <gjb@...>;
|
By
Yao, Jiewen
·
#76566
·
|
|
Re: [edk2-platforms][PATCH v2 0/4] MinPlatformPkg: Add TPM platform hier disable support
Thank you, Michael.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Thank you, Michael.
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#76565
·
|