From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8BE951A1E91 for ; Tue, 11 Oct 2016 07:51:57 -0700 (PDT) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1DC6C8B979; Tue, 11 Oct 2016 14:51:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-32.phx2.redhat.com [10.3.116.32]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9BEptSD012129; Tue, 11 Oct 2016 10:51:56 -0400 To: Ruiyu Ni , edk2-devel@ml01.01.org References: <20161011055048.217588-1-ruiyu.ni@intel.com> <20161011055048.217588-3-ruiyu.ni@intel.com> Cc: Justen Jordan From: Laszlo Ersek Message-ID: <20953316-a639-807f-8074-3f5bb9e0fbbb@redhat.com> Date: Tue, 11 Oct 2016 16:51:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161011055048.217588-3-ruiyu.ni@intel.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 11 Oct 2016 14:51:57 +0000 (UTC) Subject: Re: [PATCH v4 2/8] MdeModulePkg: Add FrameBufferBltLib library instance X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 14:51:57 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/11/16 07:50, Ruiyu Ni wrote: > This library provides interfaces to perform UEFI Graphics > Output Protocol Video BLT operations. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Reviewed-by: Feng Tian > Cc: Justen Jordan > Cc: Laszlo Ersek > --- > .../Library/FrameBufferBltLib/FrameBufferBltLib.c | 704 +++++++++++++++++++++ > .../FrameBufferBltLib/FrameBufferBltLib.inf | 34 + > MdeModulePkg/MdeModulePkg.dsc | 1 + > 3 files changed, 739 insertions(+) > create mode 100644 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.c > create mode 100644 MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf Tested-by: Laszlo Ersek