Skip to content

Commit

Permalink
[CHERRY-PICK] ArmPkg: Remove Deprecated ArmPsciResetSystemLib
Browse files Browse the repository at this point in the history
ArmPsciResetSystemLib has been deprecated since commit
b2c55e7 in 2017. The
lib itself has not been meaningfully updated in 10 years.
This commit removes the library to complete the deprecation
process and remove confusion over which library to use for
resetting an ARM platform.

Signed-off-by: Oliver Smith-Denny <[email protected]>
  • Loading branch information
Oliver Smith-Denny authored and os-d committed Aug 29, 2024
1 parent fce88db commit d5f0c86
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
1 change: 0 additions & 1 deletion ArmPkg/ArmPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
ArmPkg/Library/SemihostLib/SemihostLib.inf
ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf

Expand Down
90 changes: 0 additions & 90 deletions ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.c

This file was deleted.

32 changes: 0 additions & 32 deletions ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf

This file was deleted.

0 comments on commit d5f0c86

Please sign in to comment.