|
[PATCH] BaseTools: Add support for SUBTYPE_GUID section generation
EFI_SECTION_FREEFORM_SUBTYPE_GUID is a leaf section type that contains
a single EFI_GUID in the header to describe the raw data.
Currently is is not possible to generate such section.
This patch adds
EFI_SECTION_FREEFORM_SUBTYPE_GUID is a leaf section type that contains
a single EFI_GUID in the header to describe the raw data.
Currently is is not possible to generate such section.
This patch adds
|
By
Konstantin Aladyshev
·
#91583
·
|
|
Re: [PATCH v1 0/6] Enhance DynamicTablesPkg modules
Except for:
[PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
[PATCH v1 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
where I
Except for:
[PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
[PATCH v1 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
where I
|
By
PierreGondois
·
#91582
·
|
|
Re: [PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
Hello Kun,
[snip]
Since there are many tables, maybe it would be good to factorize the code and
create a static array containing all the tables that are mandatory, and containing:
1. the
Hello Kun,
[snip]
Since there are many tables, maybe it would be good to factorize the code and
create a static array containing all the tables that are mandatory, and containing:
1. the
|
By
PierreGondois
·
#91581
·
|
|
Re: [PATCH v1 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
Hello Kun,
(Just a remark for Sami)
It seems the RES0 device will be generated under each PCI device:
\_SB.PCIX.RES0
So there would be multiple devices with the PNP0C02 Eisaid.
PCI Firmware 3.2, sec
Hello Kun,
(Just a remark for Sami)
It seems the RES0 device will be generated under each PCI device:
\_SB.PCIX.RES0
So there would be multiple devices with the PNP0C02 Eisaid.
PCI Firmware 3.2, sec
|
By
PierreGondois
·
#91580
·
|
|
[PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
From: Anthony PERARD <anthony.perard@...>
Fix path to follow naming convention of "AArch64", and allow the path
in "Maintainers.txt" to work as expected.
REF:
From: Anthony PERARD <anthony.perard@...>
Fix path to follow naming convention of "AArch64", and allow the path
in "Maintainers.txt" to work as expected.
REF:
|
By
Anthony PERARD
·
#91579
·
|
|
[PATCH] BaseTools/VolInfo: Parse EFI_SECTION_FREEFORM_SUBTYPE_GUID header
Print 'SubtypeGuid' field from the EFI_FREEFORM_SUBTYPE_GUID_SECTION
structure.
This value describes the raw data inside the section.
Signed-off-by: Konstantin Aladyshev <aladyshev22@...>
---
Print 'SubtypeGuid' field from the EFI_FREEFORM_SUBTYPE_GUID_SECTION
structure.
This value describes the raw data inside the section.
Signed-off-by: Konstantin Aladyshev <aladyshev22@...>
---
|
By
Konstantin Aladyshev
·
#91578
·
|
|
Re: [PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
Hi Kun,
Thank you for this patch.
I have some minor suggestions marked inline as [SAMI], otherwise this patch looks good to me.
With that updated.
Reviewed-by: Sami Mujawar
Hi Kun,
Thank you for this patch.
I have some minor suggestions marked inline as [SAMI], otherwise this patch looks good to me.
With that updated.
Reviewed-by: Sami Mujawar
|
By
Sami Mujawar
·
#91577
·
|
|
Re: [PATCH v1 3/6] DynamicTablesPkg: DynamicPlatRepoLib: Adding more token fixers
Hi Kun,
Thank you for this patch.
These changes look good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Kun,
Thank you for this patch.
These changes look good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91576
·
|
|
Re: [PATCH] EmulatorPkg/PosixFileSystem: Add NULL check on memory allocation
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#91575
·
|
|
Re: [PATCH v1 2/6] DynamicTablesPkg: DynamicPlatRepoLib: Fix incorrect dereferencing
Hi Kun,
Thank you for this fix.
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Kun,
Thank you for this fix.
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91574
·
|
|
Re: [PATCH v1 1/6] DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
Hi Kun,
Thank you for this patch.
This change looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Kun,
Thank you for this patch.
This change looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91573
·
|
|
[PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table
This will allow the OS to display the logo whilst booting.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
This will allow the OS to display the logo whilst booting.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
|
By
Sean Rhodes
·
#91572
·
|
|
[PATCH 1/2] UefiPayloadPkg: Enable Boot Logo
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
.../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 +++++
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
.../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 +++++
|
By
Sean Rhodes
·
#91571
·
|
|
[PATCH v1-resend 1/1] ShellPkg: Add revision check for DSDT Header on Arm
Bugzilla: 3995 (https://bugzilla.tianocore.org/show_bug.cgi?id=3995)
ACPI 6.4 spec states that if the revision field in the DSDT header is less
than 2, then all integers are restricted in width to 32
Bugzilla: 3995 (https://bugzilla.tianocore.org/show_bug.cgi?id=3995)
ACPI 6.4 spec states that if the revision field in the DSDT header is less
than 2, then all integers are restricted in width to 32
|
By
Edward Pickup <edward.pickup@...>
·
#91570
·
|
|
Re: [PATCH V2 3/8] EmbeddedPkg: Add AllocateRuntimePages in PrePiMemoryAllocationLib
Hi, Leif/Ard/Abner/Daniel
Since you're maintainers/reviewers of EmbeddedPkg. Do you have any comments to this patch?
Thanks
Min
Hi, Leif/Ard/Abner/Daniel
Since you're maintainers/reviewers of EmbeddedPkg. Do you have any comments to this patch?
Thanks
Min
|
By
Min Xu
·
#91569
·
|
|
Re: [PATCH V4 0/8] Enable secure-boot when lauch OVMF with -bios parameter
With this in place it should be possible to allow secure boot builds for
AmdSev and Microvm, that is something I plan to try for additional
verification. Havn't found the time to to so, and most
With this in place it should be possible to allow secure boot builds for
AmdSev and Microvm, that is something I plan to try for additional
verification. Havn't found the time to to so, and most
|
By
Gerd Hoffmann
·
#91568
·
|
|
Re: [PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates
Merged as f0064ac3afa2..19a87683654a
Thanks.
Regards,
Sami Mujawar
Merged as f0064ac3afa2..19a87683654a
Thanks.
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#91567
·
|
|
How to handle USBIO operation during FmpDxe update capsule flow?
Hi all,
According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi.
Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p
Hi all,
According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi.
Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p
|
By
gordontcp@...
·
#91566
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition
Hi Ray,
Any comment on this patch?
Thanks,
James
Hi Ray,
Any comment on this patch?
Thanks,
James
|
By
Lu, James
·
#91565
·
|
|
Re: [PATCH V4 0/8] Enable secure-boot when lauch OVMF with -bios parameter
Hi, Gerd
Do you have any comments to this patch-set?
Thanks Min
Hi, Gerd
Do you have any comments to this patch-set?
Thanks Min
|
By
Min Xu
·
#91564
·
|