|
[PATCH 1/3] CloudHv:arm: add kernel load fs driver
4 messages
This is used for supporting direct kernel boot in CloudHv. CloudHv will store kernel image in system ram and pass kernel info through DT. It's firmware's responsibility to fetch the kernel data and cr
This is used for supporting direct kernel boot in CloudHv. CloudHv will store kernel image in system ram and pass kernel info through DT. It's firmware's responsibility to fetch the kernel data and cr
|
By
Jianyong Wu
·
|
|
[PATCH V1 0/5] Use CcExitLib instead of VmgExitLib in edk2-platforms
3 messages
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4159 VmgExitLib is renamed as CcExitLib in EDK2. This change should be applied in edk2-platforms as well. The impacted platform pkgs are: - MinPlatfo
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4159 VmgExitLib is renamed as CcExitLib in EDK2. This change should be applied in edk2-platforms as well. The impacted platform pkgs are: - MinPlatfo
|
By
Min Xu
·
|
|
[PATCH 2/3] CloudHv:arm: build hob for kernel image memory as read-only
3 messages
As we use memory to pass kernel image, the memory region where kernel image locates should be added into hob as read-only. Signed-off-by: Jianyong Wu <jianyong.wu@...> --- .../CloudHvVirtMemInfoLib.c
As we use memory to pass kernel image, the memory region where kernel image locates should be added into hob as read-only. Signed-off-by: Jianyong Wu <jianyong.wu@...> --- .../CloudHvVirtMemInfoLib.c
|
By
Jianyong Wu
·
|
|
[PATCH v3 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
[PATCH v2 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
5 messages
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
edksetup.sh: fix for non POSIX whereis(1)
8 messages
diff --git a/edksetup.sh b/edksetup.sh index 06d2f041e6..46b295c430 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -105,6 +105,19 @@ function SetupEnv() fi } +# whereis(1) is not a POSIX utility and, f
diff --git a/edksetup.sh b/edksetup.sh index 06d2f041e6..46b295c430 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -105,6 +105,19 @@ function SetupEnv() fi } +# whereis(1) is not a POSIX utility and, f
|
By
tlaronde@...
·
|
|
[PATCH 3/3] OvmfPkg/OvmfX86: Enable RDRAND based EFI_RNG_PROTOCOL implementation
8 messages
Expose the EFI_RNG_PROTOCOL based on RdRand, so that we don't have to rely on QEMU providing a virtio-rng device in order to implement this protocol. Signed-off-by: Ard Biesheuvel <ardb@...> --- OvmfP
Expose the EFI_RNG_PROTOCOL based on RdRand, so that we don't have to rely on QEMU providing a virtio-rng device in order to implement this protocol. Signed-off-by: Ard Biesheuvel <ardb@...> --- OvmfP
|
By
Ard Biesheuvel
·
|
|
[PATCH 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
3 messages
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
[PATCH V1 1/1] UefiCpuPkg: Add back VmgExitLib to fix downstream incompatibility issue
2 messages
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
|
By
Min Xu
·
|
|
[PATCH 3/3] .azurepipelines: Expand PlatformCI template for Shell UnitTest
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
|
By
duntan
·
|
|
[PATCH 2/3] OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
|
By
duntan
·
|
|
[PATCH 1/3] OvmfPkg/PlatformCI: Expand Ovmf PlatformCI for Shell UnitTest
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
|
By
duntan
·
|
|
[PATCH 0/3] Expand Ovmf PlatformCI to enable CI for Shell UnitTest
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
|
By
duntan
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 22, 2022
#cal-reminder
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
|
By
gaoliming
·
|
|
EmulatorPkg: fixes for NetBSD compilation
3 messages
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
|
By
tlaronde@...
·
|
|
[PATCH v5 19/19] SecurityPkg: Add references to new *.inf files
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
|
By
Judah Vang
·
|
|
[PATCH v5 18/19] SecurityPkg: Add Protected Variable Services
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Applied code review comments. Remove unused API. V3: Change placement of buffer used for confidentiality crypto operation to fix an issue w
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Applied code review comments. Remove unused API. V3: Change placement of buffer used for confidentiality crypto operation to fix an issue w
|
By
Judah Vang
·
|
|
[PATCH v5 17/19] SecurityPkg: Add EncryptionVariable lib with AES
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change AllocateZeroPool() with AllocatePages() and FreePool() with FreePages(). FreePool() is not supported in PEI phase so this was causin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change AllocateZeroPool() with AllocatePages() and FreePool() with FreePages(). FreePool() is not supported in PEI phase so this was causin
|
By
Judah Vang
·
|
|
[PATCH v5 15/19] SecurityPkg: Add null encryption variable libs
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review - Remove empty Guids section from .inf file. Update description in *.c. Remove *.uni file and reference to it. V1: Prov
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review - Remove empty Guids section from .inf file. Update description in *.c. Remove *.uni file and reference to it. V1: Prov
|
By
Judah Vang
·
|
|
[PATCH v5 11/19] SecurityPkg: Add new KeyService types and defines
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: revert copyright date change. V1: Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> C
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: revert copyright date change. V1: Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> C
|
By
Judah Vang
·
|