|
Re: [PATCH 3/3] IntelSiliconPkg: Add IgdOpRegion30.h to support IGD OpRegion v3.0
Gentle reminder to review this patch pls. Thanks..!!
Gentle reminder to review this patch pls. Thanks..!!
|
By
Digant H Solanki
·
#78133
·
|
|
Re: [PATCH] UefiCpuPkg: ResetVector Tool Support for Python 3
Hi.,
Based on Ray Feedback.
I have sent the patchset includes 1 and 2.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Regards,
Ashraf Ali S
Intel Technology India Pvt. Ltd.
Hi.,
Based on Ray Feedback.
I have sent the patchset includes 1 and 2.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Regards,
Ashraf Ali S
Intel Technology India Pvt. Ltd.
|
By
Ashraf Ali S
·
#78132
·
|
|
Re: [PATCH V2 4/4] OvmfPkg/ResetVector: Update ResetVector to support Tdx
I believe PcdOvmfSecGhcbBackupBase can be cleared early. For SEV-ES, it
isn't shared with the hypervisor, so clearing it before activating the
pagetables can be done (it will be treated as encrypted
I believe PcdOvmfSecGhcbBackupBase can be cleared early. For SEV-ES, it
isn't shared with the hypervisor, so clearing it before activating the
pagetables can be done (it will be treated as encrypted
|
By
Lendacky, Thomas
·
#78131
·
|
|
Re: ArmVirt and Self-Updating Code
Hmm, the GCC docs say a GOT is used for "all constant addresses" (I took it as "absolute"?), it is kind of vague. I understood it this way:
1) no-pie emits relocations that can target the .text and
Hmm, the GCC docs say a GOT is used for "all constant addresses" (I took it as "absolute"?), it is kind of vague. I understood it this way:
1) no-pie emits relocations that can target the .text and
|
By
Marvin Häuser <mhaeuser@...>
·
#78130
·
|
|
回复: [edk2-devel] [PATCH v1 5/6] UefiPayloadPkg: Add DISABLE_MMX_SSE to avoid generating floating points operation
How do you add this support in tools_def? Can you give the proposal for it?
Thanks
Liming
发件人: Cheng-Chieh Huang <chengchieh@...>
发送时间: 2021年7月22日 10:35
收件人: gaoliming
How do you add this support in tools_def? Can you give the proposal for it?
Thanks
Liming
发件人: Cheng-Chieh Huang <chengchieh@...>
发送时间: 2021年7月22日 10:35
收件人: gaoliming
|
By
gaoliming
·
#78129
·
|
|
Re: ArmVirt and Self-Updating Code
The primary reason to use -fpie and PIE linking is to ensure that the
resulting ELF executable contains a RELA section that describes every
location in the binary where a memory address is stored that
The primary reason to use -fpie and PIE linking is to ensure that the
resulting ELF executable contains a RELA section that describes every
location in the binary where a memory address is stored that
|
By
Ard Biesheuvel
·
#78128
·
|
|
Re: ArmVirt and Self-Updating Code
And I understood it right that the idea is to use "-fpie" to
1) have all control flow instructions be position-independent (i.e. jumps, calls, etc; ARM docs don't spill it out, but vaguely imply this
And I understood it right that the idea is to use "-fpie" to
1) have all control flow instructions be position-independent (i.e. jumps, calls, etc; ARM docs don't spill it out, but vaguely imply this
|
By
Marvin Häuser <mhaeuser@...>
·
#78127
·
|
|
[edk2-platform PATCH v1 1/1] Platform/RaspberryPi: Make SetVariable return EFI_UNSUPPORTED at runtime
The RPi does not support storing UEFI NV variables at runtime. For now,
gRT->SetVariable at runtime returns EFI_OUT_OF_RESOURCES which is not a
proper error and would cause FWTS failures. Therefore,
The RPi does not support storing UEFI NV variables at runtime. For now,
gRT->SetVariable at runtime returns EFI_OUT_OF_RESOURCES which is not a
proper error and would cause FWTS failures. Therefore,
|
By
Sunny Wang
·
#78126
·
|
|
Re: [edk2-platform][PATCH v1 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Fix SetTime issues
Sorry, please ignore this one. I sent the patch with the wrong subject. This change is made in edk2 rather than the edk2-platform.
Please review the later one "[edk2-devel] [PATCH 1/1]
Sorry, please ignore this one. I sent the patch with the wrong subject. This change is made in edk2 rather than the edk2-platform.
Please review the later one "[edk2-devel] [PATCH 1/1]
|
By
Sunny Wang
·
#78125
·
|
|
[PATCH 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Fix SetTime issues
This patch fixes two issues below:
1. SCT SetTime_Func failures.
- https://github.com/pftf/RPi4/issues/164
2. Using shell time and date commands to set time can't work.
The problem is that
This patch fixes two issues below:
1. SCT SetTime_Func failures.
- https://github.com/pftf/RPi4/issues/164
2. Using shell time and date commands to set time can't work.
The problem is that
|
By
Sunny Wang
·
#78124
·
|
|
[edk2-platform][PATCH v1 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Fix SetTime issues
This patch fixes two issues below:
1. SCT SetTime_Func failures.
- https://github.com/pftf/RPi4/issues/164
2. Using shell time and date commands to set time can't work.
The problem is that
This patch fixes two issues below:
1. SCT SetTime_Func failures.
- https://github.com/pftf/RPi4/issues/164
2. Using shell time and date commands to set time can't work.
The problem is that
|
By
Sunny Wang
·
#78123
·
|
|
[PATCH v2 2/2] UefiCpuPkg: ResetVector Tool additional debug prints
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Before executing the nasm command, added print statement to know what
commands are executing.
before printing the output file need check the
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Before executing the nasm command, added print statement to know what
commands are executing.
before printing the output file need check the
|
By
Ashraf Ali S
·
#78122
·
|
|
[PATCH v2 1/2] UefiCpuPkg: ResetVector Tool Support for Python 3
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Build Scrips for Reset Vector currently based on Python 2
which is already EOL, needs to modify the build script based on
Python 3
Cc: Rahul
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3506
Build Scrips for Reset Vector currently based on Python 2
which is already EOL, needs to modify the build script based on
Python 3
Cc: Rahul
|
By
Ashraf Ali S
·
#78121
·
|
|
Re: [PATCH EDK2 v1 1/1] MdeModulePkg: Modify PCD default value
Dear all,
Any comments for this change?
Thanks!
Dear all,
Any comments for this change?
Thanks!
|
By
wanghuiqiang
·
#78120
·
|
|
Re: [EXT] RE: [PATCH V2 3/4] NXP/LS1046aFrwyPkg: Enable ConfigurationManager on LS1046AFRWY
Sunny, Thank you for reviewing my code. Here are my remarks. PSB
Sunny, Thank you for reviewing my code. Here are my remarks. PSB
|
By
Vikas Singh <vikas.singh@...>
·
#78119
·
|
|
Re: [PATCH v2] MinPlatformPkg/PciHostBridgeLibSimple: Fix Mem.Limit assignment
Thanks for fixing this issue! Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks for fixing this issue! Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#78118
·
|
|
Re: RFC: EXT4 filesystem driver
The EFI System Partition is defined to be FAT32 by the UEFI Spec for interoperability. It defines the file system drivers required for the firmware and OS. So changing that is not really an option.
The EFI System Partition is defined to be FAT32 by the UEFI Spec for interoperability. It defines the file system drivers required for the firmware and OS. So changing that is not really an option.
|
By
Andrew Fish
·
#78117
·
|
|
Adding HTTP boot IO timeout programmability from PcdHttpIoTimeout
Hello,
Please review the attached filed EDK2 tracker for feature enablement of programmable timeout of the HTTP boot IO timer.
NetworkPkg-HttpBoot: Making the HTTP IO timeout value programmable
Hello,
Please review the attached filed EDK2 tracker for feature enablement of programmable timeout of the HTTP boot IO timer.
NetworkPkg-HttpBoot: Making the HTTP IO timeout value programmable
|
By
Clark-williams, Zachary <zachary.clark-williams@...>
·
#78116
·
|
|
Re: [PATCH] UefiCpuPkg VTF0 X64: Build page tables using 1-GByte Page Granularity
Ashraf,
Thanks for the summary. Can you send a V2 patch which only take cares the 1G page table assembly logic?
Thanks,
Ray
Ashraf,
Thanks for the summary. Can you send a V2 patch which only take cares the 1G page table assembly logic?
Thanks,
Ray
|
By
Ni, Ray
·
#78115
·
|
|
Re: [PATCH V2 3/4] UefiCpuPkg/ResetVector: Add Main32 entry point in Main.asm
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#78114
·
|