|
Re: [PATCH v14 00/46] SEV-ES guest support
I don't understand this report; with this series applied, line 867 is
the following:
867 UINT8 *Src, *Dst;
coming from patch v14 37/46, "OvmfPkg/Sec: Add #VC exception handling
for Sec
I don't understand this report; with this series applied, line 867 is
the following:
867 UINT8 *Src, *Dst;
coming from patch v14 37/46, "OvmfPkg/Sec: Add #VC exception handling
for Sec
|
By
Laszlo Ersek
·
#63993
·
|
|
Re: [PATCH v14 00/46] SEV-ES guest support
So line 867 of SecMain.c has:
UINT8 *Src, *Dst;
which appears correct to me, so I believe that is an issue with the tool?
I'll fix this.
I'll fix this.
I'll fix this.
I'll fix this.
I'm trying
So line 867 of SecMain.c has:
UINT8 *Src, *Dst;
which appears correct to me, so I believe that is an issue with the tool?
I'll fix this.
I'll fix this.
I'll fix this.
I'll fix this.
I'm trying
|
By
Lendacky, Thomas
·
#63992
·
|
|
Re: [PATCH v6 00/14] Add the VariablePolicy feature
Hi Bret,
Sorry for the delayed response.
Some more comments here:
1. Currently I see the LockVaribePolicy is called at ReadyToBoot by variable driver, could we update it to be called at EndOfDxe?
Hi Bret,
Sorry for the delayed response.
Some more comments here:
1. Currently I see the LockVaribePolicy is called at ReadyToBoot by variable driver, could we update it to be called at EndOfDxe?
|
By
Dandan Bi
·
#63991
·
|
|
Re: [PATCH 2/3] MdeModulePkg/PartitionDxe: Remove the check for special MBR
I prefer to directly revert the patch. It simplifies the change history.
I prefer to directly revert the patch. It simplifies the change history.
|
By
Ni, Ray
·
#63990
·
|
|
Re: [PATCH 1/3] MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBR
Can you please explain this in detail?
It's ok to not provide the "root" cause of why the image boot behavior is different.
Saying the specific issue can help people to understand the issue in
Can you please explain this in detail?
It's ok to not provide the "root" cause of why the image boot behavior is different.
Saying the specific issue can help people to understand the issue in
|
By
Ni, Ray
·
#63989
·
|
|
Re: acpiview error handling patches
Hi Zhichao,
Some patches in this series need reworking.
Example - For '[PATCH v3 1/8] ShellPkg/AcpiView: Extract configuration struct' & '[PATCH v3 2/8] ShellPkg/AcpiView: Declutter error
Hi Zhichao,
Some patches in this series need reworking.
Example - For '[PATCH v3 1/8] ShellPkg/AcpiView: Extract configuration struct' & '[PATCH v3 2/8] ShellPkg/AcpiView: Declutter error
|
By
Sami Mujawar
·
#63988
·
|
|
Re: [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
Reminder for review of this series
Thanks,
--Samer
Reminder for review of this series
Thanks,
--Samer
|
By
Samer El-Haj-Mahmoud
·
#63987
·
|
|
Re: [edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix RPi4 GICC PMU PPI
Thanks Pete.
Ard, Leif,
If there are no concerns, can you please push this patch, along with the other series that are
Thanks Pete.
Ard, Leif,
If there are no concerns, can you please push this patch, along with the other series that are
|
By
Samer El-Haj-Mahmoud
·
#63986
·
|
|
Re: [PATCH v2 1/2] CryptoPkg/OpensslLib: Add native instruction support for X64
It is slight complex, I will review it by 9/11/2020.
Thanks.
It is slight complex, I will review it by 9/11/2020.
Thanks.
|
By
Guomin Jiang
·
#63985
·
|
|
Re: [PATCH v4 0/5] Use RngLib instead of TimerLib for OpensslLib
I will review the patch by next week(8/21).
Thanks
Guomin
I will review the patch by next week(8/21).
Thanks
Guomin
|
By
Guomin Jiang
·
#63984
·
|
|
Re: [PATCH v9 05/16] CryptoPkg/CryptoPkg.ci.yaml: Add configuration for Ecc check
Reviewed-by: Guomin Jiang <guomin.jiang@...>
Thanks
Guomin
Reviewed-by: Guomin Jiang <guomin.jiang@...>
Thanks
Guomin
|
By
Guomin Jiang
·
#63983
·
|
|
Re: [PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration.
+Hao, Ray,
Hi Libo, thanks for your explanation.
So I think the patch is improvement for current logic.
Hi Hao and Ray,
Can you give some comments for the change.
Hi Jeremy,
It
+Hao, Ray,
Hi Libo, thanks for your explanation.
So I think the patch is improvement for current logic.
Hi Hao and Ray,
Can you give some comments for the change.
Hi Jeremy,
It
|
By
Guomin Jiang
·
#63982
·
|
|
Re: [PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration.
Hello, Mr. Jiang,
Thank for the review.
The original enumeration steps in the function of UsbEnumerateNewDev of file UsbEnumer.c: 1 reset the port, 2 set the usb device address, 3 get the Max Packet
Hello, Mr. Jiang,
Thank for the review.
The original enumeration steps in the function of UsbEnumerateNewDev of file UsbEnumer.c: 1 reset the port, 2 set the usb device address, 3 get the Max Packet
|
By
Feng Libo <lbfeng@...>
·
#63981
·
|
|
Re: [PATCH 1/3] MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBR
Ray,
The MBR info is correct. The order change is to avoid the MBR being checked before UDF/ISO 9660 check.
That is why I make the patch #3 in the last of the patch set.
Thanks,
Zhichao
Ray,
The MBR info is correct. The order change is to avoid the MBR being checked before UDF/ISO 9660 check.
That is why I make the patch #3 in the last of the patch set.
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#63980
·
|
|
Re: [PATCH 2/3] MdeModulePkg/PartitionDxe: Remove the check for special MBR
I also add some variables to calculate StartingLBA and SizeInLBA instead of calculate them when they are needed.
I am fine to revert the whole changes. Just make you aware of this.
Thanks,
Zhichao
I also add some variables to calculate StartingLBA and SizeInLBA instead of calculate them when they are needed.
I am fine to revert the whole changes. Just make you aware of this.
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#63979
·
|
|
Re: [edk2-wiki][PATCH v2] Update the Boot Guard TOCTOU wiki page.
Hi Guomin,
I'd suggest that you add a section to describe clearly the required steps to
enable this feature in a platform. I just noticed that SecMigrationPei.inf is
not mentioned for doing
Hi Guomin,
I'd suggest that you add a section to describe clearly the required steps to
enable this feature in a platform. I just noticed that SecMigrationPei.inf is
not mentioned for doing
|
By
Wang, Jian J
·
#63978
·
|
|
Re: [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
How am I supposed to review this change? The commit log is empty and I was not cc'ed on the cover letter.
In general, please try to muster up the energy to write at least one sentence that describes
How am I supposed to review this change? The commit log is empty and I was not cc'ed on the cover letter.
In general, please try to muster up the energy to write at least one sentence that describes
|
By
Ard Biesheuvel
·
#63977
·
|
|
Re: [PATCH v9 04/16] ArmVirtPkg/ArmVirtPkg.ci.yaml: Add configuration for Ecc check
Acked-by: Ard Biesheuvel <ard.biesheuvel@...>
Acked-by: Ard Biesheuvel <ard.biesheuvel@...>
|
By
Ard Biesheuvel
·
#63976
·
|
|
Re: [PATCH 3/3] MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child hander
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#63975
·
|
|
Re: [PATCH 2/3] MdeModulePkg/PartitionDxe: Remove the check for special MBR
Zhichao,
Can you please just revert the fix you recently added?
Zhichao,
Can you please just revert the fix you recently added?
|
By
Ni, Ray
·
#63974
·
|