From: "Guo Dong" <guo.dong@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Dong, Guo" <guo.dong@intel.com>,
Marcello Sylvester Bauer <marcello.bauer@9elements.com>,
"Ma, Maurice" <maurice.ma@intel.com>
Cc: "patrick.rudolph@9elements.com" <patrick.rudolph@9elements.com>,
"You, Benjamin" <benjamin.you@intel.com>
Subject: Re: [edk2-devel] [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32
Date: Fri, 23 Oct 2020 22:36:44 +0000 [thread overview]
Message-ID: <BYAPR11MB362256F7736FAD8292ACB4199E1A0@BYAPR11MB3622.namprd11.prod.outlook.com> (raw)
In-Reply-To: <16407F3C2F4AEB24.28553@groups.io>
[-- Attachment #1: Type: text/plain, Size: 4085 bytes --]
Hi Marcello,
It looks there is issue for the CI tool to complete all the checks. So I just closed this PR.
And I just created another PR https://github.com/tianocore/edk2/pull/1046 to remove PEI phase from UEFI payload.
If the new patch is approved, we don’t need this patch to update DSC file.
In the new patch, UEFI payload would use a single DSC file to support X64, IA32X64 and possibly IA32 build.
Please have a look at that PR and let me know if you have any comments.
Thanks,
Guo
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Guo Dong
Sent: Thursday, October 22, 2020 7:49 PM
To: Marcello Sylvester Bauer <marcello.bauer@9elements.com>; Ma, Maurice <maurice.ma@intel.com>
Cc: devel@edk2.groups.io; patrick.rudolph@9elements.com; You, Benjamin <benjamin.you@intel.com>
Subject: Re: [edk2-devel] [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32
Hi Marcello,
Sorry for late response. I created a pull request https://github.com/tianocore/edk2/pull/1044 to merge this patch 2 hours ago.
Hopefully it could be merged soon after all the checks.
Thanks,
Guo
From: Marcello Sylvester Bauer <marcello.bauer@9elements.com<mailto:marcello.bauer@9elements.com>>
Sent: Thursday, October 22, 2020 1:25 AM
To: Ma, Maurice <maurice.ma@intel.com<mailto:maurice.ma@intel.com>>
Cc: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; patrick.rudolph@9elements.com<mailto:patrick.rudolph@9elements.com>; Dong, Guo <guo.dong@intel.com<mailto:guo.dong@intel.com>>; You, Benjamin <benjamin.you@intel.com<mailto:benjamin.you@intel.com>>
Subject: Re: [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32
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 <maurice.ma@intel.com<mailto:maurice.ma@intel.com>> wrote:
Reviewed-by:
Maurice Ma <maurice.ma@intel.com<mailto:maurice.ma@intel.com>>
> -----Original Message-----
> From: Marcello Sylvester Bauer <marcello.bauer@9elements.com<mailto:marcello.bauer@9elements.com>>
> Sent: Tuesday, October 13, 2020 6:34
> To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
> Cc: Marcello Sylvester Bauer <marcello.bauer@9elements.com<mailto:marcello.bauer@9elements.com>>;
> patrick.rudolph@9elements.com<mailto:patrick.rudolph@9elements.com>; Ma, Maurice <maurice.ma@intel.com<mailto:maurice.ma@intel.com>>; Dong,
> Guo <guo.dong@intel.com<mailto:guo.dong@intel.com>>; You, Benjamin <benjamin.you@intel.com<mailto:benjamin.you@intel.com>>
> 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_V2
> 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
--
[Marcello Sylvester Bauer]
[http://static.9elements.com/logo-signature.png]
9elements Agency GmbH, Kortumstraße 19-21, 44787 Bochum, Germany
Email: [DEINE EMAIL ADDRESSE]<https://static.9elements.com/email_signatur.html>
Phone: +49 234 68 94 188<tel:+492346894188>
Mobile: +49 1722847618<tel:+491722847618>
Sitz der Gesellschaft: Bochum
Handelsregister: Amtsgericht Bochum, HRB 17519
Geschäftsführung: Sebastian Deutsch, Eray Basar
Datenschutzhinweise nach Art. 13 DSGVO<https://9elements.com/privacy>
[-- Attachment #2: Type: text/html, Size: 13392 bytes --]
next prev parent reply other threads:[~2020-10-23 22:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 13:33 [PATCH v2 0/1] UefiPayloadPkg: Set default PciBaseSize on Ia32 Marcello Sylvester Bauer
2020-10-13 13:33 ` [PATCH v2 1/1] " Marcello Sylvester Bauer
2020-10-13 19:00 ` Ma, Maurice
2020-10-13 19:02 ` [PATCH v2 0/1] " Ma, Maurice
2020-10-22 8:25 ` Marcello Sylvester Bauer
2020-10-23 2:49 ` Guo Dong
[not found] ` <16407F3C2F4AEB24.28553@groups.io>
2020-10-23 22:36 ` Guo Dong [this message]
2020-11-09 10:47 ` [edk2-devel] " Marcello Sylvester Bauer
2020-11-10 4:13 ` Guo Dong
2020-11-10 13:23 ` Marcello Sylvester Bauer
2020-11-10 19:28 ` Guo Dong
2020-11-11 17:51 ` Patrick Rudolph
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BYAPR11MB362256F7736FAD8292ACB4199E1A0@BYAPR11MB3622.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox