|
Re: [PATCH 05/23] MdePkg: Add TdxProbeLib to probe Intel Tdx
s/allways/always
Also, -1 or 1? PROBE_NOT_TD_GUEST is defined as 1.
s/allways/always
Also, -1 or 1? PROBE_NOT_TD_GUEST is defined as 1.
|
By
Erdem Aktas
·
#80522
·
|
|
Re: [PATCH 03/23] OvmfPkg/ResetVector: Enable Intel TDX in ResetVector of Ovmf
IsTdx returns 0 when TDX is enabled in CPUID but IsTdxEnabled return 1
when TDX is enabled. Is this intentional?
here is how IsTdxEnabled defined.
; If TDX is enabled then EAX will be 1
; If TDX is
IsTdx returns 0 when TDX is enabled in CPUID but IsTdxEnabled return 1
when TDX is enabled. Is this intentional?
here is how IsTdxEnabled defined.
; If TDX is enabled then EAX will be 1
; If TDX is
|
By
Erdem Aktas
·
#80521
·
|
|
Re: [PATCH 02/23] OvmfPkg/Sec: Update the check logic in SevEsIsEnabled
s/return/returns
s/waist/waste
s/return/returns
s/waist/waste
|
By
Erdem Aktas
·
#80520
·
|
|
Re: [PATCH v3 0/2] ExtPkg Updates
Pushed as to edk2-platforms as
71f334393361d53e805fe9a01e2cf7bc43e909ce and
7872c983ed45de4c9e4e9295aa249e1369913094, respectively.
--
Pedro Falcato
Pushed as to edk2-platforms as
71f334393361d53e805fe9a01e2cf7bc43e909ce and
7872c983ed45de4c9e4e9295aa249e1369913094, respectively.
--
Pedro Falcato
|
By
Pedro Falcato
·
#80519
·
|
|
Re: [PATCH v3 0/2] ExtPkg Updates
Series Reviewed-by: Pedro Falcato <pedro.falcato@...>
--
Pedro Falcato
Series Reviewed-by: Pedro Falcato <pedro.falcato@...>
--
Pedro Falcato
|
By
Pedro Falcato
·
#80518
·
|
|
Re: [RFC] RISC-V QEMU virtual package
By
Abner Chang
·
#80517
·
|
|
[PATCH 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
|
By
Rebecca Cran <rebecca@...>
·
#80516
·
|
|
Re: [edk2-platforms][PATCH v4 2/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Fix byte shift
Pushed: https://github.com/tianocore/edk2-platforms/commit/057f23a2022c7efb9f99c5c523e09125cb66756b
Thanks,
Chasel
Pushed: https://github.com/tianocore/edk2-platforms/commit/057f23a2022c7efb9f99c5c523e09125cb66756b
Thanks,
Chasel
|
By
Chiu, Chasel
·
#80515
·
|
|
Re: [edk2-platforms][PATCH v4 1/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/BoardEcLib: Check for NULL
Push: https://github.com/tianocore/edk2-platforms/commit/f1add54453dddb2028c87445c234e746b62d7a12
Thanks,
Chasel
Push: https://github.com/tianocore/edk2-platforms/commit/f1add54453dddb2028c87445c234e746b62d7a12
Thanks,
Chasel
|
By
Chiu, Chasel
·
#80514
·
|
|
alderlake code build fail under win10
Dear Sir
I am trying to build the alder lake code, but got something wrong.
Could you kindly give some help on it?
Thanks a lot.
build.py...
: error C0DE: Tools code failure
Please
Dear Sir
I am trying to build the alder lake code, but got something wrong.
Could you kindly give some help on it?
Thanks a lot.
build.py...
: error C0DE: Tools code failure
Please
|
By
Linus Liu <Linus_Liu@...>
·
#80513
·
|
|
[PATCH v3 2/2] Ext4Pkg: Support uncleanly unmounted filesystems
Support for uncleanly mounted filesystems, if there is a recovery
journal mark filesystem as read-only.
Signed-off-by: Jeff Brasen <jbrasen@...>
---
Features/Ext4Pkg/Ext4Dxe/Superblock.c | 11
Support for uncleanly mounted filesystems, if there is a recovery
journal mark filesystem as read-only.
Signed-off-by: Jeff Brasen <jbrasen@...>
---
Features/Ext4Pkg/Ext4Dxe/Superblock.c | 11
|
By
Jeff Brasen
·
#80512
·
|
|
[PATCH v3 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
A couple of improvements to improve performance.
Add check to return ACCESS_DENIED if already connected
Add check to verify superblock magic during supported to reduce start calls
Signed-off-by: Jeff
A couple of improvements to improve performance.
Add check to return ACCESS_DENIED if already connected
Add check to verify superblock magic during supported to reduce start calls
Signed-off-by: Jeff
|
By
Jeff Brasen
·
#80511
·
|
|
[PATCH v3 0/2] ExtPkg Updates
I have been using the new Ext4Pkg and been pretty successful and it is solving a use case we had.
Had a couple updates to propose
1. Changed the implementation of the binding protocol to both check
I have been using the new Ext4Pkg and been pretty successful and it is solving a use case we had.
Had a couple updates to propose
1. Changed the implementation of the binding protocol to both check
|
By
Jeff Brasen
·
#80510
·
|
|
[PATCH v2] CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3617
Create a read-only openSSL BIO wrapper for the existing input
buffer passed to Pkcs7Verify() instead of copying the buffer
into an empty
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3617
Create a read-only openSSL BIO wrapper for the existing input
buffer passed to Pkcs7Verify() instead of copying the buffer
into an empty
|
By
Bob Morgan
·
#80509
·
|
|
Re: [PATCH v2 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
We actually can't open the BlockIo protocol as BY_DRIVER as it is already owned by the DiskIoDxe driver. Will upload a v3 with the other feedback though.
Thanks,
Jeff
We actually can't open the BlockIo protocol as BY_DRIVER as it is already owned by the DiskIoDxe driver. Will upload a v3 with the other feedback though.
Thanks,
Jeff
|
By
Jeff Brasen
·
#80508
·
|
|
Re: [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy
Before I post yet another series...:
The problem is that PPI may require interaction with the console, so it seems we have to handle it in PlatformBootManagerAfterConsole(). The disablement of the
Before I post yet another series...:
The problem is that PPI may require interaction with the console, so it seems we have to handle it in PlatformBootManagerAfterConsole(). The disablement of the
|
By
Stefan Berger
·
#80507
·
|
|
Re: [PATCH v2 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
UEFI 2.9, 11.1, "Device Driver", 2.: "It must use the same Attribute value that was used in Supported()."
Should be better because all handles opened by BY_DRIVER already will immediately fail.
Best
UEFI 2.9, 11.1, "Device Driver", 2.: "It must use the same Attribute value that was used in Supported()."
Should be better because all handles opened by BY_DRIVER already will immediately fail.
Best
|
By
Marvin Häuser <mhaeuser@...>
·
#80506
·
|
|
Re: [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details
Pushed as ce35be387725cf6bb1caefa4d4b0bd48ea72cbfa.
--
Rebecca Cran
Pushed as ce35be387725cf6bb1caefa4d4b0bd48ea72cbfa.
--
Rebecca Cran
|
By
Rebecca Cran <rebecca@...>
·
#80505
·
|
|
Re: [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details
Sorry for the delay -- I've been trying to find time to make sure I can follow the process correctly.
I've just pushed the change as ce35be387725cf6bb1caefa4d4b0bd48ea72cbfa.
For
Sorry for the delay -- I've been trying to find time to make sure I can follow the process correctly.
I've just pushed the change as ce35be387725cf6bb1caefa4d4b0bd48ea72cbfa.
For
|
By
Rebecca Cran <rebecca@...>
·
#80504
·
|
|
TianoCore Community Meeting Minutes - September 2021
TianoCore Community Meeting
September 2, 2021
Events:
Google Summer of Code:
A very successful summer with students completing the projects and code checked in to EDK2 repo.
Those projects that
TianoCore Community Meeting
September 2, 2021
Events:
Google Summer of Code:
A very successful summer with students completing the projects and code checked in to EDK2 repo.
Those projects that
|
By
Soumya Guptha
·
#80503
·
|