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=ard.biesheuvel@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 3CB802215BD81 for ; Mon, 29 Jan 2018 07:38:51 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id 143so15143857wma.5 for ; Mon, 29 Jan 2018 07:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=+ELNMwZHPoUVJfJhTh8QHUuX0hxPGHnPRyE1yMGw83U=; b=DZjdwyUCYR1yiolUHG9VWYIKUZmYOeEXyJ8SODiCmfw+Vab5kCUZIH9y6loLV4gwlG 5dDW6BJ4p+LjrlwviF8APoMpYX8RlA0ryzuSuRNLW8Y7g5ec50S5EtkjeZYmVOf7RnvX 7jS6TAUtEpWaHRrdro/pU6nzAmaYyM1zXaGc8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+ELNMwZHPoUVJfJhTh8QHUuX0hxPGHnPRyE1yMGw83U=; b=aRxtU9yNcs5U+5WIVuwx+aApZiIn5gbo0B1y72oy6ZouHuixXeCU8H83c+l+Hs//08 Rnam37oPnHB3GSSDo/X9hke26Qr2Omlq+nB4F8Qp0QHPAjSw8osNQgfZvijEHzKgL8Ac yeanYGTU87WJbtyTPXnKaKt2K8xfRYX2tzpfkVb5TsAxnxMgY0y4CTq3Ry14J28pRjdD Nn+Nks3ijfcftcFIGCJ1voyPvcabpOEgXI/IUqdgY2cxXYPeUmY2V+gSeG+wwsEI1YJl 74sJin9Q+bsFoY4hp2EsZqjd2To9pGPivAZHUoNR6FhJDM8evVI5FZWfUNN9IeW48evJ ZRCg== X-Gm-Message-State: AKwxytclSYk0yD/lB7EG5IEMAT1XOT01+vj1IRt5hsJwQVrEOs6xLQc0 bX/fY+Ek63ZFst/fi1k+RVSvaR3Y/tA= X-Google-Smtp-Source: AH8x226Eax4WeZFlQBeiNlrbMBQN9UA0g4KkCWjxQahZ3/yu1lAFBwKKpjm8ezuA2ByZKo6e2DR7Lg== X-Received: by 10.28.218.12 with SMTP id r12mr17337991wmg.157.1517240663379; Mon, 29 Jan 2018 07:44:23 -0800 (PST) Received: from localhost.localdomain ([160.90.205.229]) by smtp.gmail.com with ESMTPSA id m191sm8670928wma.42.2018.01.29.07.44.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jan 2018 07:44:22 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Mon, 29 Jan 2018 15:44:12 +0000 Message-Id: <20180129154416.3622-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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:38:51 -0000 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 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