Skip to content

Commit

Permalink
MdePkg/ArmLib: Drop obsolete library declarations
Browse files Browse the repository at this point in the history
Drop obsolete library declarations that are no longer (and should not
be) implemented in EDK2 or UEFI, given that they are specific to the
secure world.

Signed-off-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
ardbiesheuvel authored and mergify[bot] committed Jun 19, 2024
1 parent e76be77 commit 95e220e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
5 changes: 0 additions & 5 deletions MdePkg/Include/AArch64/AArch64.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ ArmReadCurrentEL (
VOID
);

UINTN
ArmWriteCptr (
IN UINT64 Cptr
);

UINT32
ArmReadCntHctl (
VOID
Expand Down
36 changes: 0 additions & 36 deletions MdePkg/Include/Library/ArmLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -515,42 +515,6 @@ ArmEnableVFP (
VOID
);

/**
Get the Secure Configuration Register value
@return Value read from the Secure Configuration Register
**/
UINT32
EFIAPI
ArmReadScr (
VOID
);

/**
Set the Secure Configuration Register
@param Value Value to write to the Secure Configuration Register
**/
VOID
EFIAPI
ArmWriteScr (
IN UINT32 Value
);

UINT32
EFIAPI
ArmReadMVBar (
VOID
);

VOID
EFIAPI
ArmWriteMVBar (
IN UINT32 VectorMonitorBase
);

UINT32
EFIAPI
ArmReadSctlr (
Expand Down

0 comments on commit 95e220e

Please sign in to comment.