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::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 5D9982215BD8E for ; Mon, 29 Jan 2018 07:45:23 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id v71so34647746wmv.2 for ; Mon, 29 Jan 2018 07:50:57 -0800 (PST) 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=tvkaj0/ntLdCEL6tpEIyo3kJ+ZC1a5eiE1aeHM/s+Ns=; b=WW+18sjMKcaw2XPyCIZEU1MtuNZhs6X0hi0HrLOKSc06LKPJ0BDxi7gMkm+vianTHh GddDC4NrpHcg6G5jrH19zkiCFv2MtZRyneTHh3YG4K9XBBJDjxyqGzleBosmoCN9GFSs 3gpwKlYqVfEZULQO0sPLlJuLBZXWJ1kkFO9EA= 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=tvkaj0/ntLdCEL6tpEIyo3kJ+ZC1a5eiE1aeHM/s+Ns=; b=cWRA9FAecRtuc9/HilFbsPunAm+LJDwfRqOxhOpf9nUcuViWzmd7TQ6dHOZWsxiUFL TxCc42Hrkny66FhCnufnQRPYZi9OX5oqq+mm6cTS++RGN19XSOVFM8vtNe+Kc1AByL3h Np0Big6Aps2ELoYdSOO9ywbw0cDIhwYkBZpkAIAn+39l0kIgUffy7Q3Y6tjhPEw/HHPd W2DKeIc2nu8BJ4sisSoTbiIlwb9gQePuI3Qtcq31CqfkEujWVY6RbHiQ0sA0xl0ikxgm igIYJ5eDS/RynpZ4IaXQOyUPyWGA9AjcfKmdDMBuMoR1fax08ys8vRA0JNlO7Ot3HwVf Xy2w== X-Gm-Message-State: AKwxyteKuU4onrepLQTt1XiVPQv7mwjIb4iiaRVzL6f4wi33a0iP1CFm uDfQifiZqflnNEKJV2716hi3buDhFaM= X-Google-Smtp-Source: AH8x226ztsapy/W9LVhCc3HwuwYn450YOIq705nXukr6mpDrlkbVlENsrBC6zfvVw9l5wY+xEqsgvw== X-Received: by 10.28.156.67 with SMTP id f64mr14220105wme.11.1517241056586; Mon, 29 Jan 2018 07:50:56 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id b11sm11966111wrf.23.2018.01.29.07.50.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Jan 2018 07:50:55 -0800 (PST) Date: Mon, 29 Jan 2018 15:50:54 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180129155054.ctadaz3yx5h6sxm6@bivouac.eciton.net> References: <20180129154416.3622-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180129154416.3622-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 0/4] SynQuacer: assorted updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 15:45:25 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 29, 2018 at 03:44:12PM +0000, Ard Biesheuvel wrote: > Various updates for SynQuacer: > - make the eval board more like the developerbox (graphical console, > .iso boot) > - set the CNTFRQ field of the MMIO timer > - add a progress bar to the capsule update so people aren't left wondering > whether their system hangs > > Ard Biesheuvel (4): > Platform/SynQuacerEvalBoard: add RamDiskDxe driver to build > Platform/SynQuacerEvalBoard: add BGRT and ConsolePrefDxe drivers > Silicon/SynQuacer: set CNTFRQ field of MMIO timer frame > Silicon/SynQuacerPlatformFlashAccessLib: add capsule update progress > bar For the series: Reviewed-by: Leif Lindholm > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 8 +++++ > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 7 ++++ > Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 1 - > Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.c | 18 ++++++++++ > Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.h | 1 + > Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf | 2 ++ > Silicon/Socionext/SynQuacer/Include/Platform/MemoryMap.h | 3 ++ > Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformFlashAccessLib/SynQuacerPlatformFlashAccessLib.c | 35 ++++++++++++++++++++ > Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformFlashAccessLib/SynQuacerPlatformFlashAccessLib.inf | 3 ++ > 9 files changed, 77 insertions(+), 1 deletion(-) > > -- > 2.11.0 >