From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 979E5AC17E0 for ; Wed, 15 Jan 2025 18:53:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=y4iaoT5T4MhbszC2p8Pxjo6ZamZJxcEL6qyaPz2p1Eg=; c=relaxed/simple; d=groups.io; h=Subject:To:From:User-Agent:MIME-Version:Date:References:In-Reply-To:Message-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240830; t=1736967180; v=1; x=1737226379; b=YDi6vawV9N7oGcuul3ldLTMUcLc2Fv1+o8FiKyP8QBkU2dvP9UQT9uf5rh/r2YDMDtbDtjI1 kjvxhbWCJh7DAMT6SvSbuna9x96PSsfZTnSsPRjKO9MFYUpHm1iVOlVugLigcG/7EfuWQfRY+gy 0avB9n5ImEPBBE0JMesT9othqaumYgxdX3aC6OG85rNvvkjmS2hAF5S3SgLuOU9HOwz0yxjx3MT Jzv0SecJPQKbcboB7z0OcKdKk2DDqRAnY7ZbjnE8v5dd46fvpokW+yiDJG+GsDG0lYuUdfNRqme pfA5iIul5jRowyLZlgrWHgXf7YLTLwGSwEdGwUFIsISqQ== X-Received: by 127.0.0.2 with SMTP id yO8IYY7687511xrmkytltcYA; Wed, 15 Jan 2025 10:52:59 -0800 Subject: Re: [edk2-devel] Expansion of ARCH in .dsc files To: "Leif Lindholm" , devel@edk2.groups.io From: "Ajan" X-Originating-Location: (103.181.1.12) X-Originating-Platform: Mac Chrome 131 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Thu, 09 Jan 2025 05:37:17 -0800 References: In-Reply-To: Message-ID: <8177.1736429837053299773@groups.io> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ajan.zhong@newfw.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 4LGL2yWqnQMSFK1Tn8g5J7zbx7686176AA= Content-Type: multipart/alternative; boundary="QHrmjVYetYE2dUsZpVgs" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=YDi6vawV; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io --QHrmjVYetYE2dUsZpVgs Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, UefiPayloadPkg succeed to pass Azure Pipeline now, TARGET_UEFIPAYLOAD has b= een separated into two targets: TARGET_UEFIPAYLOAD_IA32_X64 for GCC5 and VS20222, TARGET_UEFIPAYLOAD_AARCH6= 4_GCC_ONLY for GCC5 only. TARGET_UEFIPAYLOAD_IA32_X64: Build.Pkgs: 'UefiPayloadPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' Build.Archlist: 'IA32,X64' ${{ if eq(parameters.tool_chain_tag, 'GCC5') }}: TARGET_UEFIPAYLOAD_AARCH64_GCC_ONLY: Build.Pkgs: 'UefiPayloadPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' Build.Archlist: 'AARCH64' The changes have been submitted to EDK2 repo for review, here is the link i= f you have interest: https://github.com/tianocore/edk2/pull/6545 Thanks again. -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#121003): https://edk2.groups.io/g/devel/message/121003 Mute This Topic: https://groups.io/mt/110483263/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --QHrmjVYetYE2dUsZpVgs Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi all,
UefiPayloadPkg succeed to pass Azure Pipeline now,  TARGET_UEFIPAYLOAD has b= een separated into two targets:
TARGET_UEFIPAYLOAD_= IA32_X64 for GCC5 and VS20222, TARGET_UEFIPAYLOAD_AARCH6= 4_GCC_ONLY for GCC5 only.
 

&n= bsp;     TARGET_UEFIPAYLOAD_IA32_X64:

&n= bsp;       Build.Pkgs: 'UefiPayloadPkg'

&n= bsp;       Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NO= OPT'

&n= bsp;       Build.Archlist: 'IA32,X64'

&n= bsp;     ${{ if eq(parameters.tool_chain_tag, 'GCC5') }}: =

&n= bsp;       TARGET_UEFIPAYLOAD_AARCH64_GCC_ONLY:

&n= bsp;         Build.Pkgs: 'UefiPayloadPkg'=

&n= bsp;         Build.Targets: 'DEBUG,RELEASE,NO-TA= RGET,NOOPT'

&n= bsp;         Build.Archlist: 'AARCH64'

 

Th= e changes have been submitted to EDK2 repo for review, here is the link if = you have interest: https://github.com/tianocore/edk2/pull/6= 545

 

Th= anks again.                  &= nbsp;                  =

 
_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#121003) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--QHrmjVYetYE2dUsZpVgs--