|
[PATCH 1/1] BaseTools/Ecc: Fix grammar in Ecc error message
Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Source/Python/Ecc/c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Source/Python/Ecc/c.py b/BaseT
Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Source/Python/Ecc/c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Source/Python/Ecc/c.py b/BaseT
|
By
Rebecca Cran
· #90605
·
|
|
[edk2] [PATCH v1 1/1] OvmfPkg/TdxDxe: Remove AsmRelocateApMailBoxLoopStart prefix at call
It's Library/OpensslLib/openssl/include/crypto/rand.h # include <openssl/rand.h> # if defined(__APPLE__) && !defined(OPENSSL_NO_APPLE_CRYPTO_RANDOM) # include <Availability.h> # if (defined(__MAC_OS_X
It's Library/OpensslLib/openssl/include/crypto/rand.h # include <openssl/rand.h> # if defined(__APPLE__) && !defined(OPENSSL_NO_APPLE_CRYPTO_RANDOM) # include <Availability.h> # if (defined(__MAC_OS_X
|
By
Rebecca Cran
· #90030
·
|
|
[edk2] [PATCH v1 1/1] OvmfPkg/TdxDxe: Remove AsmRelocateApMailBoxLoopStart prefix at call
Reviewed-by: Rebecca Cran <quic_rcran@...> Tested-by: Rebecca Cran <quic_rcran@...> This lets the build get further, before it runs into Availability.h not being found. If I download h
Reviewed-by: Rebecca Cran <quic_rcran@...> Tested-by: Rebecca Cran <quic_rcran@...> This lets the build get further, before it runs into Availability.h not being found. If I download h
|
By
Rebecca Cran
· #90027
·
|
|
OvmfPkgX64 doesn't build with CLANG38 (clang 14.0.3) NOOPT - undefined reference to `memcpy'
Ah, thanks! I've just sent out another email this time about building with the XCODE5 toolchain and _AsmRelocateApMailBoxLoopStart not being defined.
Ah, thanks! I've just sent out another email this time about building with the XCODE5 toolchain and _AsmRelocateApMailBoxLoopStart not being defined.
|
By
Rebecca Cran
· #90011
·
|
|
OvmfPkgX64 doesn't build with XCODE5 (Apple clang 12.0.5) - symbol `_AsmRelocateApMailBoxLoopStart' not defined
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t XCODE5` (with Apple clang 12.0.5)) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd). GenSec -s EFI_SECTION_VERSION -n 1.0
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t XCODE5` (with Apple clang 12.0.5)) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd). GenSec -s EFI_SECTION_VERSION -n 1.0
|
By
Rebecca Cran
· #90010
·
|
|
OvmfPkgX64 doesn't build with CLANG38 (clang 14.0.3) NOOPT - undefined reference to `memcpy'
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t CLANG38 -b NOOPT` (with clang version 14.0.2) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd): make: Nothing to be done f
I noticed OvmfPkg/OvmfPkgX64.dsc doesn't build with `-t CLANG38 -b NOOPT` (with clang version 14.0.2) with the latest edk2 master (07c0c2eb0a5970db614ebce1060fc79d6904bdfd): make: Nothing to be done f
|
By
Rebecca Cran
· #90005
·
|
|
[PATCH 00/10] Multiple packages: Remove RVCT support
Could we get this pushed soon, so it's in plenty of time for the new stable tag?
Could we get this pushed soon, so it's in plenty of time for the new stable tag?
|
By
Rebecca Cran
· #89683
·
|
|
[rfc] Remove support for unsupported tool_chain_tags
Yes, I've been occasionally running builds on XCODE5. OvmfPkg currently fails with an unresolved symbol.
Yes, I've been occasionally running builds on XCODE5. OvmfPkg currently fails with an unresolved symbol.
|
By
Rebecca Cran
· #89527
·
|
|
[PATCH 10/10] BaseTools: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Conf/build_rule.template | 42 ++---- BaseTools/Conf/tools_def.template |
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Conf/build_rule.template | 42 ++---- BaseTools/Conf/tools_def.template |
|
By
Rebecca Cran
· #89496
·
|
|
[PATCH 09/10] OvmfPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 3 --- 1 file changed, 3 delet
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 3 --- 1 file changed, 3 delet
|
By
Rebecca Cran
· #89495
·
|
|
[PATCH 08/10] EmbeddedPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- EmbeddedPkg/EmbeddedPkg.dsc | 1 - EmbeddedPkg/GdbStub/Arm/Processor.c | 10 --------
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- EmbeddedPkg/EmbeddedPkg.dsc | 1 - EmbeddedPkg/GdbStub/Arm/Processor.c | 10 --------
|
By
Rebecca Cran
· #89494
·
|
|
[PATCH 07/10] ArmVirtPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmVirtPkg/ArmVirt.dsc.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Arm
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmVirtPkg/ArmVirt.dsc.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Arm
|
By
Rebecca Cran
· #89493
·
|
|
[PATCH 06/10] NetworkPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- NetworkPkg/NetworkBuildOptions.dsc.inc | 3 +-- 1 file changed, 1 insertion(+), 2 de
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- NetworkPkg/NetworkBuildOptions.dsc.inc | 3 +-- 1 file changed, 1 insertion(+), 2 de
|
By
Rebecca Cran
· #89492
·
|
|
[PATCH 05/10] FatPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- FatPkg/FatPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/FatPkg/FatPkg.ds
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- FatPkg/FatPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/FatPkg/FatPkg.ds
|
By
Rebecca Cran
· #89491
·
|
|
[PATCH 04/10] MdePkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- MdePkg/Include/Arm/ProcessorBind.h | 4 +- MdePkg/Include/Base.h | 42 +-------------
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- MdePkg/Include/Arm/ProcessorBind.h | 4 +- MdePkg/Include/Base.h | 42 +-------------
|
By
Rebecca Cran
· #89490
·
|
|
[PATCH 03/10] CryptoPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- CryptoPkg/CryptoPkg.dsc | 1 - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | 4 -
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- CryptoPkg/CryptoPkg.dsc | 1 - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | 4 -
|
By
Rebecca Cran
· #89489
·
|
|
[PATCH 02/10] ArmPlatformPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.asm | 62 ---------
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.asm | 62 ---------
|
By
Rebecca Cran
· #89488
·
|
|
[PATCH 01/10] ArmPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmPkg/Drivers/ArmGic/ArmGicLib.inf | 1 - ArmPkg/Drivers/ArmGic/GicV3/Arm/ArmGicV3.
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- ArmPkg/Drivers/ArmGic/ArmGicLib.inf | 1 - ArmPkg/Drivers/ArmGic/GicV3/Arm/ArmGicV3.
|
By
Rebecca Cran
· #89487
·
|
|
[PATCH 00/10] Multiple packages: Remove RVCT support
RVCT is obsolete, no longer supported and only supports 32-bit systems. Since it's no longer used, remove it. Personal PR: https://github.com/tianocore/edk2/pull/2833 Rebecca Cran (10): ArmPkg: Remove
RVCT is obsolete, no longer supported and only supports 32-bit systems. Since it's no longer used, remove it. Personal PR: https://github.com/tianocore/edk2/pull/2833 Rebecca Cran (10): ArmPkg: Remove
|
By
Rebecca Cran
· #89486
·
|
|
[PATCH v6] OvmfPkg/Bhyve: add support for QemuFwCfg
The Standard_Error_Output.log file isn't even really useful (it should show a diff), but there's something wrong with the coding style in Bhyve.c: Files with formatting errors: Formatting errors in Bh
The Standard_Error_Output.log file isn't even really useful (it should show a diff), but there's something wrong with the coding style in Bhyve.c: Files with formatting errors: Formatting errors in Bh
|
By
Rebecca Cran
· #89415
·
|