summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-15 11:54:33 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-26 10:58:31 +0000
commit0abce0329edf49583a4c3f84fdac766ce9578b5b (patch)
treef4cdc5677451889cbc97277b9da6534fc2f1ef1e /ArmPlatformPkg/Include
parent7c0e497d6ea9da2827445b07adb884b493961390 (diff)
downloadedk2-0abce0329edf49583a4c3f84fdac766ce9578b5b.tar.gz
edk2-0abce0329edf49583a4c3f84fdac766ce9578b5b.tar.bz2
edk2-0abce0329edf49583a4c3f84fdac766ce9578b5b.zip
ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementation
Remove ArmTrustedMonitorLib and its only [NULL] implementation. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmTrustedMonitorLib.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmTrustedMonitorLib.h b/ArmPlatformPkg/Include/Library/ArmTrustedMonitorLib.h
deleted file mode 100644
index 5368697c5c..0000000000
--- a/ArmPlatformPkg/Include/Library/ArmTrustedMonitorLib.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/** @file
-* Main file supporting the Monitor World on ARM PLatforms
-*
-* Copyright (c) 2011, ARM Limited. All rights reserved.
-*
-* This program and the accompanying materials
-* are licensed and made available under the terms and conditions of the BSD License
-* which accompanies this distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
-**/
-
-#ifndef __ARM_TRUSTED_MONITOR_LIB_H_
-#define __ARM_TRUSTED_MONITOR_LIB_H_
-
-VOID
-ArmSecureMonitorWorldInitialize (
- VOID
- );
-
-#endif