From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.7464.1623316419933670632 for ; Thu, 10 Jun 2021 02:13:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 10 Jun 2021 17:13:35 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , References: <20210610013318.1885-1-zhiguang.liu@intel.com> In-Reply-To: <20210610013318.1885-1-zhiguang.liu@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIFY0IDAvOV0gQ3JlYXRlIG11bHRpcGxlIEhvYnMgZm9yIFVuaXZlcnNhbCBQYXlsb2Fk?= Date: Thu, 10 Jun 2021 17:13:38 +0800 Message-ID: <00b701d75dd8$e6306790$b29136b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIK+2VCtFCmCiPfOeH+T13FW0tsV6qlutug Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Zhiguang: Can you submit one BZ for this new feature? I will add it into edk2 2021= 08 stable tag planning.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =E4=BB=A3=E8=A1=A8 Zhiguang Liu > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2021=E5=B9=B46=E6=9C=8810=E6=97=A5= 9:33 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io > =E4=B8=BB=E9=A2=98: [edk2-devel] [Patch V4 0/9] Create multiple Hobs for= Universal Payload >=20 > V1: > This patch set is based on Universal Payload on > https://universalpayload.github.io/documentation/payload-interfaces/inde= x. > html > This patch set introduce one general header, three different hob types a= nd > how Universal Payload consume these hobs. >=20 > V2: > Move all the header files and Guid define to MdeModulePkg > Fix code bug when parsing SmbiosDxe. > Enhance error handling in AcpiTableProtocol.c. > Add AcpiTableDxe.inf in UefiPayload.fdf >=20 > V3: > Avoid duplicated code in SmBiosDxe.c >=20 > V4: > Add link to spec in header files' file comments > Avoid using PLD, because it may be confusing >=20 > All changes can be seen at > https://github.com/LiuZhiguang001/edk2/tree/UniversalPayloadHeaders_v4 >=20 > Zhiguang Liu (9): > MdeModulePkg: Add Universal Payload general definition header file > MdeModulePkg: Add new structure for the PCI Root Bridge Info Hob > UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid Hob > MdeModulePkg: Add new structure for the Universal Payload SMBios Table > Info Hob > MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables > UefiPayloadPkg: Creat gPldSmbiosTableGuid Hob > MdeModulePkg: Add new structure for the Universal Payload ACPI Table > Info Hob > MdeModulePkg/ACPI: Install ACPI table from HOB. > UefiPayloadPkg: Creat gPldAcpiTableGuid Hob >=20 > MdeModulePkg/Include/UniversalPayload/AcpiTable.h | > 30 ++++++++++++++++++++++++++++++ > MdeModulePkg/Include/UniversalPayload/PciRootBridges.h | > 91 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++++++++++++++++++++++ > MdeModulePkg/Include/UniversalPayload/SmbiosTable.h | > 30 ++++++++++++++++++++++++++++++ > MdeModulePkg/Include/UniversalPayload/UniversalPayload.h | > 35 +++++++++++++++++++++++++++++++++++ > MdeModulePkg/MdeModulePkg.dec > | 15 +++++++++++++++ > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.c | > 92 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++--------------------------- > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.h | > 38 +++++++++++++++++++++++++++++++++++++- > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf | 8 > +++++--- > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c | 171 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++------- > MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c | > 293 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++- > MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h | > 65 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++- > MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf | > 5 ++++- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c | > 28 +--------------------------- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h | > 5 +---- > UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf | > 4 +--- > UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridge.h | 40 > ++++++++++++++++++++++++++++++++++++++-- > UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c | 47 > ++++++++++++++++++++++++++++++++++++++++++++--- > UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf | 8 > +++++++- > UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c | 73 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++- > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c | 23 > ++++++++++++++++++++++- > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.h | 5 > +++-- > UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf | 4 > +++- > UefiPayloadPkg/UefiPayloadPkg.dsc | > 2 +- > UefiPayloadPkg/UefiPayloadPkg.fdf | > 4 ++++ > 24 files changed, 1029 insertions(+), 87 deletions(-) > create mode 100644 MdeModulePkg/Include/UniversalPayload/AcpiTable.h > create mode 100644 > MdeModulePkg/Include/UniversalPayload/PciRootBridges.h > create mode 100644 > MdeModulePkg/Include/UniversalPayload/SmbiosTable.h > create mode 100644 > MdeModulePkg/Include/UniversalPayload/UniversalPayload.h >=20 > -- > 2.30.0.windows.2 >=20 >=20 >=20 >=20 >=20