|
[PATCH] [edk2-platforms] [PATCH V1] Fix for WilsonCitySMT OS boot issue & using proper ASSERT macro
Fix to resolve the OS boot issue when booting on WilsonCitySMT board.
ASSERT_EFI_ERROR(StatusParameter) needs to be passed with Error Status code and not with TRUE or FALSE.
Replaced ASSERT_EFI_ERROR
Fix to resolve the OS boot issue when booting on WilsonCitySMT board.
ASSERT_EFI_ERROR(StatusParameter) needs to be passed with Error Status code and not with TRUE or FALSE.
Replaced ASSERT_EFI_ERROR
|
By
manickavasakam karpagavinayagam
·
#82057
·
|
|
Re: [PATCH v9 30/32] OvmfPkg/PlatformPei: mark cpuid and secrets memory reserved in EFI map
PlatformPei detects all the guest memory and marks it as a SYSTEM_RAM
unless its an MMIO or added as reserved in e820 map file. Since the
Secrets and CPUID pages are part of system RAM so we need to
PlatformPei detects all the guest memory and marks it as a SYSTEM_RAM
unless its an MMIO or added as reserved in e820 map file. Since the
Secrets and CPUID pages are part of system RAM so we need to
|
By
Brijesh Singh
·
#82056
·
|
|
Re: [PATCH v9 22/32] UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status
At least in the current Ovmf implementation the PlatformPei must
initialize some of the PCDs used by the MpLibInit such as
PcdCpuBootLogicalProcessorNumber and other AP related PCD. PlatformPei
uses
At least in the current Ovmf implementation the PlatformPei must
initialize some of the PCDs used by the MpLibInit such as
PcdCpuBootLogicalProcessorNumber and other AP related PCD. PlatformPei
uses
|
By
Brijesh Singh
·
#82055
·
|
|
Re: [PATCH 3/5] Platform/RaspberryPi: Update Linux quirk name
Hi,
I'm going to drop this from the v2 of this set because while the mainline patch has a bunch of Ack's, its stuck because we are still discussing whether a DSD here is the right choice.
Hi,
I'm going to drop this from the v2 of this set because while the mainline patch has a bunch of Ack's, its stuck because we are still discussing whether a DSD here is the right choice.
|
By
Jeremy Linton
·
#82054
·
|
|
Re: [PATCH] Platform/RaspberryPi: Remove TypeTranslation attribute
Hi,
Its a bit late, but this looks fine.
THanks!
Hi,
Its a bit late, but this looks fine.
THanks!
|
By
Jeremy Linton
·
#82053
·
|
|
Re: [PATCH v9 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr
Yes, I think that will work. For SEV case so far there was no need for
to move in MdePkg so I kept in UefiCpuPkg but I am good with moving.
Yes, I think that will work. For SEV case so far there was no need for
to move in MdePkg so I kept in UefiCpuPkg but I am good with moving.
|
By
Brijesh Singh
·
#82052
·
|
|
Re: [PATCH v9 17/32] OvmfPkg/MemEncryptSevLib: add support to validate > 4GB memory in PEI phase
Yes, this should go away with Lazy validation. Ah, my bad I missed your
request to document it. I will add the comment.
Yes, this should go away with Lazy validation. Ah, my bad I missed your
request to document it. I will add the comment.
|
By
Brijesh Singh
·
#82051
·
|
|
Re: [PATCH v9 04/32] OvmfPkg/ResetVector: introduce SEV metadata descriptor for VMM use
I don't see a strong reason t move over unless someone else sees a real
need for it. We anyway have to maintain the backward compatibility
because older qemu will look for those region through other
I don't see a strong reason t move over unless someone else sees a real
need for it. We anyway have to maintain the backward compatibility
because older qemu will look for those region through other
|
By
Brijesh Singh
·
#82050
·
|
|
[PATCH v2 1/1] StandaloneMmPkg: Support CLANGPDB builds
Currently, the flag "-fpie" is passed for all builds with a GCC
family toolchain, including CLANGPDB. CLANGPDB however does not
support this flag as it generates PE/COFF files directly.
As the flag
Currently, the flag "-fpie" is passed for all builds with a GCC
family toolchain, including CLANGPDB. CLANGPDB however does not
support this flag as it generates PE/COFF files directly.
As the flag
|
By
Marvin Häuser <mhaeuser@...>
·
#82049
·
|
|
[PATCH v2 0/1] StandaloneMmPkg: Support CLANGPDB builds
V2: Update patch to account for ARM support
Currently, the flag "-fpie" is passed for all builds with a GCC
family toolchain, including CLANGPDB. CLANGPDB however does not
support this flag as it
V2: Update patch to account for ARM support
Currently, the flag "-fpie" is passed for all builds with a GCC
family toolchain, including CLANGPDB. CLANGPDB however does not
support this flag as it
|
By
Marvin Häuser <mhaeuser@...>
·
#82048
·
|
|
[PATCH 2/2] OvmfPkg/AmdSev: update the fdf to use new workarea PCD
The commit 80e67af9afca added support for the generic work area concept
used mainly by the encrypted VMs but missed update the AmdSev package.
Fixes: 80e67af9afca ("OvmfPkg: introduce a common work
The commit 80e67af9afca added support for the generic work area concept
used mainly by the encrypted VMs but missed update the AmdSev package.
Fixes: 80e67af9afca ("OvmfPkg: introduce a common work
|
By
Brijesh Singh
·
#82047
·
|
|
[PATCH 1/2] Ovmfpkg: update Ia32 build to use new work area
The commit 80e67af9afca added support for the generic work area concept
used mainly by the encrypted VMs. In the past, the work area was
preliminary used by the SEV-ES VMs. The SEV-ES support is
The commit 80e67af9afca added support for the generic work area concept
used mainly by the encrypted VMs. In the past, the work area was
preliminary used by the SEV-ES VMs. The SEV-ES support is
|
By
Brijesh Singh
·
#82046
·
|
|
[PATCH 0/2] work area fixes
We missed updating the AmdSev package and Ia32 buid to use new work area.
Brijesh Singh (2):
Ovmfpkg: update Ia32 build to use new work area
OvmfPkg/AmdSev: update the fdf to use new workarea
We missed updating the AmdSev package and Ia32 buid to use new work area.
Brijesh Singh (2):
Ovmfpkg: update Ia32 build to use new work area
OvmfPkg/AmdSev: update the fdf to use new workarea
|
By
Brijesh Singh
·
#82045
·
|
|
Re: [edk2-platforms][PATCH 05/15] Platform/ARM: Use PcdPciIoTranslation PCD from MdePkg
Hi Abner,
This patch:
https://edk2.groups.io/g/devel/message/81310
renames:
gArmTokenSpaceGuid.PcdPciMmio32Translation
to:
gEfiMdePkgTokenSpaceGuid.PcdPciMmio32Translation
but
Hi Abner,
This patch:
https://edk2.groups.io/g/devel/message/81310
renames:
gArmTokenSpaceGuid.PcdPciMmio32Translation
to:
gEfiMdePkgTokenSpaceGuid.PcdPciMmio32Translation
but
|
By
PierreGondois
·
#82044
·
|
|
Re: [PATCH v2 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
It looks like all errors are still related to ECC and PatchCheck, even though I'm just matching the rest of the file.
Please advise if we want to update the entire file.
It looks like all errors are still related to ECC and PatchCheck, even though I'm just matching the rest of the file.
Please advise if we want to update the entire file.
|
By
Bret Barkelew
·
#82043
·
|
|
Re: [PATCH V2 0/3] Introduce TdProtocol into EDK2
Hi Sami
To clarify my description:
I am OK to define it in an architecture neutral protocol, such as EFI_TEE_MEASUREMENT_PROTOCOL, or EFI_CCAM_PROTOCOL. I am happy to do that.
However, at current
Hi Sami
To clarify my description:
I am OK to define it in an architecture neutral protocol, such as EFI_TEE_MEASUREMENT_PROTOCOL, or EFI_CCAM_PROTOCOL. I am happy to do that.
However, at current
|
By
Yao, Jiewen
·
#82042
·
|
|
Re: [PATCH v1 1/1] StandaloneMmPkg: To support CLANGPDB build
Marvin,
It's fine to use your below patch to fix this issue. Please help to check-in
Marvin,
It's fine to use your below patch to fix this issue. Please help to check-in
|
By
Steven Shi
·
#82041
·
|
|
[PATCH 5/5] OvmfPkg/Microvm: add README
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599
Signed-off-by: Gerd Hoffmann <kraxel@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
---
OvmfPkg/Microvm/README | 50
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599
Signed-off-by: Gerd Hoffmann <kraxel@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
---
OvmfPkg/Microvm/README | 50
|
By
Gerd Hoffmann
·
#82040
·
|
|
[PATCH 4/5] OvmfPkg/Microvm/virtio: add virtio-mmio support
Add virtio-mmio support (VirtioMmioDeviceLib and VirtioFdtDxe).
https://bugzilla.tianocore.org/show_bug.cgi?id=3689
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
Add virtio-mmio support (VirtioMmioDeviceLib and VirtioFdtDxe).
https://bugzilla.tianocore.org/show_bug.cgi?id=3689
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
|
By
Gerd Hoffmann
·
#82039
·
|
|
[PATCH 3/5] OvmfPkg/Microvm/fdt: add empty fdt
FdtClient is unhappy without a device tree, so add an empty fdt
which we can use in case etc/fdt is not present in fw_cfg.
https://bugzilla.tianocore.org/show_bug.cgi?id=3689
Signed-off-by: Gerd
FdtClient is unhappy without a device tree, so add an empty fdt
which we can use in case etc/fdt is not present in fw_cfg.
https://bugzilla.tianocore.org/show_bug.cgi?id=3689
Signed-off-by: Gerd
|
By
Gerd Hoffmann
·
#82038
·
|