|
回复: [edk2-devel] [edk2:PATCH v2] MdePkg/Acpi62: Add type 7 NFIT Platform Capabilities Structure support
Miki:
Can you add Platform Capabilities Structure definition together?
Thanks
Liming
Miki:
Can you add Platform Capabilities Structure definition together?
Thanks
Liming
|
By
gaoliming
·
#90135
·
|
|
回复: [edk2-devel] [PATCH edk2-platforms 0/3] Ext4Pkg: Add ext2/3 support and move crc16/32c to BaseLib
Pedro:
Thanks for your enhancement to support ext2/3 file system. Acked-by: Liming Gao <gaoliming@...> for this patch set.
Thanks
Liming
发件人: Pedro Falcato <pedro.falcato@...>
Pedro:
Thanks for your enhancement to support ext2/3 file system. Acked-by: Liming Gao <gaoliming@...> for this patch set.
Thanks
Liming
发件人: Pedro Falcato <pedro.falcato@...>
|
By
gaoliming
·
#90134
·
|
|
回复: [edk2-devel] Is it possible to inject compiler arguments and library dependencies from the build system?
Pedro:
For the specific platform, you can add the compiler flag into [BuildOptions] in Platform.dsc file, and add NULL|xxxLib.inf into [LibraryClasses] section in Platform.dsc file so that this
Pedro:
For the specific platform, you can add the compiler flag into [BuildOptions] in Platform.dsc file, and add NULL|xxxLib.inf into [LibraryClasses] section in Platform.dsc file so that this
|
By
gaoliming
·
#90133
·
|
|
回复: [edk2-devel] [PATCH 1/1] MdePkg/BaseLib: Add CRC16-ANSI and CRC32c implementations
Pedro:
Sorry for the late response. I am OK to add two new CRC APIs in BaseLib.
For Crc32c, what difference is from current Crc32? Can it reuse current mCrcTable value?
Pedro:
Sorry for the late response. I am OK to add two new CRC APIs in BaseLib.
For Crc32c, what difference is from current Crc32? Can it reuse current mCrcTable value?
|
By
gaoliming
·
#90132
·
|
|
回复: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix a typo
Shuzhen:
The patch title can be MdeModulePkg DxeMain: Fix the typo in local variable name.
With this change, Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
发件人:
Shuzhen:
The patch title can be MdeModulePkg DxeMain: Fix the typo in local variable name.
With this change, Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
发件人:
|
By
gaoliming
·
#90131
·
|
|
回复: [PATCH v3 1/1] MdeModulePkg: Use SmmWaitForAllProcessor() in VariableSmm driver.
Reviewed-by: Liming Gao <gaoliming@...>
One minor comment: the change in MdeModulePkg is not required, because this library instance has been specified in MdeLibs.dsc.inc
Thanks
Liming
Reviewed-by: Liming Gao <gaoliming@...>
One minor comment: the change in MdeModulePkg is not required, because this library instance has been specified in MdeLibs.dsc.inc
Thanks
Liming
|
By
gaoliming
·
#90130
·
|
|
Re: [PATCH 00/12] Introduce Bootlog DEBUG() output
On Wed, Jun 1, 2022 at 05:33 AM, Gerd Hoffmann wrote:
Hmm. Maybe it's time to tackle the log performance problem for virtual
machines? Create a debug log device with DMA support, so we don't need
a
On Wed, Jun 1, 2022 at 05:33 AM, Gerd Hoffmann wrote:
Hmm. Maybe it's time to tackle the log performance problem for virtual
machines? Create a debug log device with DMA support, so we don't need
a
|
By
Benjamin Doron
·
#90129
·
|
|
[PATCH 1/1] MdeModulePkg: Fix a typo
Correctly write 'DstBufAllocated' in CoreLoadPeImage().
Signed-off-by: Zhang Shuzhen <zhangshuzhen@...>
---
MdeModulePkg/Core/Dxe/Image/Image.c | 8 ++++----
1 file changed, 4 insertions(+), 4
Correctly write 'DstBufAllocated' in CoreLoadPeImage().
Signed-off-by: Zhang Shuzhen <zhangshuzhen@...>
---
MdeModulePkg/Core/Dxe/Image/Image.c | 8 ++++----
1 file changed, 4 insertions(+), 4
|
By
zhangshuzhen@...
·
#90128
·
|
|
Re: [PATCH V3] OvmfPkg/ResetVector: Removing SEV-ES CPUID bit check
Yes, it looks like the rdmsr and the GetSevEncBit: label can all be removed since the MSR value is now cached (a few lines above) and used for checks.
Thanks,
Tom
Yes, it looks like the rdmsr and the GetSevEncBit: label can all be removed since the MSR value is now cached (a few lines above) and used for checks.
Thanks,
Tom
|
By
Lendacky, Thomas
·
#90127
·
|
|
Re: [PATCH V3] OvmfPkg/ResetVector: Removing SEV-ES CPUID bit check
Thanks Peter, I have queued this up.
I did wonder, though: the only remaining reference to GetSevEncBit is
a conditional branch that just precedes the label itself. This appears
to be a leftover from
Thanks Peter, I have queued this up.
I did wonder, though: the only remaining reference to GetSevEncBit is
a conditional branch that just precedes the label itself. This appears
to be a leftover from
|
By
Ard Biesheuvel
·
#90126
·
|
|
Re: [PATCH 00/12] Introduce Bootlog DEBUG() output
Hmm. Maybe it's time to tackle the log performance problem for virtual
machines? Create a debug log device with DMA support, so we don't need
a vmexit for every single character we want log?
That
Hmm. Maybe it's time to tackle the log performance problem for virtual
machines? Create a debug log device with DMA support, so we don't need
a vmexit for every single character we want log?
That
|
By
Gerd Hoffmann
·
#90125
·
|
|
Re: [PATCH 2/2] OvmfPkg: Search EFI_RESOURCE_MEMORY_UNACCEPTED for Fw hoblist
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#90124
·
|
|
Re: [PATCH 1/2] OvmfPkg: Fix TDVMCALL error in ApRunLoop.nasm
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#90123
·
|
|
Re: [PATCH v5 4/5] Ovmf/PlatformPei: Use host-provided GPA end if available
I think so, now that the freeze is over. I'd suggest to rebase, run
through CI (open a draft pull request for that) and repost the series,
with the maintainers Cc'ed (the
I think so, now that the freeze is over. I'd suggest to rebase, run
through CI (open a draft pull request for that) and repost the series,
with the maintainers Cc'ed (the
|
By
Gerd Hoffmann
·
#90122
·
|
|
[PATCH v1] BaseTools/Capsule: Add support to input subject name to sign capsule file
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3928
Windows-based system using signtool.exe to sign the capsule.
Add the support to using
|
By
Lin, Jason1
·
#90121
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 05/31/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
05/31/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
05/31/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#90120
·
|
|
Re: [edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8: GCC tool chain support
pushed as 71dab4b0eaa4214586b9e03c1c42c7562095353c
Mike
pushed as 71dab4b0eaa4214586b9e03c1c42c7562095353c
Mike
|
By
Michael D Kinney
·
#90119
·
|
|
Re: [edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8: GCC tool chain support
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
I do see that there are 3 documentation files in Python-3.6.8.
One is from the Python project. The other 2 look like they both
contain EDK
Reviewed-by: Michael D Kinney <michael.d.kinney@...>
I do see that there are 3 documentation files in Python-3.6.8.
One is from the Python project. The other 2 look like they both
contain EDK
|
By
Michael D Kinney
·
#90118
·
|
|
Is it possible to inject compiler arguments and library dependencies from the build system?
Hi all,
Following https://edk2.groups.io/g/devel/message/89684, I want to add sanitizer support to upstream EDK2. Doing this in a non-intrusive way would mean that I need to force all modules to
Hi all,
Following https://edk2.groups.io/g/devel/message/89684, I want to add sanitizer support to upstream EDK2. Doing this in a non-intrusive way would mean that I need to force all modules to
|
By
Pedro Falcato
·
#90117
·
|
|
Re: [PATCH 1/1] MdePkg/BaseLib: Add CRC16-ANSI and CRC32c implementations
Ping. Please review it now that the freeze is over.
Thanks,
Pedro
--
Pedro Falcato
Ping. Please review it now that the freeze is over.
Thanks,
Pedro
--
Pedro Falcato
|
By
Pedro Falcato
·
#90116
·
|