mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg/ArmLib: Drop obsolete library declarations
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 <ardb@kernel.org>
This commit is contained in:
parent
e76be772aa
commit
95e220e95d
@ -234,11 +234,6 @@ ArmReadCurrentEL (
|
||||
VOID
|
||||
);
|
||||
|
||||
UINTN
|
||||
ArmWriteCptr (
|
||||
IN UINT64 Cptr
|
||||
);
|
||||
|
||||
UINT32
|
||||
ArmReadCntHctl (
|
||||
VOID
|
||||
|
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user