Re: [edk2-devel] edk2 Automatic PR Reviewers

2024-07-24 Thread Michael Kubacki
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

[edk2-devel] edk2 Automatic PR Reviewers

2024-07-24 Thread Michael Kubacki
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

Re: [edk2-devel] [PATCH v2] XiangshanSeriesPkg:Add BOSC NanhuDev platform

2024-07-24 Thread WangYang
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

Re: [edk2-devel] [Question] How do you set PCIe host bridge address space granularity for a PCI host bridge defined with PciHostBridgeLib?

2024-07-24 Thread Alexander 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

Re: [edk2-devel] [Question] How do you set PCIe host bridge address space granularity for a PCI host bridge defined with PciHostBridgeLib?

2024-07-24 Thread Alexander D
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

[edk2-devel] [PATCH v3 1/1] IntelFsp2WrapperPkg/FspmWrapperPeim: Fix FspT/M address for measurement

2024-07-24 Thread Li, Zhihao
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-