From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 C8ED121E49029 for ; Wed, 21 Mar 2018 14:06:57 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2018 14:13:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,341,1517904000"; d="scan'208";a="213473648" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.241.98.49]) by fmsmga006.fm.intel.com with ESMTP; 21 Mar 2018 14:13:27 -0700 From: Michael D Kinney To: edk2-devel@lists.01.org Cc: Jiewen Yao , Star Zeng , Eric Dong Date: Wed, 21 Mar 2018 14:13:23 -0700 Message-Id: <20180321211325.16388-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.14.2.windows.3 Subject: [Patch 0/2] MdeModulePkg/CapsuleApp: CleanGatherList() fix and UX enhancements 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: Wed, 21 Mar 2018 21:06:58 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=905 https://bugzilla.tianocore.org/show_bug.cgi?id=907 * Fix logic bug in CleanGatherList() * Make sure BMP file is valid and fits in current GOP resolution * Generate UX capsule with BMP centered in lower half of display Cc: Jiewen Yao Cc: Star Zeng Cc: Eric Dong Signed-off-by: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Michael D Kinney (2): MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList() MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 67 ++++++++++++++++++++-- MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 3 +- 2 files changed, 63 insertions(+), 7 deletions(-) -- 2.14.2.windows.3