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.web09.2184.1626917378683685230 for ; Wed, 21 Jul 2021 18:29:39 -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, 22 Jul 2021 09:29: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: , Cc: "'Daniel Schaefer'" , "'Trammell Hudson'" , "'Maurice Ma'" , "'Guo Dong'" , "'Benjamin You'" References: <20210721132328.1415485-1-chengchieh@google.com> In-Reply-To: <20210721132328.1415485-1-chengchieh@google.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIDAvNl0gVWVmaVBheWxvYWRQa2c6IExpbnV4Qm9vdCBTdXBwb3J0IGluIFVlZmlQYXlsb2Fk?= Date: Thu, 22 Jul 2021 09:29:38 +0800 Message-ID: <000a01d77e99$097cf840$1c76e8c0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQI+d2iBu/gDct1ldzWMcca8HhaDTqqAQwvQ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn This is new feature. Can you submit one BZ (https://bugzilla.tianocore.org/= ) for it?=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 Cheng-Chieh > Huang via groups.io > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2021=E5=B9=B47=E6=9C=8821=E6=97=A5= 21:23 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io > =E6=8A=84=E9=80=81: Cheng-Chieh Huang ; Daniel Sc= haefer > ; Trammell Hudson ; > Maurice Ma ; Guo Dong ; > Benjamin You > =E4=B8=BB=E9=A2=98: [edk2-devel] [PATCH 0/6] UefiPayloadPkg: LinuxBoot S= upport in > UefiPayload >=20 > These are necessary patches to Support LinuxBoot in UefiPayload. > With these paches, we can boot to ESXi and Windows from a linux in QEMU. >=20 > LinuxBoot README: > https://github.com/linuxboot/edk2/blob/uefipayload/UefiPayloadPkg/READM > E.md >=20 > PR to tianocore: > https://github.com/tianocore/edk2/pull/1820 >=20 > Cheng-Chieh Huang (5): > Add LINUXBOOT payload target > Use legacy timer in Linuxboot payload > Update maximum logic processor to 256 > Reserve Payload config in runtime services data > Add DISABLE_MMX_SSE to avoid generating floating points operation >=20 > Trammell Hudson (1): > LinuxBoot: use a text format for the configuration block. >=20 > UefiPayloadPkg/UefiPayloadPkg.dsc | 29 +- > UefiPayloadPkg/UefiPayloadPkg.fdf | 5 + > .../Library/LbParseLib/LbParseLib.inf | 39 ++ > UefiPayloadPkg/Include/Linuxboot.h | 58 +++ > .../Library/LbParseLib/LbParseLib.c | 348 > ++++++++++++++++++ > .../PciHostBridgeLib/PciHostBridgeSupport.c | 6 +- > .../UefiPayloadEntry/UefiPayloadEntry.c | 2 + > CryptoPkg/Library/OpensslLib/openssl | 2 +- > 8 files changed, 480 insertions(+), 9 deletions(-) > create mode 100644 UefiPayloadPkg/Library/LbParseLib/LbParseLib.inf > create mode 100644 UefiPayloadPkg/Include/Linuxboot.h > create mode 100644 UefiPayloadPkg/Library/LbParseLib/LbParseLib.c >=20 > Cc: Cheng-Chieh Huang > Cc: Daniel Schaefer > Cc: Trammell Hudson > Cc: Maurice Ma > Cc: Guo Dong > Cc: Benjamin You > -- > 2.32.0.402.g57bb445576-goog >=20 >=20 >=20 >=20 >=20