From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=216.228.121.143; helo=hqemgate14.nvidia.com; envelope-from=jbrasen@nvidia.com; receiver=edk2-devel@lists.01.org Received: from hqemgate14.nvidia.com (hqemgate14.nvidia.com [216.228.121.143]) (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 00D8D21A07A80 for ; Thu, 8 Nov 2018 09:09:32 -0800 (PST) Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 08 Nov 2018 09:09:16 -0800 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 08 Nov 2018 09:09:32 -0800 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 08 Nov 2018 09:09:32 -0800 Received: from HQMAIL101.nvidia.com (172.20.187.10) by HQMAIL104.nvidia.com (172.18.146.11) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 8 Nov 2018 17:09:32 +0000 Received: from hqnvemgw02.nvidia.com (172.16.227.111) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1395.4 via Frontend Transport; Thu, 8 Nov 2018 17:09:32 +0000 Received: from jbrasen-ux.nvidia.com (Not Verified[10.28.48.113]) by hqnvemgw02.nvidia.com with Trustwave SEG (v7, 5, 8, 10121) id ; Thu, 08 Nov 2018 09:09:31 -0800 From: Jeff Brasen To: CC: , , Jeff Brasen Date: Thu, 8 Nov 2018 10:09:24 -0700 Message-ID: X-Mailer: git-send-email 2.7.4 X-NVConfidentiality: public MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1541696956; bh=gF9i8T9t5qyhHXvNdCYnzxiYtTaH9waCL5Fb/LDLrfE=; h=X-PGP-Universal:From:To:CC:Subject:Date:Message-ID:X-Mailer: X-NVConfidentiality:MIME-Version:Content-Type; b=sUMfS2PWU5/c8zV97+M9nDww0KRUcd8+Q+mC37tmD8J8WlXYNzuR4F+dMP4RcTgDE tob2+pBQCVc3bhfEs4WfVSUpdni5xq03UlkN139hsALKYg1GHveuBZQuznV8p8fS+i 0SlDak/O1RGHo1jytaAJfOcb7RGABbl4yE4Bqx6JtNBAsDqiF7JlrDFaAaQzX4TGPF jeYJDWlr8dQDGWTcZfvjrY0M+HbkUMf6RCbG2K4eubMfkaLabqBY8KNnzBM/ccBdMw HGtJC7OufuejxECk4jHpwv/T/UPxxdkrXmVe9z+oTg2L/K9JsV/OknpzAp8BkAr7Kz ASrB2xlNGlcWA== Subject: [PATCH v2 0/2] SortLib for UEFI SEC X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2018 17:09:33 -0000 Content-Type: text/plain This patch series enables support for BaseSortLib in UEFI SEC Phase. This requires the addition of the AllocateZeroPool which is implemented in the PrePiMemoryAllocationLib. Changelog: v1 - Initial version v2 - Update order of NULL check in MemoryAllocationLib Jeff Brasen (2): EmbeddedPkg/PrePiMemoryAllocationLib: Added AllocateZeroPool() MdeModulePkg/BaseSortLib: Enable for all module types .../PrePiMemoryAllocationLib/MemoryAllocationLib.c | 32 ++++++++++++++++++++++ MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf | 4 +-- 2 files changed, 34 insertions(+), 2 deletions(-) -- 2.7.4