From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: shenglei.zhang@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Thu, 01 Aug 2019 23:55:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2019 23:55:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,337,1559545200"; d="scan'208";a="348330376" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga005.jf.intel.com with ESMTP; 01 Aug 2019 23:55:31 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu Subject: [PATCH 0/2] Remove S3Lib and RecoveryLib Date: Fri, 2 Aug 2019 14:55:25 +0800 Message-Id: <20190802065527.17208-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 S3Lib and RecoveryLib have been deprecated since 2009. There is no code using AcpiS3ResumeOs() interface in S3Lib and PeiRecoverFirmware() interface in RecoveryLib. So they can be removed from edk2 repo. Cc: Jian J Wang Cc: Hao A Wu Shenglei Zhang (2): MdeModulePkg: Remove S3Lib.h and PeiS3LibNull MdeModulePkg: Remove RecoveryLib.h and PeiRecoveryLibNull .../PeiRecoveryLibNull/PeiRecoveryLibNull.c | 28 --------------- .../Library/PeiS3LibNull/PeiS3LibNull.c | 29 ---------------- MdeModulePkg/Core/DxeIplPeim/DxeIpl.h | 2 -- MdeModulePkg/Include/Library/RecoveryLib.h | 29 ---------------- MdeModulePkg/Include/Library/S3Lib.h | 28 --------------- .../PeiRecoveryLibNull/PeiRecoveryLibNull.inf | 33 ------------------ .../PeiRecoveryLibNull/PeiRecoveryLibNull.uni | 18 ---------- .../Library/PeiS3LibNull/PeiS3LibNull.inf | 34 ------------------- .../Library/PeiS3LibNull/PeiS3LibNull.uni | 18 ---------- MdeModulePkg/MdeModulePkg.dec | 10 ------ MdeModulePkg/MdeModulePkg.dsc | 2 -- 11 files changed, 231 deletions(-) delete mode 100644 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c delete mode 100644 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c delete mode 100644 MdeModulePkg/Include/Library/RecoveryLib.h delete mode 100644 MdeModulePkg/Include/Library/S3Lib.h delete mode 100644 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf delete mode 100644 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.uni delete mode 100644 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf delete mode 100644 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.uni -- 2.18.0.windows.1