From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mx.groups.io with SMTP id smtpd.web10.7469.1603355137752507405 for ; Thu, 22 Oct 2020 01:25:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@9elements.com header.s=google header.b=Xm1Eq3GL; spf=pass (domain: 9elements.com, ip: 209.85.210.47, mailfrom: marcello.bauer@9elements.com) Received: by mail-ot1-f47.google.com with SMTP id m22so768744ots.4 for ; Thu, 22 Oct 2020 01:25:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=9elements.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/P9TQsczOCAdOB23UzggDuOfNDss/KqZ7x0u/6/MqlI=; b=Xm1Eq3GLGUOBb135LonqNmkOkPxVlF2TP3Dr9BkP7jOnW/TcLVXiHNiukQuu8SQc8c JVQgoAqcpSRLRFUFwxHHkn+LayWVtcGRRGKGPPh0bpVse27Dpb8e9WNXpcBdn7qK/UMt NxYE9NFEgONevG2C97pG7ge+aArQPnj8DFTAkee1l802ED001uZmc65nMWB0fOEIEMKl JIAi5GzM98H9NNxrTEcXdL1pNS1FeG7a7+8ueMzj637g41UERRjU3EZDu44Nd2dphDUK G1KOergDV3MiRJRSeRV70yjrmRM7SQ/Q+s9+aTCUXFS2mTrXeRYxrASH/j1KAFTEZ4SW wQow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/P9TQsczOCAdOB23UzggDuOfNDss/KqZ7x0u/6/MqlI=; b=jjCSv73dvdLOdjlD2d54dUOVm5PE+X8gDenZkdgA7E0Im0G77XXQsCKbuIs/V6uOa/ TGuGSZQh0Q9uKlCMQl71QltQOIaJxkgbZsrwctonXq3AiVHNzC5CVnjVV9lfWWQz7iXD j5cmgPA5EoiIRTiIdUnxrOn8L9oYagzf9tfs3pQbRsF4PFIYO/qRlrnoXhPP0jH3T3sl KX0R0i47MFP2ldAxmZxV01IVteRjL2lh3Bh5Ia3YEsmuWpcOtNRkEQC32lvgHYO2UzLL EjuRZksJTBV0DyHGk52eSbHBN/YbLoN5fsoNke+kK2Lh5QD66TgVasA2x6Nxz5LZoF1I PQQw== X-Gm-Message-State: AOAM5332OK2quVf5pqdAQHHbm6At3/I4AosEO23WvHHN5FHzt3v/ROyb W5tU4L3JiBxePPv4cyUfmgnlBSfBNswiGkwq9Flo5w== X-Google-Smtp-Source: ABdhPJzfOL78AOsksGe4s6qRZc5XTyM9BC5K9DZsGu/hmRYHfpr5NRaYqBnp9uMcYGZsmVOcsL/m/qXo+ASuPXYfFpo= X-Received: by 2002:a9d:6c4b:: with SMTP id g11mr1023582otq.265.1603355137072; Thu, 22 Oct 2020 01:25:37 -0700 (PDT) MIME-Version: 1.0 References: <20201013133338.27507-1-marcello.bauer@9elements.com> In-Reply-To: From: "Marcello Sylvester Bauer" Date: Thu, 22 Oct 2020 10:25:26 +0200 Message-ID: Subject: Re: [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32 To: "Ma, Maurice" Cc: "devel@edk2.groups.io" , "patrick.rudolph@9elements.com" , "Dong, Guo" , "You, Benjamin" Content-Type: multipart/alternative; boundary="00000000000064f5b405b23e35b1" --00000000000064f5b405b23e35b1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, As already mentioned, this patch fixes the current master build for the UefiPayloadPkgIa32 platform. Is it possible to merge this change soon? Sorry for the circumstances. thanks, Marcello On Tue, Oct 13, 2020 at 9:02 PM Ma, Maurice wrote: > Reviewed-by: > Maurice Ma > > > -----Original Message----- > > From: Marcello Sylvester Bauer > > Sent: Tuesday, October 13, 2020 6:34 > > To: devel@edk2.groups.io > > Cc: Marcello Sylvester Bauer ; > > patrick.rudolph@9elements.com; Ma, Maurice ; Dong= , > > Guo ; You, Benjamin > > Subject: [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32 > > > > This commit fix UefiPayloadPkgIa32 build in master. > > > > In commit 8028b2907e20b21cd7d69639a36ac82a77c81dc1 I did forget to set > > the default value for PcdPciExpressBaseSize on Ia32 Targets. This patch > does > > insert it afterwards. It would be great if it could be merged asap. > > > > PS: I added the Ia32 target to our CI to avoid this issue in future. > Sorry for the > > misfortune. > > > > v2: > > * Remove no longer required build-time PcdPciExpressBaseAddress > > > > Branch: https://github.com/9elements/edk2/tree/fix/UefiPayloadPkgIa32_V= 2 > > PR: https://github.com/tianocore/edk2/pull/1008 > > > > Marcello Sylvester Bauer (1): > > UefiPayloadPkg: Set default PciBaseSize on Ia32 > > > > UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > -- > > 2.28.0 > --=20 *[Marcello Sylvester Bauer]* 9elements Agency GmbH, Kortumstra=C3=9Fe 19-21, 44787 Bochum, Germany Email: [DEINE EMAIL ADDRESSE] Phone: *+49 234 68 94 188 <+492346894188>* Mobile: *+49 1722847618 <+491722847618>* Sitz der Gesellschaft: Bochum Handelsregister: Amtsgericht Bochum, HRB 17519 Gesch=C3=A4ftsf=C3=BChrung: Sebastian Deutsch, Eray Basar Datenschutzhinweise nach Art. 13 DSGVO --00000000000064f5b405b23e35b1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

As already mentioned, this patch fixes the curr= ent master build for the UefiPayloadPkgIa32 platform.
Is it possible to = merge this change soon?

Sorry for the circumstances.
=

thanks,
Marcello

On Tue, Oct 13, 2020 at 9:02 PM Ma, Maurice= <maurice.ma@i= ntel.com> wrote:
Reviewed-by:
Maurice Ma <ma= urice.ma@intel.com>

> -----Original Message-----
> From: Marcello Sylvester Bauer <marcello.bauer@9elements.com>
> Sent: Tuesday, October 13, 2020 6:34
> To: devel@ed= k2.groups.io
> Cc: Marcello Sylvester Bauer <marcello.bauer@9elements.com>;
> pat= rick.rudolph@9elements.com; Ma, Maurice <maurice.ma@intel.com>; Dong,
> Guo <guo.do= ng@intel.com>; You, Benjamin <benjamin.you@intel.com>
> Subject: [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia3= 2
>
> This commit fix UefiPayloadPkgIa32 build in master.
>
> In commit 8028b2907e20b21cd7d69639a36ac82a77c81dc1 I did forget to set=
> the default value for PcdPciExpressBaseSize on Ia32 Targets. This patc= h does
> insert it afterwards. It would be great if it could be merged asap. >
> PS: I added the Ia32 target to our CI to avoid this issue in future. S= orry for the
> misfortune.
>
> v2:
>=C2=A0 =C2=A0* Remove no longer required build-time PcdPciExpressBaseAd= dress
>
> Branch: https://github.com/9ele= ments/edk2/tree/fix/UefiPayloadPkgIa32_V2
> PR:=C2=A0 =C2=A0 =C2=A0https://github.com/tianocore/= edk2/pull/1008
>
> Marcello Sylvester Bauer (1):
>=C2=A0 =C2=A0UefiPayloadPkg: Set default PciBaseSize on Ia32
>
>=C2=A0 UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 3 +--
>=C2=A0 1 file changed, 1 insertion(+), 2 deletions(-)
>
> --
> 2.28.0


--
[Marcello Sylvester Bauer]<= /b>=C2=A0



9elements Agency GmbH, Kortumstra=C3=9Fe 19-2= 1, 44787 Bochum, Germany
Email:=C2=A0=C2=A0[DEINE EMA= IL ADDRESSE]
Phone:=C2=A0=C2=A0+49 234= 68 94 188
Mobile:=C2=A0=C2=A0+49 1722847618

Sitz der Gesellschaft: Bochum
=
Handelsregister: Amtsgericht Bochum= , HRB 17519
Gesch=C3=A4= ftsf=C3=BChrung: Sebastian Deutsch, Eray Basar
<= /div>
--00000000000064f5b405b23e35b1--