It looks like the permissions will need adjusted. That will come in a
follow up change.
On 7/24/2024 10:35 PM, Michael Kubacki wrote:
A change was just pushed to edk2 to automatically add reviewers to pull
request based on those listed in Maintainers.txt.
For more details and in case of any i
A change was just pushed to edk2 to automatically add reviewers to pull
request based on those listed in Maintainers.txt.
For more details and in case of any issues, I put some information on
this wiki page:
https://github.com/tianocore/tianocore.github.io/wiki/Automatic-Pull-Request-Reviewer
Thanks Dawei and yyl for the test.
Hi,Suni V L
How about this status. If there are no issues, can you help me merge in?
Thank you very much.
Regards,
Yang
> -原始邮件-
> 发件人: "Ran Wang"
> 发送时间: 2024-07-19 10:27:15 (星期五)
> 收件人: dawei.w...@intel.com, "Leif Lindholm" ,
> "Michael D
Btw, "EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR" is just a structure used across the
codebase to represent an address space. It doesn't have anything to do with the
ACPI tables if that was your impression. ACPI tables are only consumed by an
OS. If you wish to have PCIe working there, you still have to
That's expected. All PCIe endpoints in your case have *non-prefetchable* 64-bit
BARs. These can only reside below 4 GB, so EDK2 downgrades them to the 32-bit
non-prefetchable aperture.
If you had a device with a *prefetchable* 64-bit BAR (e.g. GPU VRAM), it would
enumerate as "PMem64" and then
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4716
Tcg module should use permanent address of FSP-T/M for measurement.
TCG notification checks MigatedFvInfoHob and transmits
DRAM address for measurement.
Cc: Chasel Chiu
Cc: Nate DeSimone
Cc: Duggapu Chinni B
Cc: Chen Gang C
Signed-off-