|
Re: [PATCH - resend] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
Hi Patrick,
I checked the code in deep.
The HOB is not created by coreboot. It's the PayloadEntry that creates the HOB.
Can we update PayloadEntry to create multiple HOBs?
Guo,
Any comments?
The
Hi Patrick,
I checked the code in deep.
The HOB is not created by coreboot. It's the PayloadEntry that creates the HOB.
Can we update PayloadEntry to create multiple HOBs?
Guo,
Any comments?
The
|
By
Ni, Ray
·
#72383
·
|
|
Re: [PATCH - resend] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
I have 5 more comments embedded, can you read and reply?
I have 5 more comments embedded, can you read and reply?
|
By
Ni, Ray
·
#72382
·
|
|
Re: [PATCH v1] MdePkg: Support standalone MM Driver Unload capability
Hi Mike & Zhiguang & Liming,
Could you help review this patch?
Thanks,
Jiaxin
Hi Mike & Zhiguang & Liming,
Could you help review this patch?
Thanks,
Jiaxin
|
By
Wu, Jiaxin
·
#72381
·
|
|
Re: [PATCH - resend] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
Hi Ray,
thanks for your feedback.
Currently a single HOB containing all the SMBIOS table is exported by coreboot.
As coreboot doesn't support multiple HOBs with the same ID, #2 isn't a
Hi Ray,
thanks for your feedback.
Currently a single HOB containing all the SMBIOS table is exported by coreboot.
As coreboot doesn't support multiple HOBs with the same ID, #2 isn't a
|
By
Patrick Rudolph
·
#72380
·
|
|
Re: [PATCH - resend] MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
In general, I agree this solution that lets SMBIOS driver directly absorbs the SMBIOS table from PEI.
This can eliminate the needs of a separate driver that consumes the HOB and calls SMBIOS protocol
In general, I agree this solution that lets SMBIOS driver directly absorbs the SMBIOS table from PEI.
This can eliminate the needs of a separate driver that consumes the HOB and calls SMBIOS protocol
|
By
Ni, Ray
·
#72379
·
|
|
Re: [PATCH V5] ShellPkg: add more items for smbiosview -t 3 .
I am OK with the patch. But the patch is using incorrect “Line ending”:
python ./BaseTools/Scripts/PatchCheck.py -1
Checking git commit: HEAD
ShellPkg: add more items for smbiosview -t 3 .
The
I am OK with the patch. But the patch is using incorrect “Line ending”:
python ./BaseTools/Scripts/PatchCheck.py -1
Checking git commit: HEAD
ShellPkg: add more items for smbiosview -t 3 .
The
|
By
Gao, Zhichao
·
#72378
·
|
|
[PATCH V5] ShellPkg: add more items for smbiosview -t 3 .
https://bugzilla.tianocore.org/show_bug.cgi?id=3177
Add ContainedElementCount, ContainedElementRecordLength and
ContainedElements for smbiosview type 3.
Signed-off-by: Mars CC Lin
https://bugzilla.tianocore.org/show_bug.cgi?id=3177
Add ContainedElementCount, ContainedElementRecordLength and
ContainedElements for smbiosview type 3.
Signed-off-by: Mars CC Lin
|
By
Mars CC Lin
·
#72377
·
|
|
[PATCH edk2-platforms v3 4/4] SbsaQemu: fix typo
Fix typo in Readme.md
Signed-off-by: Masahisa Kojima <masahisa.kojima@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Platform/Qemu/SbsaQemu/Readme.md | 2 +-
1 file changed, 1
Fix typo in Readme.md
Signed-off-by: Masahisa Kojima <masahisa.kojima@...>
Reviewed-by: Leif Lindholm <leif@...>
---
Platform/Qemu/SbsaQemu/Readme.md | 2 +-
1 file changed, 1
|
By
Masahisa Kojima
·
#72376
·
|
|
[PATCH edk2-platforms v3 3/4] SbsaQemu: add standalone MM build instruction
This commit adds the standalone MM build instruction
to enable UEFI secure boot.
Signed-off-by: Masahisa Kojima <masahisa.kojima@...>
---
Platform/Qemu/SbsaQemu/Readme.md | 35
This commit adds the standalone MM build instruction
to enable UEFI secure boot.
Signed-off-by: Masahisa Kojima <masahisa.kojima@...>
---
Platform/Qemu/SbsaQemu/Readme.md | 35
|
By
Masahisa Kojima
·
#72375
·
|
|
[PATCH edk2-platforms v3 2/4] SbsaQemu: add MM based UEFI secure boot support
This implements support for UEFI secure boot on SbsaQemu using
the standalone MM framework. This moves all of the software handling
of the UEFI authenticated variable store into the standalone
This implements support for UEFI secure boot on SbsaQemu using
the standalone MM framework. This moves all of the software handling
of the UEFI authenticated variable store into the standalone
|
By
Masahisa Kojima
·
#72374
·
|
|
[PATCH edk2-platforms v3 1/4] SbsaQemu: Build infrastructure for StandaloneMm image
Add the build infrastructure for compilation of StandaloneMm image.
SbsaQemu.fdf is modified to extend the FLASH0 region enough big to
contain StandaloneMM image(BL32).
Signed-off-by: Masahisa Kojima
Add the build infrastructure for compilation of StandaloneMm image.
SbsaQemu.fdf is modified to extend the FLASH0 region enough big to
contain StandaloneMM image(BL32).
Signed-off-by: Masahisa Kojima
|
By
Masahisa Kojima
·
#72373
·
|
|
[PATCH edk2-platforms v3 0/4] add MM based UEFI secure boot on SbsaQemu
This patch series implment the UEFI secure boot on SbsaQemu.
Cc: Leif Lindholm <leif@...>
Cc: Graeme Gregory <graeme@...>
Cc: Radoslaw Biernacki <rad@...>
Cc: Shashi
This patch series implment the UEFI secure boot on SbsaQemu.
Cc: Leif Lindholm <leif@...>
Cc: Graeme Gregory <graeme@...>
Cc: Radoslaw Biernacki <rad@...>
Cc: Shashi
|
By
Masahisa Kojima
·
#72372
·
|
|
Re: [PATCH edk2-platforms v2 2/4] SbsaQemu: add MM based UEFI secure boot support
I created both "memory" and "/reserved-memory" parsing helper function.
Could you check the next version of patch?
Thanks,
Masahisa
I created both "memory" and "/reserved-memory" parsing helper function.
Could you check the next version of patch?
Thanks,
Masahisa
|
By
Masahisa Kojima
·
#72371
·
|
|
Re: [PATCH v3] ShellPkg: add more items for smbiosview -t 3 .
Hi Mars,
I still cannot extract your patch thru this email. But I got it from the BZ link. There still some problems I missed last time.
You should add a length check before showing the contained
Hi Mars,
I still cannot extract your patch thru this email. But I got it from the BZ link. There still some problems I missed last time.
You should add a length check before showing the contained
|
By
Gao, Zhichao
·
#72370
·
|
|
[PATCH 1/1] BaseTools: Modify struct parser for StructPcd
Currently the struct parser for StructPcd Generation does not
fliter the types such as UINT8 which should be ignored successfully.
This patch modifies this issue.
Cc: Bob Feng
Currently the struct parser for StructPcd Generation does not
fliter the types such as UINT8 which should be ignored successfully.
This patch modifies this issue.
Cc: Bob Feng
|
By
Yuwei Chen
·
#72369
·
|
|
Re: [PATCH v4 6/7] SecurityPkg: Tcg2Smm: Added support for Standalone Mm
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#72368
·
|
|
Re: [PATCH edk2-platforms v2 1/4] SbsaQemu: Build infrastructure for StandaloneMm image
SbsaQemu.fdf is modified to extend the FLASH0 region enough big to
contain StandaloneMM image(BL32).
I will note in the commit message in the next version.
Thanks,
Masahisa
SbsaQemu.fdf is modified to extend the FLASH0 region enough big to
contain StandaloneMM image(BL32).
I will note in the commit message in the next version.
Thanks,
Masahisa
|
By
Masahisa Kojima
·
#72367
·
|
|
Re: [RFC PATCH 02/14] OvmfPkg/PlatformPei: Mark SEC GHCB page in the page encrpytion bitmap.
Hello Tobin,
Just a high level question, why is this patch included in this
patch series, i don't think you are supporting SEV-ES platform
migration in this patch-set ?
Thanks,
Ashish
Hello Tobin,
Just a high level question, why is this patch included in this
patch series, i don't think you are supporting SEV-ES platform
migration in this patch-set ?
Thanks,
Ashish
|
By
Ashish Kalra
·
#72366
·
|
|
[RFC PATCH 07/14] OvmfPkg/AmdSev: MH support for mailbox protocol
The migration handler communicates with the hypervisor
via a shared mailbox page. The MH can perform four functions
at the behest of the HV: init, save page, restore page, and
reset.
Signed-off-by:
The migration handler communicates with the hypervisor
via a shared mailbox page. The MH can perform four functions
at the behest of the HV: init, save page, restore page, and
reset.
Signed-off-by:
|
By
Tobin Feldman-Fitzthum <tobin@...>
·
#72365
·
|
|
[RFC PATCH 11/14] OvmfPkg/AmdSev: Build page table for migration handler
From: Dov Murik <dovmurik@...>
The migration handler builds its own page tables and switches
to them. The MH pagetables are reserved as runtime memory.
When the hypervisor asks the MH to
From: Dov Murik <dovmurik@...>
The migration handler builds its own page tables and switches
to them. The MH pagetables are reserved as runtime memory.
When the hypervisor asks the MH to
|
By
Tobin Feldman-Fitzthum <tobin@...>
·
#72364
·
|