|
Re: [PATCH] IntelFsp2Pkg: Use FspSiliconInitDone2 API
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
|
By
Mudusuru, Giri P <giri.p.mudusuru@...>
·
#5023
·
|
|
Re: [Patch 2/2] MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs
Laszlo,
I agree. I will do a different patch to fix the function names
in comments.
Mike
Laszlo,
I agree. I will do a different patch to fix the function names
in comments.
Mike
|
By
Michael D Kinney
·
#5022
·
|
|
Re: OVMF: cross-filesystem copy broken? ("The source and destination are the same")
Thanks for trying it.
Unfortunately, I can't find the time to dig into this now. And, I think
it's likely related to ShellPkg anyway. Can you please help by filing a
BZ for ShellPkg, and/or bisecting
Thanks for trying it.
Unfortunately, I can't find the time to dig into this now. And, I think
it's likely related to ShellPkg anyway. Can you please help by filing a
BZ for ShellPkg, and/or bisecting
|
By
Laszlo Ersek
·
#5020
·
|
|
Re: [Patch] UefiCpuPkg/PiSmmCpuDxeSmm: Add volatile to mNumberToFinish
Laszlo,
Yes. I can split. I will send V2 with your feedback.
For the following line, the cast to (VOID *) before cast to (UINTN) was
required to pass VS build. Since mNumberToFinish is a volatile
Laszlo,
Yes. I can split. I will send V2 with your feedback.
For the following line, the cast to (VOID *) before cast to (UINTN) was
required to pass VS build. Since mNumberToFinish is a volatile
|
By
Michael D Kinney
·
#5021
·
|
|
Re: [Patch 2/2] MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs
Ah! Thank you. That's a completely valid set of updates then; but I
think it should be in a different patch.
Cheers
Laszlo
Ah! Thank you. That's a completely valid set of updates then; but I
think it should be in a different patch.
Cheers
Laszlo
|
By
Laszlo Ersek
·
#5019
·
|
|
Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def
Thanks! I was eager and already committed it with Jiewen's R-b.
Cheers!
Laszlo
Thanks! I was eager and already committed it with Jiewen's R-b.
Cheers!
Laszlo
|
By
Laszlo Ersek
·
#5018
·
|
|
Re: [PATCH V2] Add 4K PE alignment to enable SMM page level protection.
I have two requests before you commit the patch:
(1) please prefix the subject line with "OvmfPkg: ",
(2) please commit this patch only after you commit the patch
"UefiCpuPkg/PiSmmCpu: Check
I have two requests before you commit the patch:
(1) please prefix the subject line with "OvmfPkg: ",
(2) please commit this patch only after you commit the patch
"UefiCpuPkg/PiSmmCpu: Check
|
By
Laszlo Ersek
·
#5017
·
|
|
Re: [PATCH] UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX.
Tested-by: Laszlo Ersek <lersek@...>
Thanks!
Laszlo
Tested-by: Laszlo Ersek <lersek@...>
Thanks!
Laszlo
|
By
Laszlo Ersek
·
#5016
·
|
|
Re: [Patch 2/2] MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs
Laszlo,
Thanks for the feedback. I will update and send V2.
I did not change the names of any functions. The comment
blocks had names that did not match the name of the function,
so I was only
Laszlo,
Thanks for the feedback. I will update and send V2.
I did not change the names of any functions. The comment
blocks had names that did not match the name of the function,
so I was only
|
By
Michael D Kinney
·
#5015
·
|
|
Re: OVMF: cross-filesystem copy broken? ("The source and destination are the same")
Unfortunately the patch doesn't fix the problem I'm seeing.
--
Bruce
Unfortunately the patch doesn't fix the problem I'm seeing.
--
Bruce
|
By
Bruce Cran <bruce@...>
·
#5014
·
|
|
Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def
Thank you for fixing it.
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
Thank you for fixing it.
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@...>
|
By
Mudusuru, Giri P <giri.p.mudusuru@...>
·
#5013
·
|
|
Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def
Thanks! Commit 2048ab4b3ec9.
Laszlo
Thanks! Commit 2048ab4b3ec9.
Laszlo
|
By
Laszlo Ersek
·
#5012
·
|
|
Re: [PATCH] OvmfPkg/dsc: enable SMM page level protection.
Both patches are submitted.
I will discuss with Jeff tomorrow to see how we can improve the debug message.
-- "Stack Overflow" for "XD page fault" is definitely a misreport. :(
Thank you
Yao
Both patches are submitted.
I will discuss with Jeff tomorrow to see how we can improve the debug message.
-- "Stack Overflow" for "XD page fault" is definitely a misreport. :(
Thank you
Yao
|
By
Yao, Jiewen
·
#5011
·
|
|
[PATCH V2] Add 4K PE alignment to enable SMM page level protection.
Tested boot with below configuration:
IA32
IA32X64
X64
Tested boot with XD enabled/disabled.
Requested-by: Laszlo Ersek <lersek@...>
Cc: Jordan Justen <jordan.l.justen@...>
Cc: Laszlo
Tested boot with below configuration:
IA32
IA32X64
X64
Tested boot with XD enabled/disabled.
Requested-by: Laszlo Ersek <lersek@...>
Cc: Jordan Justen <jordan.l.justen@...>
Cc: Laszlo
|
By
Yao, Jiewen
·
#5010
·
|
|
[PATCH] UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX.
When XD is not supported, the BIT63 is reserved.
We should not set BIT63 in the page table.
Test OVMF IA32/IA32X64 with XD enabled/disabled.
Analyzed-by: Laszlo Ersek <lersek@...>
Cc: Jeff
When XD is not supported, the BIT63 is reserved.
We should not set BIT63 in the page table.
Test OVMF IA32/IA32X64 with XD enabled/disabled.
Analyzed-by: Laszlo Ersek <lersek@...>
Cc: Jeff
|
By
Yao, Jiewen
·
#5009
·
|
|
Re: [PATCH] OvmfPkg/dsc: enable SMM page level protection.
Yes, Laszlo.
You are right. Thanks to catch this.
I will 1) Submit a new patch to fix XD issue.
2) Submit V2 patch for OVMF.
Sent: Thursday, November 17, 2016 8:18 PM
To: Yao, Jiewen
Yes, Laszlo.
You are right. Thanks to catch this.
I will 1) Submit a new patch to fix XD issue.
2) Submit V2 patch for OVMF.
Sent: Thursday, November 17, 2016 8:18 PM
To: Yao, Jiewen
|
By
Yao, Jiewen
·
#5008
·
|
|
Re: [PATCH] SecurityPkg Tcg2Dxe: Get correct digest list size
Hi star
I am sorry that I am confused on this patch.
1) Below update is not related to the GIT message.
I think there is nothing wrong with previous code. May I know if you observe something?
2) I
Hi star
I am sorry that I am confused on this patch.
1) Below update is not related to the GIT message.
I think there is nothing wrong with previous code. May I know if you observe something?
2) I
|
By
Yao, Jiewen
·
#5007
·
|
|
Re: [PATCH 1/2] SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external
Reviewed-by: jiewen.yao@...
Reviewed-by: jiewen.yao@...
|
By
Yao, Jiewen
·
#5006
·
|
|
Re: [PATCH 2/2] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB
Hi Star
1) I am a little confused on below description.
+ @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES.
I think the buffer is the *TPML_DIGEST_VALUES compact binary buffer*,
Hi Star
1) I am a little confused on below description.
+ @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES.
I think the buffer is the *TPML_DIGEST_VALUES compact binary buffer*,
|
By
Yao, Jiewen
·
#5005
·
|
|
Re: [PATCH] OvmfPkg/dsc: enable SMM page level protection.
Thank you for submitting the patch!
(1) Please wrap the new comments in the DSC files at 79 characters, like this:
#
# Force PE/COFF sections to be aligned at 4KB boundaries to support page level
#
Thank you for submitting the patch!
(1) Please wrap the new comments in the DSC files at 79 characters, like this:
#
# Force PE/COFF sections to be aligned at 4KB boundaries to support page level
#
|
By
Laszlo Ersek
·
#5004
·
|