From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.1107.1574669192101444580 for ; Mon, 25 Nov 2019 00:06:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=WWGDE8c4; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574669191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XebjmCiaxWdhxMqCOYbis1HwO7zmkAXAvauQbmGzWkY=; b=WWGDE8c4HQ6Tgkh4nKwbCCQ8JI/XXHNOqcbC3CE9riMHBE21jrAkovBJr2ezuORgsPwtJP 063hbkWazv80JJ7qoPmdCxbIGAt9n8dGBdUXPXCnjEQxJio//2v9czuMn62kEBgYn7a2+e 7ryUpu5HNFcFL1BPgWClsM2bsIHUxkc= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-178-bg4Y1k3tOASl7J2A6STfZA-1; Mon, 25 Nov 2019 03:06:28 -0500 Received: by mail-wr1-f71.google.com with SMTP id q12so8421832wrr.3 for ; Mon, 25 Nov 2019 00:06:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=V1LVpbm3xVlCIE30iJ897DHMJsSRjiRH1w6KlIjPLLM=; b=ENjOd6J018OhQe22JEa8EENl82z29xe3+kiu5ngQ7lcUMIJsRay/DdkO0PTuso+FGJ IEmbRQHVdJfHQTYTEccrcrzAii78Jdy29qkjoH8+wMmNfBt+1f5LHB5GZ4hfJbFrPtQu xDcTbepyU90ugflc/2eBA1ywGmyvLFbkxaxnuR17uzS4dUNzS3pEk1os5XtzsTDBLJWY fQhPwHF/CK6UIva5Mjpes0MZHy0zFURigH1kYHRsfRVlhUCONuueaUzO8bC0G66y1JbR btSDSieTYZnt9Z4rP5I4oJdPV0yony5rE/llsDXV4yotA/kMnCVi3G6Woc6T34TOKXzy u+ow== X-Gm-Message-State: APjAAAX/JIV9Rjco/jAnBNFGEZ37rsnTRX1Wx4Jilmo8uUcFkZVlyO3A gw8rnYVApxcmWCSy9d1SCZhH9Ch585rhpD/ncf7JC5ailH/7P21HqxZno9E6EqLNApM0Qz3HSj9 c+RcAMfqW8xx+Wg== X-Received: by 2002:adf:f688:: with SMTP id v8mr13333556wrp.147.1574669187241; Mon, 25 Nov 2019 00:06:27 -0800 (PST) X-Google-Smtp-Source: APXvYqx3epcnFMq+luQsFcRGTJXKXbmsnMjMXmsoJFUyTMYh1N0mIomNrw9Km8kUusBWorMzUSLyag== X-Received: by 2002:adf:f688:: with SMTP id v8mr13333538wrp.147.1574669187111; Mon, 25 Nov 2019 00:06:27 -0800 (PST) Return-Path: Received: from [192.168.1.35] (182.red-88-21-103.staticip.rima-tde.net. [88.21.103.182]) by smtp.gmail.com with ESMTPSA id a206sm7802444wmf.15.2019.11.25.00.06.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Nov 2019 00:06:26 -0800 (PST) Subject: Re: [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf To: Zhiguang Liu , devel@edk2.groups.io Cc: Liming Gao , Jian J Wang , Hao A Wu , Leif Lindholm References: <20191125015757.43032-1-zhiguang.liu@intel.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: <1610d5b2-61ff-805f-370e-a90d902210da@redhat.com> Date: Mon, 25 Nov 2019 09:06:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191125015757.43032-1-zhiguang.liu@intel.com> X-MC-Unique: bg4Y1k3tOASl7J2A6STfZA-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 11/25/19 2:57 AM, Zhiguang Liu wrote: > Updated VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf file >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2382 >=20 > Cc: Liming Gao > Cc: Jian J Wang > Cc: Hao A Wu > Cc: Leif Lindholm > Cc: Philippe Mathieu-Daud=C3=A9 > Reviewed-by: Liming Gao >=20 > Signed-off-by: Zhiguang Liu > --- > MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.in= f | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecom= pressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecom= pressLib.inf > index e8061f54f9..4ed1d83a40 100644 > --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLi= b.inf > +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLi= b.inf > @@ -25,7 +25,7 @@ > # > # The following information is for reference only and not required by t= he build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 > +# VALID_ARCHITECTURES =3D IA32 X64 AARCH64 ARM > # > =20 > [Sources] >=20 Reviewed-by: Philippe Mathieu-Daude