From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Permerror (SPF Permanent Error: Void lookup limit of 2 exceeded) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 89B37222DDBF4 for ; Sun, 14 Jan 2018 19:40:57 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2018 19:46:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,361,1511856000"; d="scan'208";a="19601222" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.19]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jan 2018 19:46:13 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Mon, 15 Jan 2018 11:46:09 +0800 Message-Id: <20180115034612.381104-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.1.windows.2 Subject: [PATCH 0/3] Fix two bugs in FrameBufferBltLib. 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, 15 Jan 2018 03:40:58 -0000 Ruiyu Ni (3): MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal data MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corrupted MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memory .../Library/FrameBufferBltLib/FrameBufferBltLib.c | 61 ++++++++++++---------- 1 file changed, 33 insertions(+), 28 deletions(-) -- 2.15.1.windows.2