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:c0c::231; helo=mail-wr0-x231.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::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 0836021CEB121 for ; Tue, 31 Oct 2017 21:49:51 -0700 (PDT) Received: by mail-wr0-x231.google.com with SMTP id l1so937762wrc.3 for ; Tue, 31 Oct 2017 21:53:44 -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=WcCoDrzYBjvN6meocZKpcP/71f/w296ikBMYFPAas/0=; b=jurGpGNW5ncK/2jacZWXUEPa3xQxRxKjFoHRS7aV8uCes2yu9rU6qnD0biTP3anQ6C GAV3BTVZKzzlFenyz8MZWgCuLNNOlsSVqW0hF463DJcjHuo3JPjabBvsKiTQBQIeA7cr FZgcvGGCt3f3yeXrjRmP7ZIJS9kkBJeO/vTHc= 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=WcCoDrzYBjvN6meocZKpcP/71f/w296ikBMYFPAas/0=; b=cJWzALA2YUSqTd/0Uidrms0lWHR/am3p93zHUhsmx8DASl7XPHzHzKQqHjLfHAWROb 9jWCG4/0GILOHfflfOCH8179j16mvlg9gCULDedCZpQswdSmoFLKkyg2Z3P8zNuHOX/w Tx5di66AEnVDX4iTASOtPGdC9nJ0n1mdY/p6+yRHcxAZY8evLvv2fXWiGdM4afXqMMtj JaeRzA8Uvs2zRE5US8/N6fjqUo8rVkFEUkiiNSdvMYfbYasPzN1LmDbqHsU+EJReP1P1 OTBPcrLPsX78RbhLKSLpWlM28eSubynzFn5lVn93YmcmxqO+gA0y4LbNDsvIBJN10/Ge n8Yw== X-Gm-Message-State: AMCzsaXakHmcEyth4UlMou9TiayaMIMGOiyhoEfTfEKL3zpwA7KHa6f5 vYsABdvRnVmSSMON0WyFmWeQtg== X-Google-Smtp-Source: ABhQp+STypcCDHuy2bMowywrYqoEdw/0i8ZRa5r+GInyfMAekyi8vqkmx/4OP9KZzDAWmpUvn11SMQ== X-Received: by 10.223.188.133 with SMTP id g5mr3331474wrh.204.1509512023107; Tue, 31 Oct 2017 21:53:43 -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 f140sm2659783wmd.27.2017.10.31.21.53.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 Oct 2017 21:53:42 -0700 (PDT) Date: Wed, 1 Nov 2017 04:53:40 +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: <20171101045340.4r5a2emwedmrkbwi@bivouac.eciton.net> References: <20171031105218.30208-1-ard.biesheuvel@linaro.org> <20171031105218.30208-7-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171031105218.30208-7-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v3 06/27] Platform: add support for Socionext SynQuacer eval board 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 04:49:52 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 31, 2017 at 10:51:57AM +0000, Ard Biesheuvel wrote: > This is a barebones port based on the .DSC/.FDF and ArmPlatformLib > code provided by Socionext. It can boot into the UiApp menu screen > or the UEFI Shell, but lacks support for any peripherals. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm