From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8BB0C21DF8078 for ; Tue, 29 Aug 2017 02:44:34 -0700 (PDT) Received: by mail-io0-x231.google.com with SMTP id d81so15987378ioj.4 for ; Tue, 29 Aug 2017 02:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=KtEbNIyIYYVCX40eUYZ+lehIbNjE8O5TjgrMXU8ljZQ=; b=fGCrrD0rhl06k5RTq3KZClt9CX83vT5Sp8kJX/DUUrIVq2wh0VLlN1CxAUazhDogdj SePuQlUzgdT87ix3RkhgOryMtpUmf6DnzlZZWNDkuMc2qIwOJ5zVqo+wkKvHDqvrWbs4 9wAY47L53+tIVC1GFv2U/o3fhSkXEnNifERYQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=KtEbNIyIYYVCX40eUYZ+lehIbNjE8O5TjgrMXU8ljZQ=; b=VW1pwr4pzL3edwy+H0/NwuOV4sDqJ4NZVqKgYenzbSPXwSreuoVnaW4pW95SiyC8uS PreKjwBn2NnNU87r8dQCdoY7J8JmG8ZhzrBsKe3O1qWtkmy8RTUqYA5LRYPep0/Zmtoj N0YyahCQEnlitlLA/XumrRvOvDCxTtey8VogZ3ClK7WFhOhq3VstymWWwfthK96ZHWvx CPPkp7L6P0Ur/GGGhnUQGRJeewUOyrgpl5WZmfUrwi0DPvxK7QSf6lRE5C4hcmfbfLZa OQVmAf/cCbLLXftHmdCh4O/aiUAfHHhZErwD1QkG8itakqrgQNBy4VAjvjhfEYYoikm9 x2xA== X-Gm-Message-State: AHYfb5j5C+R60meVt488J0p6MNyNmy2tLUyFej7RJ/Bt5Qxf7GmJHm9I ivMm+hvEIktCScSbxe8GRhKhdAY/B36q X-Received: by 10.107.157.78 with SMTP id g75mr3324391ioe.190.1504000033862; Tue, 29 Aug 2017 02:47:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.162.1 with HTTP; Tue, 29 Aug 2017 02:47:13 -0700 (PDT) In-Reply-To: <20170829081710.7896-1-qin.long@intel.com> References: <20170829081710.7896-1-qin.long@intel.com> From: Ard Biesheuvel Date: Tue, 29 Aug 2017 10:47:13 +0100 Message-ID: To: Long Qin Cc: "Zhang, Chao B" , Laszlo Ersek , "edk2-devel@lists.01.org" Subject: Re: [PATCH] SecurityPkg: Add ARM/AARCH64 arch to enable RngTest module build. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 09:44:34 -0000 Content-Type: text/plain; charset="UTF-8" On 29 August 2017 at 09:17, Long Qin wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=680 > > Adding ARM and AARCH64 to SUPPORTED_ARCHITECTURES in SecurityPkg.dsc > to enable RngTest module build, since this is one platform-independent > application. > > Cc: Chao Zhang > Cc: Laszlo Ersek > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qin Long Reviewed-by: Ard Biesheuvel > --- > SecurityPkg/Application/RngTest/RngTest.inf | 2 +- > SecurityPkg/SecurityPkg.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/SecurityPkg/Application/RngTest/RngTest.inf b/SecurityPkg/Application/RngTest/RngTest.inf > index 334cff45b0..55510f709a 100644 > --- a/SecurityPkg/Application/RngTest/RngTest.inf > +++ b/SecurityPkg/Application/RngTest/RngTest.inf > @@ -27,7 +27,7 @@ > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 > +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 > # > > [Sources] > diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc > index 8b9240374c..bb7147ec75 100644 > --- a/SecurityPkg/SecurityPkg.dsc > +++ b/SecurityPkg/SecurityPkg.dsc > @@ -19,7 +19,7 @@ > PLATFORM_VERSION = 0.97 > DSC_SPECIFICATION = 0x00010005 > OUTPUT_DIRECTORY = Build/SecurityPkg > - SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC > + SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64 > BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > -- > 2.14.1.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel