From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 9F9112217CE3E for ; Fri, 8 Dec 2017 08:31:26 -0800 (PST) Received: by mail-it0-x242.google.com with SMTP id f190so5903488ita.5 for ; Fri, 08 Dec 2017 08:36:01 -0800 (PST) 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=9Q+dnUSWefh0ttly3D7kGbU7fxYZCbNRhcf/ga5gj+g=; b=BvLlOakAeuvANikZ0/0foYs0w9A/RFNTpKtfMFN2ymD1C9JT/kMhD58tnOo91YLpB0 dFrLRP00TU8MHKQsxR3pgu3n+6eyn9eVaJ/SzEh9khApp0dEH5q30n5mKgJ3gXK6kTod ZKLC9uAcIpTWLYP6E81Cn7GgGGxjeOdP2DppU= 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=9Q+dnUSWefh0ttly3D7kGbU7fxYZCbNRhcf/ga5gj+g=; b=QDXPodtviJinNmBCI4Fzmf3EXEjofr3+LPa4yNUobIg/dreNkRqGxdynsWe7FYl/5m DOzk8bPH4aUaaNE/udTVLFTC7Uwkzok7hAo3WGRXDwM7NNU4s5jwxNJelC5XDceCOjDn IQAugtRpoS7hkqWjlbHBSuzryMAfGZ+HQRs8/fgCzSThgdKo9wSyCF6aGd2mJ0yeQfZu OVJNe66Ov7smwGYHFTsJXBQkmXyQBvN/xdeDY4ojLIriJwUdJrC72WfXPYJ8vSZOjefZ QV7q5VBW34EchPU7sS8EeuJRWN2h/OKRfQ+nsZNTgrNvRTU1dsdKR4MmfCY+zoQeJ2h/ xiNA== X-Gm-Message-State: AKGB3mIms2utb/cKKYDul5zdOtdYXbh/NzbDxjMUnLHMh1geSkksWNiR RpHVolWQ9GCLQfhN8bgp5i61GPTgEyf7QILOloj1wc7oJ1g= X-Google-Smtp-Source: AGs4zMbZqg1G51cNJqGGk5MPTyiBpVlQPO71Fsh1sjX7yuCrCvxdN+BFBmiKa3ZVMsmy6IpKvE96PAj8SKPkGk9camA= X-Received: by 10.36.55.138 with SMTP id r132mr6346965itr.34.1512750960448; Fri, 08 Dec 2017 08:36:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Fri, 8 Dec 2017 08:35:59 -0800 (PST) In-Reply-To: <20171208161949.7qwrg5zj4qs4v7jm@bivouac.eciton.net> References: <20171205101326.23732-1-ard.biesheuvel@linaro.org> <20171205101326.23732-6-ard.biesheuvel@linaro.org> <20171208161949.7qwrg5zj4qs4v7jm@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 8 Dec 2017 16:35:59 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH 5/5] ArmPlatformPkg: add package .DSC file 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: Fri, 08 Dec 2017 16:31:26 -0000 Content-Type: text/plain; charset="UTF-8" On 8 December 2017 at 16:19, Leif Lindholm wrote: > On Tue, Dec 05, 2017 at 10:13:26AM +0000, Ard Biesheuvel wrote: >> Now that we have removed all the cruft from ArmPlatformPkg, add a .DSC >> file that builds all the remaining components standalone, i.e., outside >> of the context of any particular platform. This is primarily intended >> for build time testing. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel >> --- >> ArmPlatformPkg/ArmPlatformPkg.dsc | 121 ++++++++++++++++++++ >> 1 file changed, 121 insertions(+) >> >> diff --git a/ArmPlatformPkg/ArmPlatformPkg.dsc b/ArmPlatformPkg/ArmPlatformPkg.dsc >> new file mode 100644 >> index 000000000000..032942e87891 >> --- /dev/null >> +++ b/ArmPlatformPkg/ArmPlatformPkg.dsc >> @@ -0,0 +1,121 @@ >> +#/** @file >> +# ARM platform package. >> +# >> +# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.
>> +# Copyright (c) 2011 - 2015, ARM Ltd. All rights reserved.
>> +# Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.
>> +# >> +# This program and the accompanying materials >> +# are licensed and made available under the terms and conditions of the BSD License >> +# which accompanies this distribution. The full text of the license may be found at >> +# http://opensource.org/licenses/bsd-license.php >> +# >> +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, >> +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. >> +# >> +#**/ >> + >> +################################################################################ >> +# >> +# Defines Section - statements that will be processed to create a Makefile. >> +# >> +################################################################################ >> +[Defines] >> + PLATFORM_NAME = ArmPlatformPkg >> + PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544 >> + PLATFORM_VERSION = 0.1 >> + DSC_SPECIFICATION = 0x0001001A >> + OUTPUT_DIRECTORY = Build/ArmPlatform >> + SUPPORTED_ARCHITECTURES = ARM|AARCH64 >> + BUILD_TARGETS = DEBUG|RELEASE > > DEBUG|NOOPT|RELEASE ? > Tested with clang/gcc ARM/AARCH64. > Feel free to fold that in, or not. > Yeah good point. > For the series: > Reviewed-by: Leif Lindholm > Thanks! Pushed as a8406340bdf2..2b129e87c0f4 (with NOOPT added)