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:c06::234; helo=mail-io0-x234.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 C248221C913B6 for ; Wed, 1 Nov 2017 01:27:22 -0700 (PDT) Received: by mail-io0-x234.google.com with SMTP id d66so3591568ioe.5 for ; Wed, 01 Nov 2017 01:31:15 -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=227YlX+XdDUU/bMi+eRba9wZWZoEGzIPaoXh5FZmTdM=; b=Jb/YhtXKb5ZaptnE+GNiJFnSWsHjnJFFg7zVxa3BxOK5laBbUrgCyFjXSfxOLz4aCe t6S3uT8wlSLGF/fvBnxw77It2ddQEXLVYwy9svuiCsxVzuT3+ECnN0CSkKmSudjrTzQi DCjFUjJWntjokVRaye8bwngR329UwjlYZMvTY= 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=227YlX+XdDUU/bMi+eRba9wZWZoEGzIPaoXh5FZmTdM=; b=JOWoqokw9+ElRmXTbPW0HfJwrbyLRjjV3OjodtR61l5Zkf5vCZMHp6Z+diZ+apSWv3 qq4/lnSVd65+gZGHtBAOqTMxF2GrrAQ8B0PQ7cdj8/nMhK5EyFgprsO7IYSMqwWBGOJt ntEvWK8C7DwqLGIIkyoyKt91iuI83eOF8UKc5qBCZz7n2VBdDk9NKZaBuFMBaVt6jp2J IP1G83EuUCdqAEk2Bh10Rja97guBtcKFlyUrwYRpGtgzGuqY1RgWlUVrCY/e32X8ukl9 dB+DFC37xA2zBENTrO/14uUNZDtauvrFrff0DHGIuHKENB+PUQ8qf9kuFRNQSoR5ghId ZajQ== X-Gm-Message-State: AMCzsaV6FHCLq2Xt5NyFH2+A9cVgawwTbqpLk+YQwwycHBu7CAbNgy9S qVJkfDfYsHPqnUIyccza56z0Le/PZ4MzD1J3dM369w== X-Google-Smtp-Source: ABhQp+Rmlc0nm/WQ7BrwiraVRe9hXbB7bE/v+YtjR4MZ01yyZ3wM5MPgQmcggwlZRt7MzLJDtks2Drru87H4eZ/kH28= X-Received: by 10.107.142.208 with SMTP id q199mr5998965iod.186.1509525074519; Wed, 01 Nov 2017 01:31:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Wed, 1 Nov 2017 01:31:14 -0700 (PDT) In-Reply-To: <20171101051844.3zmi53mxxznp6ixh@bivouac.eciton.net> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> <20171031105218.30208-25-ard.biesheuvel@linaro.org> <20171101051844.3zmi53mxxznp6ixh@bivouac.eciton.net> From: Ard Biesheuvel Date: Wed, 1 Nov 2017 08:31:14 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Graeme Gregory , Daniel Thompson , Masami Hiramatsu , =?UTF-8?B?UGlwYXQv44Oh44K/44Ov44OL44OD44OI44Od44OzIOODlOODkeODg+ODiA==?= Subject: Re: [PATCH edk2-platforms v3 24/27] Platform/Socionext: add support for Socionext Developer Box rev 0.1 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: Wed, 01 Nov 2017 08:27:23 -0000 Content-Type: text/plain; charset="UTF-8" On 1 November 2017 at 05:18, Leif Lindholm wrote: > On Tue, Oct 31, 2017 at 10:52:15AM +0000, Ard Biesheuvel wrote: >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > For itself: > Reviewed-by: Leif Lindholm > > However, this patch has an ordering dependency on the arm-tf binary > being added to edk2-non-osi. > Yeah, I wondered about that: given that the ARM-TF binary is just provided for convenience, but built from source that is available under a compatible license, it does not actually belong in edk2-non-osi, and I could just add it under Platform/Socionext/DeveloperBox/Binary instead.