From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.12481.1586448594266599366 for ; Thu, 09 Apr 2020 09:09:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B2A1E31B; Thu, 9 Apr 2020 09:09:53 -0700 (PDT) Received: from e123331-lin.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D48303F52E; Thu, 9 Apr 2020 09:09:52 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: jian.j.wang@intel.com, hao.a.wu@intel.com, Ard Biesheuvel Subject: [PATCH 0/2] MdeModulePkg/DxeCore: clean up image loading functions Date: Thu, 9 Apr 2020 18:09:46 +0200 Message-Id: <20200409160948.23427-1-ard.biesheuvel@arm.com> X-Mailer: git-send-email 2.17.1 A pair of cleanup patches for the LoadImage/StartImage implementations in DxeCore. https://github.com/ardbiesheuvel/edk2/pull/new/dxecore-loadimage-cleanup Ard Biesheuvel (2): MdeModulePkg/DxeCore/Image: make local functions STATIC MdeModulePkg/DxeCore/Image: remove unused function arguments MdeModulePkg/Core/Dxe/Image/Image.c | 91 ++++---------------- 1 file changed, 17 insertions(+), 74 deletions(-) -- 2.17.1