From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::230; helo=mail-wm0-x230.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 BA7F721CEB121 for ; Tue, 31 Oct 2017 22:14:55 -0700 (PDT) Received: by mail-wm0-x230.google.com with SMTP id p75so2622106wmg.3 for ; Tue, 31 Oct 2017 22:18:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=2nF9YIQHm7/A3BAVlRF65cPvVA9168Dr46rGl9VLbII=; b=efuQnRB/vWK/iXNE+KGeHn8kKrNdQedERo5ByIc4Vw/Rm6iJOn5gJd751h4jVQmPkX Fl7bCyEdBDOWBEFDSf15xnBqrqe6hvpgTbMyzm/2Bvmcap1hglf0YWnWQYlww1bManQ6 8C9NlYxkbKe1ZBj/7TR/L3AUsO5lEW0coDuio= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=2nF9YIQHm7/A3BAVlRF65cPvVA9168Dr46rGl9VLbII=; b=U6qsEX7LJ+wwPYhIbypMJWgSQ+h/oKK+q4XZHd20kX/mokwGcqfjQEAFlNmL8qWtl0 j2dcXcM01k1H5hGbxhstl0niewWZw4JLqZEXAYN0A1I7S6OVPpGagQspfQ1UD8OuAbI2 /4U3JjWxVCA3D5IyVGlih+tFqRg8ka4pNIHDldypjmo5K5jtWXi1zJjuCbAks6dBTFPp GYc+O9ib6b0mzOC9Td42hFnzYuF+L7kUom6edtwV8c8f22H2isFPbe1E9D2jhLvAIOCl eu8xiU5wbzWEiZ+ALXH3gEgXGn87mRmgmNYk7w1EoXDgS/m28HRQhJlqMTQfj0Yq2rnf 7PBg== X-Gm-Message-State: AMCzsaUZoJlwHIWdkcz0PtSHThNVfqblA/GyHnngsDbmeFdbp2ADpEQX kzEEbUTQq325TYyMNuEFU1ViYg== X-Google-Smtp-Source: ABhQp+SRL70EYOgj0bNm95OyN+5hSsMBttslnC39+xU8054NQsTaYLZM4VqsJXuQXDWwPpqgYFU7mw== X-Received: by 10.28.224.87 with SMTP id x84mr3374911wmg.118.1509513526884; Tue, 31 Oct 2017 22:18:46 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l9sm1560745wrf.70.2017.10.31.22.18.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 Oct 2017 22:18:45 -0700 (PDT) Date: Wed, 1 Nov 2017 05:18:44 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, graeme.gregory@linaro.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org, methavanitpong.pipat@socionext.com Message-ID: <20171101051844.3zmi53mxxznp6ixh@bivouac.eciton.net> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> <20171031105218.30208-25-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171031105218.30208-25-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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 05:14:56 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. / Leif