|
Re: [edk2-platforms][PATCH v2 0/4] MinPlatformPkg: Add TPM platform hier disable support
Thank you, Michael.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Thank you, Michael.
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#76565
·
|
|
Re: [edk2-platforms][PATCH 0/2] Support for TiogaPass Platform and Override generic PciBus Driver with
One final comment, PurleyOpenBoardPkg/Override/edk2/MdeModulePkg/Bus/Pci/PciBusDxe seems a little excessive, I think you can do PurleyOpenBoardPkg/Override/MdeModulePkg/Bus/Pci/PciBusDxe and everyone
One final comment, PurleyOpenBoardPkg/Override/edk2/MdeModulePkg/Bus/Pci/PciBusDxe seems a little excessive, I think you can do PurleyOpenBoardPkg/Override/MdeModulePkg/Bus/Pci/PciBusDxe and everyone
|
By
Nate DeSimone
·
#76564
·
|
|
Re: [PATCH] UefiPayloadPkg/UefiPayloadEntry: Improve bootloader memrange parsing
Could you provide more info on the issues in fixed by this patch?
There is a UEFI payload patch (under code review) to support the bootloader to provide a HOB
on the PCI resources, this way the UEFI
Could you provide more info on the issues in fixed by this patch?
There is a UEFI payload patch (under code review) to support the bootloader to provide a HOB
on the PCI resources, this way the UEFI
|
By
Guo Dong
·
#76563
·
|
|
Re: [edk2-platforms][PATCH 0/2] Support for TiogaPass Platform and Override generic PciBus Driver with
Also, uefi_2500_800.efi should not be added directly inside of PurleyOpenBoardPkg. You will need to move that to edk2-non-osi. I'm not sure exactly which driver that is, but I have a suspicion that it
Also, uefi_2500_800.efi should not be added directly inside of PurleyOpenBoardPkg. You will need to move that to edk2-non-osi. I'm not sure exactly which driver that is, but I have a suspicion that it
|
By
Nate DeSimone
·
#76562
·
|
|
Re: [edk2-platforms][PATCH 0/2] Support for TiogaPass Platform and Override generic PciBus Driver with
Hi Manic,
I looked over all of your changes. The code itself looks good. However, there is an issue with the copyright headers that you have placed on the top of many of the files included here. It
Hi Manic,
I looked over all of your changes. The code itself looks good. However, there is an issue with the copyright headers that you have placed on the top of many of the files included here. It
|
By
Nate DeSimone
·
#76561
·
|
|
Re: [edk2-platforms][PATCH v2 0/4] MinPlatformPkg: Add TPM platform hier disable support
It's been a week and I haven't seen any feedback. Please review when possible.
Thanks,
Michael
It's been a week and I haven't seen any feedback. Please review when possible.
Thanks,
Michael
|
By
Michael Kubacki
·
#76560
·
|
|
Re: [PATCH v1 1/5] EDK2 Code First: PI Specification: EFI_MM_COMMUNICATE_HEADER Update
Hi Hao,
Sorry that I missed comments for this patch earlier. You are correct. I only inspected SmmLockBoxPeiLib. The PEI instance handled mode switch with ```OFFSET_OF ``` function. But DXE instance
Hi Hao,
Sorry that I missed comments for this patch earlier. You are correct. I only inspected SmmLockBoxPeiLib. The PEI instance handled mode switch with ```OFFSET_OF ``` function. But DXE instance
|
By
Kun Qin
·
#76559
·
|
|
Re: [PATCH v3 6/8] SecurityPkg: Add new modules to Security package.
"dbt" and "dbx" are swapped in the comments? Look for groups of 3 underscores ("___") below...
+ ## GUID used to specify section with default ___dbt___ content
+ gDefault___dbx___FileGuid = {
"dbt" and "dbx" are swapped in the comments? Look for groups of 3 underscores ("___") below...
+ ## GUID used to specify section with default ___dbt___ content
+ gDefault___dbx___FileGuid = {
|
By
Jeremiah Cox
·
#76558
·
|
|
[PATCH v1 0/1] ArmPlatformPkg/Scripts: Create add-symbol-file commands from UEFI console
cmd_load_symbols.py can only load symbols from a firmware volume. Add the possibility to
use UEFI console output to calculate dll load address and send
add-symbol-file commands directly to ArmDS
cmd_load_symbols.py can only load symbols from a firmware volume. Add the possibility to
use UEFI console output to calculate dll load address and send
add-symbol-file commands directly to ArmDS
|
By
Artem Kopotev
·
#76557
·
|
|
[PATCH v1 1/1] ArmPlatformPkg/Scripts: Create add-symbol-file commands from UEFI console
cmd_load_symbols.py can only load symbols from FV. Add the possibility to
use UEFI console output to calculate dll load address and send
add-symbol-file commands directly to ArmDS debugger
dll load
cmd_load_symbols.py can only load symbols from FV. Add the possibility to
use UEFI console output to calculate dll load address and send
add-symbol-file commands directly to ArmDS debugger
dll load
|
By
Artem Kopotev
·
#76556
·
|
|
Re: [PATCH v2 2/3] UefiPayloadPkg: Add PayloadLoaderPeim which can load ELF payload
Hey Ray,
Sure, thanks a lot for taking the time. I will need a bit longer to get to it, sorry. :)
Best regards,
Marvin
Hey Ray,
Sure, thanks a lot for taking the time. I will need a bit longer to get to it, sorry. :)
Best regards,
Marvin
|
By
Marvin Häuser
·
#76555
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] [PATCH v1 1/1] Pytool: SpellCheck: Defer path expansion in cspell parameters
Thanks for the review. Updated patch has been sent here: https://edk2.groups.io/g/devel/message/76553.
Please let me know if any other feedbacks.
Regards,
Kun
Thanks for the review. Updated patch has been sent here: https://edk2.groups.io/g/devel/message/76553.
Please let me know if any other feedbacks.
Regards,
Kun
|
By
Kun Qin
·
#76554
·
|
|
[PATCH v2 1/1] Pytool: SpellCheck: Defer path expansion in cspell parameters
From: Sean Brogan <sean.brogan@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3454
On Linux the shell expands the wildcard paths and causes multiple files
to be missed. This
From: Sean Brogan <sean.brogan@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3454
On Linux the shell expands the wildcard paths and causes multiple files
to be missed. This
|
By
Kun Qin
·
#76553
·
|
|
[PATCH v2 0/1] SpellCheck plugin inspects fewer files when run on Linux
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3454
This patch series is a follow up of previous submission:
https://edk2.groups.io/g/devel/message/76427
v2 patch change includes feedback for
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3454
This patch series is a follow up of previous submission:
https://edk2.groups.io/g/devel/message/76427
v2 patch change includes feedback for
|
By
Kun Qin
·
#76552
·
|
|
Re: [edk2-platforms][PATCH v2 29/32] JadePkg: Recover boot options when NVRAM cleared
Thanks Leif for the info.
The issue happened since below change 037d86dd7a (20/06/06 14:49) ArmPkg/PlatformBootManagerLib: don't connect all devices on each boot <Ard Biesheuvel>
From that commit,
Thanks Leif for the info.
The issue happened since below change 037d86dd7a (20/06/06 14:49) ArmPkg/PlatformBootManagerLib: don't connect all devices on each boot <Ard Biesheuvel>
From that commit,
|
By
Nhi Pham
·
#76551
·
|
|
Re: [edk2-platforms][PATCH v2 21/32] AmpereAltraPkg: Add DebugInfoPei module
Thanks Leif for catching that. Will replace it by DebugPrint in the v3.
Best regards,
Nhi
Thanks Leif for catching that. Will replace it by DebugPrint in the v3.
Best regards,
Nhi
|
By
Nhi Pham
·
#76550
·
|
|
Re: [edk2-platforms][PATCH v2 20/32] JadePkg: Add SMBIOS tables support
Because the cache-related functions/definitions in the AmpereCpuLib will be replaced by ArmLib so I'm going to replace the SmbiosCpuDxe by
Because the cache-related functions/definitions in the AmpereCpuLib will be replaced by ArmLib so I'm going to replace the SmbiosCpuDxe by
|
By
Nhi Pham
·
#76549
·
|
|
Re: [edk2-platforms][PATCH v2 15/32] JadePkg: Add PcieBoardLib library instance
Hi Leif,
Thanks for reviewing. Will address all your comments from this patch.
Best regards,
Nhi
Hi Leif,
Thanks for reviewing. Will address all your comments from this patch.
Best regards,
Nhi
|
By
Nhi Pham
·
#76548
·
|
|
Re: [edk2-platforms][PATCH v2 13/32] AmpereAltraPkg, JadePkg: Add ACPI support
Thanks for catching that. Will correct them in the v3.
Best regards,
Nhi
Thanks for catching that. Will correct them in the v3.
Best regards,
Nhi
|
By
Nhi Pham
·
#76547
·
|
|
Re: [edk2-platforms][PATCH v2 09/32] AmpereAltraPkg: Support non-volatile variables
Thanks, Leif. I will use a PCD instead of build option flag like above and will update the commit message to explain how it works.
Best regards,
Nhi
Thanks, Leif. I will use a PCD instead of build option flag like above and will update the commit message to explain how it works.
Best regards,
Nhi
|
By
Nhi Pham
·
#76546
·
|