[edk2-devel] [PATCH v1] Silicon/Intel/FitGen: Fix Type 2 entry version value from BiosInfo would always 0x0

2022-07-12 Thread Lin, Jason1
From: Jason1 Lin REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3988 With the change #3958 using the incorrect variable to store the S-ACM entry version. That would cause the value always 0x0. gFitTableContext.StartupAcm[gFitTableContext.StartupAcmNumber].Version variable should be

Re: [edk2-devel] [PATCH v3 22/28] EmulatorPkg: Add ProtectedVariable reference

2022-07-12 Thread Ni, Ray
Reviewed-by: Ray Ni -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91296): https://edk2.groups.io/g/devel/message/91296 Mute This Topic: https://groups.io/mt/91640205/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel][PATCH v2 1/2] UefiCpuPkg: Update SEC_IDT_TABLE struct

2022-07-12 Thread Ni, Ray
I don't see any change comparing this against v1. Reviewed-by: Ray Ni > -Original Message- > From: Kuo, Ted > Sent: Tuesday, July 12, 2022 5:31 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Ni, Ray > ; S, Ashraf Ali ; De, Debkumar > ; Han, Harry > ;

[edk2-devel] Trying to get a boot service in before 2.10 is finalized, is that possible?

2022-07-12 Thread Dionna Glaze via groups.io
Hi y'all, I'm just getting up to speed with the standards process now that we've determined the only way to get lazy accept support for SEV-SNP without extra information about what's being booted is to add a GetMemoryMapEx that takes a "supported features" argument. I saw the final draft was sent

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/1] IntelSiliconPkg/SpiFvbService: Add support for VariableFlashInfoLib

2022-07-12 Thread Michael Kubacki
Reminder about this patch. Thanks, Michael On 7/1/2022 10:39 AM, Michael Kubacki wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3478 Adds support for getting the variable flash information from VariableFlashInfoLib. This library abstracts the source of flash

Re: [edk2-devel] [PATCH v2] MdePkg/BasePrintLib: Add %z specifier

2022-07-12 Thread Pedro Falcato
On Tue, Jul 12, 2022 at 11:02 PM Michael D Kinney < michael.d.kin...@intel.com> wrote: > Hi Pedro, > > > > All good points. I agree that there are some assumptions in implementation > code that sizeof(size_t) == sizeof(UINTN) == sizeof(VOID *). > > > > When the PrintLib does use a format

Re: [edk2-devel] [PATCH v2] MdePkg/BasePrintLib: Add %z specifier

2022-07-12 Thread Michael D Kinney
Hi Pedro, All good points. I agree that there are some assumptions in implementation code that sizeof(size_t) == sizeof(UINTN) == sizeof(VOID *). When the PrintLib does use a format specifier defined by the ANSI C Spec and the behavior is not identical to ANSI C, then we state that in the

Re: [edk2-devel] [PATCH v2] MdePkg/BasePrintLib: Add %z specifier

2022-07-12 Thread Pedro Falcato
On Tue, Jul 12, 2022 at 9:46 PM Michael D Kinney wrote: > Hi Pedro, > > > > There is a good brief description of size_t on this page: > > https://en.wikipedia.org/wiki/C_data_types > > > > sizeof() is built into the C compiler, but size_t is defined by the std C > lib being used. It can be as

Re: [edk2-devel] [PATCH v2] MdePkg/BasePrintLib: Add %z specifier

2022-07-12 Thread Michael D Kinney
Hi Pedro, There is a good brief description of size_t on this page: https://en.wikipedia.org/wiki/C_data_types sizeof() is built into the C compiler, but size_t is defined by the std C lib being used. It can be as small as 16-bits. We do not use the std C lib, so size_t is not defined when we

Re: [edk2-devel] [edk2-platforms][PATCH 1/1] Maintainers.txt: Add Marvin as Ext4Pkg reviewer

2022-07-12 Thread Pedro Falcato
Pushed as 726c420 . On Tue, Jul 12, 2022 at 3:02 PM Michael D Kinney wrote: > Reviewed-by: Michael D Kinney > > > > -Original Message- > > From: Marvin Häuser > > Sent: Tuesday, July 12, 2022

Re: [edk2-devel][PATCH v2 2/2] IntelFsp2Pkg: Update SEC_IDT_TABLE struct

2022-07-12 Thread Chiu, Chasel
Thanks for updating! Reviewed-by: Chasel Chiu > -Original Message- > From: Kuo, Ted > Sent: Tuesday, July 12, 2022 2:31 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Zeng, Star ; S, Ashraf > Ali > Subject: [edk2-devel][PATCH v2 2/2] IntelFsp2Pkg:

[edk2-devel] Shell App hangs on exit

2022-07-12 Thread M.T.
Hello folks I'm facing a bit of a weird issue here. I'm working on a UEFI shell app, which, for some reason, hangs on exit, and by that I mean when I'm returning the final status from ShellAppMain. ie: INTN EFIAPI ShellAppMain( IN UINTN Argc, IN CHAR16 **Argv) { EFI_STATUS status; ... return

[edk2-devel] Does EDK2 source support SUBTYPE_GUID format in FDF?

2022-07-12 Thread Yeh
Hi Everyone, I am wondering if EDK2 source already supports SUBTYPE_GUID format in FDF. I try the the case like the following listed in the EDKII FDF specification but failed. FILE FREEFORM = 85C3EBE1-F58F-4820-8AD3-F2FB62DC3A23 { FvAlignment = 512K SECTION SUBTYPE _GUID

[edk2-devel] [edk2-platforms][PATCH 1/1] Maintainers.txt: Add Marvin as Ext4Pkg reviewer

2022-07-12 Thread Marvin Häuser
Cc: Michael D Kinney Cc: Pedro Falcato Signed-off-by: Marvin Häuser --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index 2f7703813911..5e403ce85191 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -144,6 +144,7 @@ R: Wenyi Xie

Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories

2022-07-12 Thread Oram, Isaac W
Pushed as 7447b92647..1e89913a47 Note that I fixed the author field. -Original Message- From: devel@edk2.groups.io On Behalf Of Oram, Isaac W Sent: Tuesday, July 12, 2022 9:18 AM To: devel@edk2.groups.io; Sinha, Ankit Subject: Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing

Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories

2022-07-12 Thread Oram, Isaac W
Series Reviewed-by: Isaac Oram -Original Message- From: devel@edk2.groups.io On Behalf Of Sinha, Ankit Sent: Thursday, July 7, 2022 10:33 AM To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories Some ACPI FADT fields need

[edk2-devel] [PATCH edk2-platforms v3 12/12] Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib

2022-07-12 Thread Sami Mujawar
The CelloBoard platform firmware build breaks due to the missing dependency on VariablePolicyHelperLib. Therefore, to satisfy the dependency include VariablePolicyHelperLib in the LibraryClasses.common section. Signed-off-by: Sami Mujawar --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + 1

[edk2-devel] [PATCH edk2-platforms v3 11/12] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 08/12] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-12 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar ---

[edk2-devel] [PATCH edk2-platforms v3 10/12] Silicon/Phytium: Add VariableFlashInfoLib

2022-07-12 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar ---

[edk2-devel] [PATCH edk2-platforms v3 09/12] Platform/Ampere: JadePkg: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 07/12] Platform/ARM: N1SDP: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 04/12] Silicon/AMD/Styx: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 05/12] Silicon/Socionext/SynQuacer: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 00/12] Fix build breaks and update IORT revision macro

2022-07-12 Thread Sami Mujawar
This v3 patch series renames the EFI_ACPI_IO_REMAPPING_TABLE_REV0 macro to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00 based on the feedback received. It also includes an additional patch that fixes the build break in CelloBoard due to missing VariablePolicyHelperLib dependency. The v2 patch series

[edk2-devel] [PATCH edk2-platforms v3 03/12] Platform/ARM: SGI: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 06/12] Platform/RaspberryPi: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 01/12] Platform/ARM: FVP: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH edk2-platforms v3 02/12] Platform/ARM: Morello: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been updated to rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro which was at Rev 0 to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Therefore, update the usage of

[edk2-devel] [PATCH v5 7/8] DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d

2022-07-12 Thread Sami Mujawar
Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) introduces the following updates,

[edk2-devel] [PATCH v5 8/8] DynamicTablesPkg: IORT generator updates for Rev E.d spec

2022-07-12 Thread Sami Mujawar
Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) introduces the following updates,

[edk2-devel] [PATCH v5 5/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-12 Thread Sami Mujawar
Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) introduces the following updates,

[edk2-devel] [PATCH v5 0/8] IORT Rev E.d specification updates

2022-07-12 Thread Sami Mujawar
Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) introduces the following updates,

[edk2-devel] [PATCH v5 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-12 Thread Sami Mujawar
Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) introduces the following updates,

[edk2-devel] [PATCH v5 4/8] DynamicTablesPkg: IORT set reference to interrupt array if present

2022-07-12 Thread Sami Mujawar
The IORT generator is populating the reference field for Context and PMU interrupts even if their count is zero. Update the IORT generator to set the references only if the interrupt count is not 0. Also add checks to ensure a valid reference token has been provided. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH v5 3/8] DynamicTablesPkg: IORT set reference to Id array only if present

2022-07-12 Thread Sami Mujawar
The IORT table generator is setting up a reference to ID array for nodes even when the ID Mapping count is zero. This is not an issue as an OS would only access the ID Reference if the ID mapping count is not zero. However, it would be good to set the reference to ID array to zero when the ID

[edk2-devel] [PATCH v5 2/8] DynamicTablesPkg: Handle error when IdMappingToken is NULL

2022-07-12 Thread Sami Mujawar
Add error handling when the IdMappingCount is not zero and the IdMappingToken is NULL. Signed-off-by: Sami Mujawar --- Notes: v5: - No changes since v3. Resending with v5 series. [SAMI] v4: - No changes since v3. Resending with v4 series. [SAMI]

[edk2-devel] [PATCH v5 1/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment

2022-07-12 Thread Sami Mujawar
Some field names in the IORT table parser were longer than the OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of the output print alignment. Therefore, abbreviate the field names. Signed-off-by: Sami Mujawar Reviewed-by: Zhichao Gao Reviewed-by: Pierre Gondois --- Notes:

[edk2-devel] Using UEFI Network Protocols in QEMU-OVMF

2022-07-12 Thread Ayush Singh
Hello everyone. I am trying to implement networking in Rust std using the TCP4 and TCP6 UEFI Protocols (It is required for running Rust CI tests). For providing the network device in qemu, I am using the following options: ``` -netdev user,id=net0,hostfwd=tcp::12345-:12345 -device

Re: [edk2-devel] [edk2-platforms][PATCH 1/1] Maintainers.txt: Add Marvin as Ext4Pkg reviewer

2022-07-12 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Marvin Häuser > Sent: Tuesday, July 12, 2022 1:33 AM > To: devel@edk2.groups.io > Cc: Marvin Häuser ; Kinney, Michael D > ; Pedro Falcato > > Subject: [edk2-platforms][PATCH 1/1] Maintainers.txt: Add Marvin as Ext4Pkg >

[edk2-devel] [edk2-staging][PATCH 14/15] edk2-staging/RedfishClientPkg: Introduce Computer System feature driver

2022-07-12 Thread Nickle Wang
Introduce new feature driver to support Computer System version 1.5.0 schema. Update corresponding FDF and DSC file to enable this feature driver. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../v1_5_0/Common/ComputerSystemCommon.c | 1614

[edk2-devel] [edk2-staging][PATCH 15/15] edk2-staging/RedfishClientPkg: Introduce Bios feature driver

2022-07-12 Thread Nickle Wang
Introduce new feature driver to support Bios version 1.0.9 schema. Update corresponding FDF and DSC file to enable this feature driver. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../Features/Bios/v1_0_9/Common/BiosCommon.c | 741

[edk2-devel] [edk2-staging][PATCH 13/15] edk2-staging/RedfishClientPkg: Introduce Computer System collection driver

2022-07-12 Thread Nickle Wang
Introduce new feature driver to support Computer System Collection schema. Update corresponding FDF and DSC file to enable this feature driver. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../ComputerSystemCollectionDxe.c | 667 ++

[edk2-devel] [edk2-staging][PATCH 12/15] edk2-staging/RedfishClientPkg: Rename Memory feature driver

2022-07-12 Thread Nickle Wang
Rename Memory driver by removing Redfish prefix. Update memory feature driver and support all properties under Memory schema. Also support "Identify" action in this driver. Corresponding changes are made to honor newly introduced library and protocol. Signed-off-by: Nickle Wang Cc: Abner Chang

[edk2-devel] [edk2-staging][PATCH 11/15] edk2-staging/RedfishClientPkg: Rename RedfishMemoryCollection driver

2022-07-12 Thread Nickle Wang
Rename RedfishMemoryCollectionDxe by removing Redfish prefix. Update memory collection driver to support "Identify" action and also have code refactoring to support Redfish operation. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../MemoryCollectionDxe.c}

[edk2-devel] [edk2-staging][PATCH 09/15] edk2-staging/RedfishClientPkg: Update RedfishLib

2022-07-12 Thread Nickle Wang
RedfishLib has no capability to return HTTP header in response. However, feature driver needs to know the information like "ETag" or "Location" in HTTP response header per Redfish specification. Add corresponding function to return HTTP header in response data. Signed-off-by: Nickle Wang Cc:

[edk2-devel] [edk2-staging][PATCH 07/15] edk2-staging/RedfishClientPkg: Update ETag driver

2022-07-12 Thread Nickle Wang
Update ETag driver and use specific variable GUID. Also fix the typo in comment. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- RedfishClientPkg/RedfishClientPkg.dec| 2 +- RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.c | 10 +-

[edk2-devel] [edk2-staging][PATCH 08/15] edk2-staging/RedfishClientPkg: Update Redfish feature core driver

2022-07-12 Thread Nickle Wang
Update Redfish feature core driver to support Redfish resource with multiple parents. A resource may be presented in different resource and the link in different resource point to the same location. Also add interchange data interface in feature core driver so feature core driver can talk to

[edk2-devel] [edk2-staging][PATCH 06/15] edk2-staging/RedfishClientPkg: Introduce RedfishConfigLangMap driver

2022-07-12 Thread Nickle Wang
Introduce Redfish configure language map driver. This driver keeps the mapping between configure language and Redfish URI for internal use. This saves the communication time between feature drivers and Redfish service. It also provides the history records so that feature drivers can do

[edk2-devel] [edk2-staging][PATCH 04/15] edk2-staging/RedfishClientPkg: Introduce Redfish resource config library

2022-07-12 Thread Nickle Wang
Add EdkIIRedfishResourceConfigLib in order to work with Redfish Config Protocol and do the communication between each feature drivers. Also introduce Redfish interchange data protocol to exchange data efficiently. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez ---

[edk2-devel] [edk2-staging][PATCH 05/15] edk2-staging/RedfishClientPkg: Introduce resource identify library

2022-07-12 Thread Nickle Wang
Introduce resource identify library which works with resource config protocol to identify Redfish resource. This library provides the flexibility for platform to implement its own policy and identify resource. Two library implementation are provided as demonstration code. NULL version of library

[edk2-devel] [edk2-staging][PATCH 03/15] edk2-staging/RedfishClientPkg: Update Redfish Resource Config Protocol

2022-07-12 Thread Nickle Wang
Update Redfish resource config protocol to support Identify action in order to identify remote resource and see if this is resource belongs to current owner or not. Use unicode string instead of ASCII string for all interfaces to align with HTTP interface. Signed-off-by: Nickle Wang Cc: Abner

[edk2-devel] [edk2-staging][PATCH 02/15] edk2-staging/RedfishClientPkg: Introduce Redfish version library

2022-07-12 Thread Nickle Wang
Add RedfishVersionLib in order to get Redfish version hosted at BMC. When there is trouble to get Redfish support version, the default version is retrieved from pre-defined PCD value. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez ---

[edk2-devel] [edk2-staging][PATCH 01/15] edk2-staging/RedfishClientPkg: Introduce Redfish event library

2022-07-12 Thread Nickle Wang
Add RedfishEventLib to handle Redfish event. There are two events defined in this library. One is the event before feature driver provisioning and the other one is the event after all provisioning is finished. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez ---

[edk2-devel] [edk2-staging][PATCH 00/15] Update RedfishClientpkg

2022-07-12 Thread Nickle Wang
In this series of patch files, additional three feature drivers are enabled. Corresponding libraries and protocols are introduced to help performing Redfish operation like provisioning, consuming and updating Redfish resource between UEFI HII driver and Redfish service hosted at BMC side. Nickle

[edk2-devel] [edk2-staging][PATCH 2/2] edk2-staging/EmulatorPkg: Introduce Hii2RedfishBiosDxe driver

2022-07-12 Thread Nickle Wang
Add Hii2RedfishBiosDxe driver with configure language defined in UNI file in order to demonstrate the use of Redfish Platform Config Protocol. Feature drivers under RedfishClientPkg will work with this driver and provide the REST data to Redfish service. Signed-off-by: Nickle Wang Cc: Andrew

[edk2-devel] [edk2-staging][PATCH 1/2] edk2-staging/EmulatorPkg: Introduce Hii2RedfishBootDxe driver

2022-07-12 Thread Nickle Wang
Add Hii2RedfishBootDxe driver with configure language defined in UNI file in order to demonstrate the use of Redfish Platform Config Protocol. Feature drivers under RedfishClientPkg will work with this driver and provide the REST data to Redfish service. Signed-off-by: Nickle Wang Cc: Andrew

[edk2-devel] [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version

2022-07-12 Thread Nickle Wang
Update mock-up file and use Bios schema version 1.0.9 in order to support BIOS configuration driver. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Yang Atom Cc: Nick Ramirez --- .../redfish/v1/Systems/2M220100SL/Bios/index.json | 2 +-

Re: [edk2-devel] [edk2-platforms][PATCH 1/1] Maintainers.txt: Add Marvin as Ext4Pkg reviewer

2022-07-12 Thread Pedro Falcato
LGTM. Reviewed-by: Pedro Falcato Waiting for Mike now. On Tue, Jul 12, 2022 at 9:32 AM Marvin Häuser wrote: > Cc: Michael D Kinney > Cc: Pedro Falcato > Signed-off-by: Marvin Häuser > --- > Maintainers.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Maintainers.txt

Re: [edk2-devel] CapsuleApp built form 'edk2-platforms' didn't work in Galileo Gen2 board.

2022-07-12 Thread gordontcp
Thank you for your response! Since I don't have SF-100, is there any other way to flash the  FW image for Galileo Gen2 board? Thanks! Gordon -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91236):

[edk2-devel][PATCH v2 2/2] IntelFsp2Pkg: Update SEC_IDT_TABLE struct

2022-07-12 Thread Kuo, Ted
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3957 The reserved IDT table size in SecCore is too small for X64. Changed the type of IdtTable in SEC_IDT_TABLE from UINT64 to IA32_IDT_GATE_DESCRIPTOR to have sufficient size reserved in IdtTable for X64. Cc: Chasel Chiu Cc: Nate DeSimone Cc:

[edk2-devel][PATCH v2 0/2] Update SEC_IDT_TABLE struct to reserve sufficient size in IdtTable for both IA32 and X64

2022-07-12 Thread Kuo, Ted
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3957 The reserved IDT table size in SecCore is too small for X64. Changed the type of IdtTable in SEC_IDT_TABLE from UINT64 to IA32_IDT_GATE_DESCRIPTOR to have sufficient size reserved in IdtTable for X64. Ted Kuo (2): UefiCpuPkg: Update

[edk2-devel][PATCH v2 1/2] UefiCpuPkg: Update SEC_IDT_TABLE struct

2022-07-12 Thread Kuo, Ted
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3957 The reserved IDT table size in SecCore is too small for X64. Changed the type of IdtTable in SEC_IDT_TABLE from UINT64 to IA32_IDT_GATE_DESCRIPTOR to have sufficient size reserved in IdtTable for X64. dff Cc: Chasel Chiu Cc: Nate DeSimone

回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 07/12/2022 #cal-reminder

2022-07-12 Thread gaoliming via groups.io
There is few new issues this week. I have cancel the meeting. Thanks Liming 发件人: devel@edk2.groups.io 代表 Group Notification 发送时间: 2022年7月12日 9:30 收件人: devel@edk2.groups.io 主题: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 07/12/2022 #cal-reminder Reminder: TianoCore Bug

Re: [edk2-devel][PATCH v2 1/1] UefiCpuPkg: Coding style bug fix

2022-07-12 Thread Gerd Hoffmann
On Wed, Jul 06, 2022 at 10:37:54AM +0200, Paweł Poławski wrote: > Local variable name overlaped with function name. > Variable name has been updated to remove name duplication. > > Cc: Eric Dong > Cc: Ray Ni > Cc: Rahul Kumar > > Signed-off-by: Paweł Poławski Acked-by: Gerd Hoffmann Ray?

Re: [edk2-devel] [PATCH v3 0/3] DynamicTablesPkg: Pcie generation updates

2022-07-12 Thread PierreGondois
Hello Jeff, Thanks for the answers, for the 3 patches: Reviewed-by: Pierre Gondois Regards, Pierre On 7/8/22 22:59, Jeff Brasen wrote: Add fixes/features to dynamic PCIe support - Correct issue with translation in generated ACPI tables. - Allow for more than 16 controllers to be

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Set console rows and columns to 100

2022-07-12 Thread Sean Rhodes
This patch can be disregarded as the --pcd build option will be integrated into the coreboot build process. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91229): https://edk2.groups.io/g/devel/message/91229 Mute This Topic:

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Hook up PCIE_BASE build option

2022-07-12 Thread Sean Rhodes
This patch can be disregarded as the --pcd build option will be integrated into the coreboot build process. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91228): https://edk2.groups.io/g/devel/message/91228 Mute This Topic: