|
Re: [patch v2 1/1] BaseTools GenFw: Keep read only alloc section as text when convert ELF
Create a new PR. https://github.com/tianocore/edk2/pull/1725
Create a new PR. https://github.com/tianocore/edk2/pull/1725
|
By
Bob Feng
·
#76593
·
|
|
reg: Static Code Analyzer Issues
Hello Maciej:
This is regarding the Code analyzer issue reported on the PxeBcDhcp4CallBack() and PxeBcDhcp6CallBack() functions of UEFIPXEBC Driver.
In both the functions the allowed event are
Hello Maciej:
This is regarding the Code analyzer issue reported on the PxeBcDhcp4CallBack() and PxeBcDhcp6CallBack() functions of UEFIPXEBC Driver.
In both the functions the allowed event are
|
By
Sivaraman Nainar
·
#76592
·
|
|
Re: [RESEND PATCH v2] BaseTools: Add support for RISCV GOT/PLT relocations
Sunil, Daniel, thanks for the patch.
I confirm that this addresses the 0x13 and 0x14 relocation issues that I was seeing.
However, this patch appears to introduces new R_RISCV_PCREL_LO12_S
Sunil, Daniel, thanks for the patch.
I confirm that this addresses the 0x13 and 0x14 relocation issues that I was seeing.
However, this patch appears to introduces new R_RISCV_PCREL_LO12_S
|
By
Pete Batard
·
#76591
·
|
|
Re: [patch v2 1/1] BaseTools GenFw: Keep read only alloc section as text when convert ELF
Created a PR. https://github.com/tianocore/edk2/pull/1724
Created a PR. https://github.com/tianocore/edk2/pull/1724
|
By
Bob Feng
·
#76590
·
|
|
Re: [PATCH 2/2] Maintainers.txt: Add reviewers for ACPI and SMBIOS modules
By
Wu, Hao A
·
#76589
·
|
|
Re: [PATCH 1/2] Maintainers.txt: Add Reviewers for Universal Payload definitions
By
Wu, Hao A
·
#76588
·
|
|
[patch v2 1/1] BaseTools GenFw: Keep read only alloc section as text when convert ELF
From: gaoliming <gaoliming@...>
This is the fix of the regression issue at c6b872c6.
Based on ELF spec, readonly alloc section is .rodata section. It is used.
This fix is to add back
From: gaoliming <gaoliming@...>
This is the fix of the regression issue at c6b872c6.
Based on ELF spec, readonly alloc section is .rodata section. It is used.
This fix is to add back
|
By
gaoliming
·
#76587
·
|
|
[PATCH 2/2] Maintainers.txt: Add reviewers for ACPI and SMBIOS modules
Per discussion with MdeModulePkg package maintainer, add
Zhiguang as one of the reviewers for ACPI and SMBIOS modules.
Signed-off-by: Ray Ni <ray.ni@...>
Cc: Hao A Wu <hao.a.wu@...>
---
Per discussion with MdeModulePkg package maintainer, add
Zhiguang as one of the reviewers for ACPI and SMBIOS modules.
Signed-off-by: Ray Ni <ray.ni@...>
Cc: Hao A Wu <hao.a.wu@...>
---
|
By
Ni, Ray
·
#76586
·
|
|
[PATCH 0/2] Add reviewers for MdeModulePkg
Ray Ni (2):
Maintainers.txt: Add Reviewers for Universal Payload definitions
Maintainers.txt: Add reviewers for ACPI and SMBIOS modules
Maintainers.txt | 7 +++++++
1 file changed, 7
Ray Ni (2):
Maintainers.txt: Add Reviewers for Universal Payload definitions
Maintainers.txt: Add reviewers for ACPI and SMBIOS modules
Maintainers.txt | 7 +++++++
1 file changed, 7
|
By
Ni, Ray
·
#76585
·
|
|
[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 <mhaeuser@...>
·
#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
·
|