PSCI: Remove deprecated file plat_psci_common.c
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Mon, 24 Sep 2018 16:18:33 +0000 (17:18 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 28 Sep 2018 14:31:52 +0000 (15:31 +0100)
Change-Id: I9fd8016527ad7706494f34356fdae8efacef5f72
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
include/lib/psci/psci.h
lib/psci/aarch64/psci_helpers.S
plat/common/aarch64/plat_psci_common.c [deleted file]

index d08b38c5f837610ba3cc95905aa5f11e1fe6f6f0..b27e481538277a69d5576b1b24b345dfd5a184b2 100644 (file)
@@ -347,12 +347,6 @@ int psci_features(unsigned int psci_fid);
 void __dead2 psci_power_down_wfi(void);
 void psci_arch_setup(void);
 
-/*
- * The below API is deprecated. This is now replaced by bl31_warmboot_entry in
- * AArch64.
- */
-void psci_entrypoint(void) __deprecated;
-
 #endif /*__ASSEMBLY__*/
 
 #endif /* PSCI_H */
index 06d6636ed785028db122ec86e7e59aa4a0ccb8bc..78141b1a58a136b898ebdfc63a714db85dd8162a 100644 (file)
@@ -12,9 +12,6 @@
        .globl  psci_do_pwrdown_cache_maintenance
        .globl  psci_do_pwrup_cache_maintenance
        .globl  psci_power_down_wfi
-#if !ERROR_DEPRECATED
-       .globl psci_entrypoint
-#endif
 
 /* -----------------------------------------------------------------------
  * void psci_do_pwrdown_cache_maintenance(unsigned int power level);
diff --git a/plat/common/aarch64/plat_psci_common.c b/plat/common/aarch64/plat_psci_common.c
deleted file mode 100644 (file)
index 35afcdb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#if !ERROR_DEPRECATED
-#include "../plat_psci_common.c"
-#endif