|
[PATCH v2 2/2] MdePkg: MmCommunication: Add new Host Software class Error Code to MdePkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This change introduces a new error code definitions under Host Software
class.
The new error code definition will cover system reboot events
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This change introduces a new error code definitions under Host Software
class.
The new error code definition will cover system reboot events
|
By
Kun Qin
·
#85337
·
|
|
[PATCH v2 1/2] EDK2 Code First: PI Specification: New error codes of Host Software class
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This change includes specification update markdown file that describes
the proposed PI Specification v1.7 Errata A in detail and
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This change includes specification update markdown file that describes
the proposed PI Specification v1.7 Errata A in detail and
|
By
Kun Qin
·
#85336
·
|
|
[PATCH v2 0/2] EDK2 Code First: PI Specification: Update EFI_MM_COMMUNICATE_HEADER
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This patch series is a rebase of previous submission:
https://edk2.groups.io/g/devel/message/85302
In current Status Codes definitions of PI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794
This patch series is a rebase of previous submission:
https://edk2.groups.io/g/devel/message/85302
In current Status Codes definitions of PI
|
By
Kun Qin
·
#85335
·
|
|
Re: [PATCH] OvmfPkg/ResetVector: Removing SEV-ES CPUID bit check
Worth mentioning in the commit message that this check wasn't part of the original SEV-ES support (Fixes: a91b700e385e7484ab7286b3ba7ea2efbd59480e tag?), so this is really a compatibility thing, and
Worth mentioning in the commit message that this check wasn't part of the original SEV-ES support (Fixes: a91b700e385e7484ab7286b3ba7ea2efbd59480e tag?), so this is really a compatibility thing, and
|
By
Lendacky, Thomas
·
#85334
·
|
|
Re: [PATCH v1 1/2] EDK2 Code First: PI Specification: New error codes of Host Software class
Hi Mike,
Thanks for the suggestion. I am good with the new name and will send out the updated branch shortly.
Regards,
Kun
Hi Mike,
Thanks for the suggestion. I am good with the new name and will send out the updated branch shortly.
Regards,
Kun
|
By
Kun Qin
·
#85333
·
|
|
Re: [PATCH v1 1/2] EDK2 Code First: PI Specification: New error codes of Host Software class
Perhaps the term fragmented would be better than inconsistent for this condition?
EFI_SW_EC_FRAGMENTED_MEMORY_MAP
The term inconsistent could be used to describe other issues with the memory map.
If
Perhaps the term fragmented would be better than inconsistent for this condition?
EFI_SW_EC_FRAGMENTED_MEMORY_MAP
The term inconsistent could be used to describe other issues with the memory map.
If
|
By
Michael D Kinney
·
#85332
·
|
|
Re: [PATCH v1 1/2] EDK2 Code First: PI Specification: New error codes of Host Software class
Hi Mike,
Thanks for the input.
Is it better to rename "EFI_SW_EC_MEMORY_TYPE_INFORMATION_CHANGE" as "EFI_SW_EC_INCONSISTENT_MEM_MAP"? This name should be more generic yet still describing what OSes
Hi Mike,
Thanks for the input.
Is it better to rename "EFI_SW_EC_MEMORY_TYPE_INFORMATION_CHANGE" as "EFI_SW_EC_INCONSISTENT_MEM_MAP"? This name should be more generic yet still describing what OSes
|
By
Kun Qin
·
#85331
·
|
|
Re: EFI shell with microvm
I finally got it to work by using the XenTimerDxe. The reason why it
works is because the UEFI service SetTimer() needs one Timer
Architectural Protocol to be installed. In case of standard QEMU,
I finally got it to work by using the XenTimerDxe. The reason why it
works is because the UEFI service SetTimer() needs one Timer
Architectural Protocol to be installed. In case of standard QEMU,
|
By
Boeuf, Sebastien
·
#85330
·
|
|
[PATCH 1/1] MdePkg/Include: Smbios Specification 3.5.0 changes
By
Abdul Lateef Attar
·
#85329
·
|
|
[PATCH v2 0/1] MdePkg/Include SMBIOS 3.5.0 changes
Rebase the patch and fix the uncrustify.
Reference: https://github.com/abdattar/edk2/tree/smbios_3_5_0_v2
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao
Rebase the patch and fix the uncrustify.
Reference: https://github.com/abdattar/edk2/tree/smbios_3_5_0_v2
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao
|
By
Abdul Lateef Attar
·
#85328
·
|
|
Re: EFI shell with microvm
Hi,
Min, what happened to the patch series changing that?
(the plan is to always use the lapci except when compiling with csm
enabled because pit/pic support is needed for backward compatibility
Hi,
Min, what happened to the patch series changing that?
(the plan is to always use the lapci except when compiling with csm
enabled because pit/pic support is needed for backward compatibility
|
By
Gerd Hoffmann
·
#85327
·
|
|
Re: Guidance about CI
Okay thanks for your confirmation, that makes sense :)
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered
Okay thanks for your confirmation, that makes sense :)
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered
|
By
Boeuf, Sebastien
·
#85326
·
|
|
Re: EFI shell with microvm
Ok thanks for the confirmation. Hopefully it won't conflict with what
QEMU uses/needs.
Yes I realized that by diving into the code. I can see microvm using
the Xen timer while OvmfPkgX64 uses 8254
Ok thanks for the confirmation. Hopefully it won't conflict with what
QEMU uses/needs.
Yes I realized that by diving into the code. I can see microvm using
the Xen timer while OvmfPkgX64 uses 8254
|
By
Boeuf, Sebastien
·
#85325
·
|
|
Re: Guidance about CI
Correct, not tested right now. The code needs some improvements, it's
not flexible enough, havn't found the time to do that yet. Also have
to check whenever the qemu version shipped by ubuntu is new
Correct, not tested right now. The code needs some improvements, it's
not flexible enough, havn't found the time to do that yet. Also have
to check whenever the qemu version shipped by ubuntu is new
|
By
Gerd Hoffmann
·
#85324
·
|
|
Re: EFI shell with microvm
Hi,
Ok, doing it microvm-style makes sense then.
tianocore doesn't use interrupts (other than timer).
PIC is optional for microvm too, and everything works fine for me with
"-machine
Hi,
Ok, doing it microvm-style makes sense then.
tianocore doesn't use interrupts (other than timer).
PIC is optional for microvm too, and everything works fine for me with
"-machine
|
By
Gerd Hoffmann
·
#85323
·
|
|
[PATCH] UefiPayloadPkg: Change the user interface name of the Uiapp
Chanage the name "Uiapp" to "Enter Setup".
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Yuanhao Xie
Chanage the name "Uiapp" to "Enter Setup".
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: Yuanhao Xie
|
By
Yuanhao Xie
·
#85322
·
|
|
回复: [edk2-devel] [PATCH v3] MdePkg: Add registers of boot partition feature
Reviewed-by: Liming Gao <gaoliming@...>
This version has been merged into edk2.
Thanks
Liming
Spec
(4 <<
Offset
Count.
Reviewed-by: Liming Gao <gaoliming@...>
This version has been merged into edk2.
Thanks
Liming
Spec
(4 <<
Offset
Count.
|
By
gaoliming
·
#85321
·
|
|
Re: [PATCH 05/10] OvmfPkg: Add SecPlatformLibQemuTdx
Hi,
As we're discussing the PlatformInitLib (which wraps the functions in PlatformPei), SecPlatformLibQemuTdx is deprecated.
Thanks
Min
Hi,
As we're discussing the PlatformInitLib (which wraps the functions in PlatformPei), SecPlatformLibQemuTdx is deprecated.
Thanks
Min
|
By
Min Xu
·
#85320
·
|
|
Re: [PATCH 08/10] OvmfPkg: Update Sec to support Tdvf Config-B
After carefully study the PlatformPei code and a quick PoC (PlatformInitLib which wraps the basic functions in PlatformPei), I found it's not a easy task for such a lib which can be used in both
After carefully study the PlatformPei code and a quick PoC (PlatformInitLib which wraps the basic functions in PlatformPei), I found it's not a easy task for such a lib which can be used in both
|
By
Min Xu
·
#85319
·
|
|
Re: [PATCH v4 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
[AMD Official Use Only]
Gentle reminder...please review and merge the changeset.
[AMD Official Use Only]
Gentle reminder...please review and merge the changeset.
|
By
Attar, AbdulLateef (Abdul Lateef) <AbdulLateef.Attar@...>
·
#85318
·
|