|
[PATCH v1 08/28] MdeModulePkg: Add new Variable functionality
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Provide new APIs for retrieving variable information.
Add new function stubs for retrieving Protected
variable information.
Cc: Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Provide new APIs for retrieving variable information.
Add new function stubs for retrieving Protected
variable information.
Cc: Jian J Wang
|
By
Judah Vang
·
#88038
·
|
|
[PATCH v1 06/28] MdeModulePkg: Add new include files
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add EncryptionVariableLib.h for confidentiality
and ProtectedVariableLib.h for integrity
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add EncryptionVariableLib.h for confidentiality
and ProtectedVariableLib.h for integrity
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming
|
By
Judah Vang
·
#88037
·
|
|
[PATCH v1 05/28] MdeModulePkg: Add new ProtectedVariable GUIDs
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add new ProtectVariable GUIDs.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nishant C Mistry
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add new ProtectVariable GUIDs.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nishant C Mistry
|
By
Judah Vang
·
#88036
·
|
|
[PATCH v1 04/28] MdeModulePkg: Add reference to new Ppi Guid
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add reference to gEfiPeiVariableStoreDiscoveredPpiGuid
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add reference to gEfiPeiVariableStoreDiscoveredPpiGuid
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc:
|
By
Judah Vang
·
#88035
·
|
|
[PATCH v1 02/28] SecurityPkg: Add new GUIDs
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add new GUIDs
Cc: Jian J Wang <jian.j.wang@...>
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Nishant C Mistry
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add new GUIDs
Cc: Jian J Wang <jian.j.wang@...>
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Nishant C Mistry
|
By
Judah Vang
·
#88034
·
|
|
[PATCH v1 01/28] MdeModulePkg: Add a new GUID
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add a new Variable Store Guid.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nishant C Mistry
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594
Add a new Variable Store Guid.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nishant C Mistry
|
By
Judah Vang
·
#88033
·
|
|
Re: Question about UEFI, AddressSanitizer and MMU mappings
Andrew, Marvin,
Thanks for the quick responses.
I'll give you a rundown of asan/kasan: You create a big (16TB in PML5-less x86) virtual mapping for ASAN, each byte in the shadow map represents 8 bytes
Andrew, Marvin,
Thanks for the quick responses.
I'll give you a rundown of asan/kasan: You create a big (16TB in PML5-less x86) virtual mapping for ASAN, each byte in the shadow map represents 8 bytes
|
By
Pedro Falcato
·
#88032
·
|
|
Question on Iscsi Boot
Hello
I am currently using the tianocore uefi running on xcpng and am trying to connect an iscsi drive from truenas scale but cant seem to get it to mount. I know truenas is exporting the block
Hello
I am currently using the tianocore uefi running on xcpng and am trying to connect an iscsi drive from truenas scale but cant seem to get it to mount. I know truenas is exporting the block
|
By
brodiepetersen1@...
·
#88031
·
|
|
Re: Question about UEFI, AddressSanitizer and MMU mappings
From an UEFI point of view if you own the memory you can do what you want with it. The UEFI Spec does not deal with paging but the PI Spec does have abstractions for how the CPU operates via the CPU
From an UEFI point of view if you own the memory you can do what you want with it. The UEFI Spec does not deal with paging but the PI Spec does have abstractions for how the CPU operates via the CPU
|
By
Andrew Fish
·
#88030
·
|
|
Re: [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO
Hi Nhi,
This patch already got merged, so if you feel it is wrong, could you
submit a fix please?
The next patch for me to push from your set otherwise also requires
some changes. My naïve attempt
Hi Nhi,
This patch already got merged, so if you feel it is wrong, could you
submit a fix please?
The next patch for me to push from your set otherwise also requires
some changes. My naïve attempt
|
By
Leif Lindholm
·
#88029
·
|
|
[PATCH] bRefClkFreq UFS card attribute need to be programmed after fDeviceInit
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3886
bRefClkFreq UFS card attribute need to be read and written after successful
fDeviceInit and NOP response so that link will be stable.
Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3886
bRefClkFreq UFS card attribute need to be read and written after successful
fDeviceInit and NOP response so that link will be stable.
Cc:
|
By
Bandaru, Purna Chandra Rao
·
#88028
·
|
|
Re: Question about UEFI, AddressSanitizer and MMU mappings
Hey Pedro,
ASan is somewhat listed for „LLVM Optimizations“.
A quick and dirty reference for UEFI UBSan can be found here:
Hey Pedro,
ASan is somewhat listed for „LLVM Optimizations“.
A quick and dirty reference for UEFI UBSan can be found here:
|
By
Marvin Häuser
·
#88027
·
|
|
Re: [PATCH v2 0/2] MdeModulePkg: fix checks for NVM command set
Oh Sorry, will double check to avoid such mistake.
Best Regards,
Hao Wu
Oh Sorry, will double check to avoid such mistake.
Best Regards,
Hao Wu
|
By
Wu, Hao A
·
#88026
·
|
|
Re: [PATCH v2 0/2] MdeModulePkg: fix checks for NVM command set
Hi,
thanks for merging, though I already had a pull request for it and you now used the bounce email address for the commit author ^^'
It's ok, just wanted to make sure you know that groups.io
Hi,
thanks for merging, though I already had a pull request for it and you now used the bounce email address for the commit author ^^'
It's ok, just wanted to make sure you know that groups.io
|
By
Mara Sophie Grosch
·
#88025
·
|
|
[PATCH 1/1] CryptoPkg: update openssl submodule to 1.1.1n
Pick up bugfixes from latest openssl release. Includes CVE-2022-0778
fix (I don't think edk2 is affected though due to EC being disabled).
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
Pick up bugfixes from latest openssl release. Includes CVE-2022-0778
fix (I don't think edk2 is affected though due to EC being disabled).
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
|
By
Gerd Hoffmann
·
#88024
·
|
|
[PATCH v1 1/1] CryptoPkg: Redefinition bug in CrtLibSupport.h.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3885
Parallel hash patch redefines uint_64 type in CrtLibSupport.h
which has been defined in openssl/include/openssl/e_os2.h.
CryptMd5.c including
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3885
Parallel hash patch redefines uint_64 type in CrtLibSupport.h
which has been defined in openssl/include/openssl/e_os2.h.
CryptMd5.c including
|
By
Li, Zhihao
·
#88023
·
|
|
Re: [PATCH 0/6] [RFC] Rework UefiCpuPkg
Hi Mike,
In the v2, I moved two of OpenSBI header files to under MdePkg/Include/IndustryStadard (patch 5/8). However, it looks to me not quite proper to have those files there. Seems to keeping those
Hi Mike,
In the v2, I moved two of OpenSBI header files to under MdePkg/Include/IndustryStadard (patch 5/8). However, it looks to me not quite proper to have those files there. Seems to keeping those
|
By
Abner Chang
·
#88022
·
|
|
[PATCH V2 8/8] [RFC] UefiCpuPkg: Update YAML file for RISC-V arch
https://bugzilla.tianocore.org/show_bug.cgi?id=3D3860
Signed-off-by: Abner Chang <abner.chang@...>
Co-authored-by: Daniel Schaefer <daniel.schaefer@...>
Cc: Ray Ni <ray.ni@...>
Cc:
https://bugzilla.tianocore.org/show_bug.cgi?id=3D3860
Signed-off-by: Abner Chang <abner.chang@...>
Co-authored-by: Daniel Schaefer <daniel.schaefer@...>
Cc: Ray Ni <ray.ni@...>
Cc:
|
By
Abner Chang
·
#88021
·
|
|
[PATCH V2 6/8] [RFC] BaseTools/Conf: Relocate RiscVOpensbiTypes.h
Relocation of RiscVOpensbiTypes.h, which is under:
MdePkg/Include/IndustryStandard/
Signed-off-by: Abner Chang <abner.chang@...>
Co-authored-by: Daniel Schaefer <daniel.schaefer@...>
Cc: Leif
Relocation of RiscVOpensbiTypes.h, which is under:
MdePkg/Include/IndustryStandard/
Signed-off-by: Abner Chang <abner.chang@...>
Co-authored-by: Daniel Schaefer <daniel.schaefer@...>
Cc: Leif
|
By
Abner Chang
·
#88020
·
|
|
[PATCH V2 7/8] [RFC] UefiCpuPkg/Library: Add RiscVOpensbiLib
https://bugzilla.tianocore.org/show_bug.cgi?id=3D3860
(This is migrated from edk2-platforms:Silicon/RISC-V)
EDK2 RISC-V OpenSBI library which pull in external source files
https://bugzilla.tianocore.org/show_bug.cgi?id=3D3860
(This is migrated from edk2-platforms:Silicon/RISC-V)
EDK2 RISC-V OpenSBI library which pull in external source files
|
By
Abner Chang
·
#88019
·
|