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.65; helo=hqemgate16.nvidia.com; envelope-from=jbrasen@nvidia.com; receiver=edk2-devel@lists.01.org Received: from hqemgate16.nvidia.com (hqemgate16.nvidia.com [216.228.121.65]) (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 4FAB22116DF85 for ; Tue, 30 Oct 2018 14:31:26 -0700 (PDT) Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Tue, 30 Oct 2018 14:31:33 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Tue, 30 Oct 2018 14:31:26 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 30 Oct 2018 14:31:26 -0700 Received: from HQMAIL102.nvidia.com (172.18.146.10) by HQMAIL108.nvidia.com (172.18.146.13) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 30 Oct 2018 21:31:25 +0000 Received: from hqnvemgw01.nvidia.com (172.20.150.20) by HQMAIL102.nvidia.com (172.18.146.10) with Microsoft SMTP Server (TLS) id 15.0.1395.4 via Frontend Transport; Tue, 30 Oct 2018 21:31:25 +0000 Received: from jbrasen-ux.nvidia.com (Not Verified[10.28.48.113]) by hqnvemgw01.nvidia.com with Trustwave SEG (v7, 5, 8, 10121) id ; Tue, 30 Oct 2018 14:31:25 -0700 From: Jeff Brasen To: CC: Jeff Brasen Date: Tue, 30 Oct 2018 15:30:57 -0600 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=1540935093; bh=2rrYMo/z1AaW7M+99PPivk8oWzau6i8TrAkYickrOpk=; h=X-PGP-Universal:From:To:CC:Subject:Date:Message-ID:X-Mailer: X-NVConfidentiality:MIME-Version:Content-Type; b=Q+1ZSh/OMVIwX/wZvDTxmNWHYgSAcuR2DYfZn6+ZtbEG84NGbEjudcnnoSZJ8hoTR 3NYnBzV6oyvrE1+wW1Cpl0xmJfUGQaavfQ6Jr2hwmhFDJEny4puqB4gt9MfoQg5y0m HGhpAwm6wp87rwlhG4EyDaBPTsJNthR2kax6Tb0qmx/nTy10GJpFpmAbdmE+TiUdu0 5er+gzSDwvt8Uf+rlcjplAdyy4quuiojWb5af0HbSoWc0BJFDgOssVEhJC9J4nAIKE jP4MGmdMxaQh9wpT97GIFkTgfAdPtsHQRr/A2/ZZUiUKHfl9WgzS7VB/APGDLuQOXy J4Fn6ejTDWlYw== Subject: [PATCH 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: Tue, 30 Oct 2018 21:31:27 -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. 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