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::22c; helo=mail-wr0-x22c.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (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 ED720203525ED for ; Thu, 26 Oct 2017 10:11:20 -0700 (PDT) Received: by mail-wr0-x22c.google.com with SMTP id u40so3872700wrf.10 for ; Thu, 26 Oct 2017 10:15:07 -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=xupqs/7tqIb/zCRil+P15moCsBLVVmSy078t2Y9iAYU=; b=V1mRn7DgHBF/9I1Y5GQSMXu3/ZbZ3j9O6ST0cpc5dd6efhZfZgdkL93GQYblU3nAcY bA5EXfbaz5QMiKDJi+vJ27d7lliwo/6pMizsqejbXuqjvDmSIJlMWsOZ0C6mRVcLllUW BNOWITafU2LUU/PFIuqgR2e//I6opp/Vz4KGs= 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=xupqs/7tqIb/zCRil+P15moCsBLVVmSy078t2Y9iAYU=; b=eKMtIwfpNPtI7+LCW3APyrcS9ypTmxSWo6BopdLHEc/dHuFfS48kDv2m1LL/7b846O Bsb9PAQpN7jDXlun6w6ZbgiCYktqdqpCrXrk45r7SzGfA/y/VxN+XbjvY2fqVTr/fFBQ VOim8TJsPvThuvkbehv/h/0EU7tgQfzfy0Xp/tDECbOzzWqOgBBfErMecSQQ560hI9iU YVUzxyRhZIS6fgEyCRSfybomoiYXZX69+Fi+cSGsNnwxxUHngTIJZfUWUe1IzIaE6hLi wS4peDFmXFvXaQt34UOkytyq/S2WFRSgll5PXCuGHKdblIKnGcEAqCZYkYbbnSBpSP1P A47Q== X-Gm-Message-State: AMCzsaXYDy30Nk4yGVOOisywUlLS+N+mC5cFegGFgWS9gw8lV8XtJa3B Pq05RgpeiLaL2aK5WBzpXVt+Vua3DTY= X-Google-Smtp-Source: ABhQp+RYyg3wzFXro+lRPCvf0ipyprqByZgVY3mwYJoKDBehrNCoKOHFQQm3UHZCPQcVjV12AcCUww== X-Received: by 10.223.189.148 with SMTP id l20mr6002716wrh.188.1509038105989; Thu, 26 Oct 2017 10:15:05 -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 l43sm5362672wrl.40.2017.10.26.10.15.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Oct 2017 10:15:05 -0700 (PDT) Date: Thu, 26 Oct 2017 18:15:03 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, daniel.thompson@linaro.org, masami.hiramatsu@linaro.org Message-ID: <20171026171503.57gl5tpey262trsb@bivouac.eciton.net> References: <20171025175947.22798-1-ard.biesheuvel@linaro.org> <20171025175947.22798-12-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171025175947.22798-12-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 11/23] Silicon/SynQuacer: add device tree support for 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: Thu, 26 Oct 2017 17:11:21 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 25, 2017 at 06:59:35PM +0100, Ard Biesheuvel wrote: > Add a device tree description of the SynQuacer SoC, and expose it for > the SynQuacerEvalBoard platforms. This includes the menu option in the > UEFI boot menu to switch between ACPI and DT. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Looks plausible, plus I've used it in anger. Reviewed-by: Leif Lindholm / Leif