|
Re: RFC: Add BaseLib/QuickSort in MdePkg
Making baselib implementation depend on MemoryAllocationLib (indirectly on Pei Service and gBS), it may prevent this base API using at some seneraio. i don't think it's better.
Add this parameter and
Making baselib implementation depend on MemoryAllocationLib (indirectly on Pei Service and gBS), it may prevent this base API using at some seneraio. i don't think it's better.
Add this parameter and
|
By
Jeff Fan
·
#81146
·
|
|
Re: [`edk2-devel][PATCH] UefiPayloadPkg: Build a HOB from bootloader ACPI table
Hi Ray,
In this patch, we added a shared file AcpiTable.c for both universal payload and non-universal payload.
The exposed API from this file is: EFI_STATUS BuildHobFromAcpi ( IN UINT64
Hi Ray,
In this patch, we added a shared file AcpiTable.c for both universal payload and non-universal payload.
The exposed API from this file is: EFI_STATUS BuildHobFromAcpi ( IN UINT64
|
By
Guo Dong
·
#81145
·
|
|
Re: RFC: Add BaseLib/QuickSort in MdePkg
Hey Ray,
In my opinion that spec is too complicated. For some cases it is obvious, but I think the last anyone wants to see is a (STATIC_)ASSERT before most QuickSort calls to ensure the element size
Hey Ray,
In my opinion that spec is too complicated. For some cases it is obvious, but I think the last anyone wants to see is a (STATIC_)ASSERT before most QuickSort calls to ensure the element size
|
By
Marvin Häuser
·
#81144
·
|
|
Re: [`edk2-devel][PATCH] UefiPayloadPkg: Use dummy constructor for PlatformHookLib
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#81143
·
|
|
Re: [`edk2-devel][PATCH] UefiPayloadPkg: Build a HOB from bootloader ACPI table
- Status = ParseMemoryInfo (MemInfoCallbackMmio, &AcpiBoardInfo);
+ Status = ParseMemoryInfo (MemInfoCallbackMmio, NULL);
Guo,
I am curious why you changed this part.
Without this change,
- Status = ParseMemoryInfo (MemInfoCallbackMmio, &AcpiBoardInfo);
+ Status = ParseMemoryInfo (MemInfoCallbackMmio, NULL);
Guo,
I am curious why you changed this part.
Without this change,
|
By
Ni, Ray
·
#81142
·
|
|
Re: [`edk2-devel][PATCH v2] UefiPayloadPkg: Add ".upld_info" in universal payload
Hi Ray,
I have no comments.
Thanks,
Dun
Hi Ray,
I have no comments.
Thanks,
Dun
|
By
duntan
·
#81141
·
|
|
Re: [PATCH V5] MdeModulePkg/PciBusDxe: Improve the flow of testing support attributes
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#81140
·
|
|
Re: RFC: Add BaseLib/QuickSort in MdePkg
Liming,
The purpose of the optional BufferOneElement is to ease consumer’s life assuming most of the time the element size should be smaller than 256.
Are you saying that it’s a bit hard to
Liming,
The purpose of the optional BufferOneElement is to ease consumer’s life assuming most of the time the element size should be smaller than 256.
Are you saying that it’s a bit hard to
|
By
Ni, Ray
·
#81139
·
|
|
Re: [`edk2-devel][PATCH v2] UefiPayloadPkg: Add ".upld_info" in universal payload
Reviewed-by: Ray Ni <ray.ni@...>
Dun, any comments?
Reviewed-by: Ray Ni <ray.ni@...>
Dun, any comments?
|
By
Ni, Ray
·
#81138
·
|
|
回复: [edk2-devel] RFC: Add BaseLib/QuickSort in MdePkg
Ray:
I may suggest to always require BufferOneElement. The consumer code may not know ElementSize. To avoid the error, the consumer must allocate buffer for BufferOneElement. If so,
Ray:
I may suggest to always require BufferOneElement. The consumer code may not know ElementSize. To avoid the error, the consumer must allocate buffer for BufferOneElement. If so,
|
By
gaoliming
·
#81137
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 10/01/2021
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
10/01/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
10/01/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#81136
·
|
|
Re: [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware
Yes. Agree. Good suggestion.
Yes. Agree. Good suggestion.
|
By
Yao, Jiewen
·
#81135
·
|
|
回复: [edk2-devel] [PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line
Zhichao:
I am OK to use "..." as the end of string. I suggest to add the comments to explain the different behavior for BootManagerMenuApp and BootManagerUiLib in BZ.
Thanks
Liming
Zhichao:
I am OK to use "..." as the end of string. I suggest to add the comments to explain the different behavior for BootManagerMenuApp and BootManagerUiLib in BZ.
Thanks
Liming
|
By
gaoliming
·
#81134
·
|
|
回复: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware
Jiewen:
Thanks for this information. I suggest to add this URL into the file header comment, like Edk2\MdePkg\Include\IndustryStandard\DmaRemappingReportingTable.h.
Thanks
Liming
Jiewen:
Thanks for this information. I suggest to add this URL into the file header comment, like Edk2\MdePkg\Include\IndustryStandard\DmaRemappingReportingTable.h.
Thanks
Liming
|
By
gaoliming
·
#81133
·
|
|
Re: [PATCH V7 1/1] OvmfPkg: Enable TDX in ResetVector
I recommend we start with 2 metadata and check in.
It is working today for both SEV and TDX, with KVM and Cloud Hypervisor support.
Thank you
Yao Jiewen
I recommend we start with 2 metadata and check in.
It is working today for both SEV and TDX, with KVM and Cloud Hypervisor support.
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#81132
·
|
|
Re: [PATCH V7 1/1] OvmfPkg: Enable TDX in ResetVector
Thanks for reminder. I have updated the patch-set as you mentioned. But I am waiting for a conclusion of the Metadata, a unified metadata or two separate metadata.
Hoffmann and Jiewen
Do we have a
Thanks for reminder. I have updated the patch-set as you mentioned. But I am waiting for a conclusion of the Metadata, a unified metadata or two separate metadata.
Hoffmann and Jiewen
Do we have a
|
By
Min Xu
·
#81131
·
|
|
[`edk2-devel][PATCH v2] UefiPayloadPkg: Add ".upld_info" in universal payload
From: Guo Dong <guo.dong@...>
V2: Use LittleEndianStructure by review comment.
From the universal scalable firmware payload requirement V0.75,
Payload must have Universal Payload Information
From: Guo Dong <guo.dong@...>
V2: Use LittleEndianStructure by review comment.
From the universal scalable firmware payload requirement V0.75,
Payload must have Universal Payload Information
|
By
Guo Dong
·
#81130
·
|
|
Re: [`edk2-devel][PATCH] UefiPayloadPkg: Add ".upld_info" in universal payload
Thanks for the comments. I will update the patch to add LittleEndianStructure.
Thanks,
Guo
Thanks for the comments. I will update the patch to add LittleEndianStructure.
Thanks,
Guo
|
By
Guo Dong
·
#81129
·
|
|
[`edk2-devel][PATCH 7/8] UefiPayloadPkg: Add a SMM dispatch module
From: Guo Dong <guo.dong@...>
PCH SMM module would install SMM SW dispatch2 protocol.
And it supports to register SMI handlers based on SMI APM
interrupt from the bootloader information
From: Guo Dong <guo.dong@...>
PCH SMM module would install SMM SW dispatch2 protocol.
And it supports to register SMI handlers based on SMI APM
interrupt from the bootloader information
|
By
Guo Dong
·
#81128
·
|
|
[`edk2-devel][PATCH 8/8] UefiPayloadPkg: Add SMM support and SMM variable support
From: Guo Dong <guo.dong@...>
Add SMM variable support for universal UEFI payload.
By default they are disabled.
Signed-off-by: Guo Dong <guo.dong@...>
---
From: Guo Dong <guo.dong@...>
Add SMM variable support for universal UEFI payload.
By default they are disabled.
Signed-off-by: Guo Dong <guo.dong@...>
---
|
By
Guo Dong
·
#81127
·
|