public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove S3Lib and RecoveryLib
@ 2019-08-02  6:55 Zhang, Shenglei
  2019-08-02  6:55 ` [PATCH 1/2] MdeModulePkg: Remove S3Lib.h and PeiS3LibNull Zhang, Shenglei
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhang, Shenglei @ 2019-08-02  6:55 UTC (permalink / raw)
  To: devel; +Cc: Jian J Wang, Hao A Wu

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 <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-05  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-02  6:55 [PATCH 0/2] Remove S3Lib and RecoveryLib Zhang, Shenglei
2019-08-02  6:55 ` [PATCH 1/2] MdeModulePkg: Remove S3Lib.h and PeiS3LibNull Zhang, Shenglei
2019-08-02 15:13   ` [edk2-devel] " Ni, Ray
2019-08-02  6:55 ` [PATCH 2/2] MdeModulePkg: Remove RecoveryLib.h and PeiRecoveryLibNull Zhang, Shenglei
2019-08-02 15:13   ` Ni, Ray
2019-08-05  2:13 ` [edk2-devel] [PATCH 0/2] Remove S3Lib and RecoveryLib Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox