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::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 1D2552096DCE9 for ; Thu, 31 May 2018 02:04:11 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id k16-v6so4959642wro.0 for ; Thu, 31 May 2018 02:04:11 -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=tqCcIL8F2dmb3aFV50aiiISZ0XE6K4yCzTs25Kre+cU=; b=By3e4Oh5mfv2gRUUnRbB1y2MzduKcgGyG1nTWpmrXP9xVsgpJX6F6LI83Lxmi4KbCB nJnFqXk9rzgAToDiWErU+xr9AAbNiU5zHBEZDhIdNlDpmQSjPnxNMktvHTVqpyF+q2da TK4UX3miRo8pRi+7Unkd+mH0QKllMzzI5AsjM= 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=tqCcIL8F2dmb3aFV50aiiISZ0XE6K4yCzTs25Kre+cU=; b=UaKtOh7wRrqdLEBujcPnHrcQ6RiywUWmixtw3c/E6bwIpp4CDDE/CSmMs9VfIBrhp4 Ag96R7jMnX55Bqg1YUkvpF9NFSoamXEqpd5Jf6wUgQcqZmnFbRd47fy1acyXrlZ1SZYU xgWg6r4YVTkJIQkgjGuHigj3ueZHj0cXeec9f40Tk8+t8KQAsDxQdYy+6Y+BFCs/e5cN YrDVSQH+HfCoD1EjR1xhsTTUfjirWhAoFW8pM3rz0TghZVo64aqfkFCyKp0lyCg/kUUH XC1P+sYf30d4HVR+CtfDNMsY0nRwnOO+jGcUtWs0GTrlcDqhtb+B8aPHtIKm4WVuhfgY mbgw== X-Gm-Message-State: ALKqPwf2PJGLRZE7aNCtZxU1Pn56GFB7BkW8hJ2YS462ciW6TKaaU5Sv pFIXJ9/yHmDWysenfpiB0yBF7yXqruI= X-Google-Smtp-Source: ADUXVKL9SlK8aFcCv+1Ek4B2v492Z3/JAzYLCka1v2el49dwTWht+4YoFgRPGBxOEkLZ+Hy+50tZHg== X-Received: by 2002:adf:c907:: with SMTP id m7-v6mr1643870wrh.6.1527757450512; Thu, 31 May 2018 02:04:10 -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 z2-v6sm651671wmg.46.2018.05.31.02.04.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 31 May 2018 02:04:09 -0700 (PDT) Date: Thu, 31 May 2018 10:04:07 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180531090407.r6tovsmcx7jrrtag@bivouac.eciton.net> References: <20180523141444.20033-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180523141444.20033-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 0/4] SynQuacer updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 09:04:12 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 23, 2018 at 04:14:40PM +0200, Ard Biesheuvel wrote: > Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches > are general improvements. > > Ard Biesheuvel (4): > Platform/DeveloperBox: add 96boards/Socionext logo > Platform/DeveloperBox: add PCI serial driver > Platform/DeveloperBox: switch to protocol based DevicePathLib > Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable > protocol For the series: Reviewed-by: Leif Lindholm (I'll just add that ideally I'd want any series containing binaries to come with a link to a branch rather than a link to a copy of the file.) > .../Socionext/DeveloperBox/DeveloperBox.dsc | 13 +- > .../Socionext/DeveloperBox/DeveloperBox.fdf | 3 +- > Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes > Platform/Socionext/DeveloperBox/Logo/Logo.c | 149 ++++++++++++++++++ > Platform/Socionext/DeveloperBox/Logo/Logo.idf | 15 ++ > .../Socionext/DeveloperBox/Logo/LogoDxe.inf | 52 ++++++ > .../SynQuacerPciHostBridgeLib.inf | 5 + > 7 files changed, 233 insertions(+), 4 deletions(-) > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf > create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf > > -- > 2.17.0 >