From 2cba4cc585f7dde2b9b582d2ff3c164819697e3b Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Thu, 31 May 2018 15:37:48 +0300 Subject: [PATCH 1/2] Edit warning about FEATURE_UVISOR being deprecated --- .../includes/uvisor/api/inc/uvisor_deprecation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h index d13d9e06c6..c0c6d91e9f 100644 --- a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h +++ b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h @@ -18,7 +18,8 @@ #define __UVISOR_DEPRECATION_H__ #if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1 -#warning "Warning: You are using FEATURE_UVISOR, which is unsupported as of Mbed OS 5.9." +#warning "Warning: uVisor is superseded by the Secure Partition Manager (SPM) defined in the ARM Platform Security Architecture (PSA). \ + uVisor is deprecated as of Mbed OS 5.9, and being replaced by a native PSA-compliant implementation of SPM." #endif #endif // __UVISOR_DEPRECATION_H__ From a4f323c4a6d3b02c5da5b5a1a42a080e83b28583 Mon Sep 17 00:00:00 2001 From: Oren Cohen <17570086+orenc17@users.noreply.github.com> Date: Thu, 31 May 2018 16:56:44 +0300 Subject: [PATCH 2/2] Update uvisor_deprecation.h --- .../FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h index c0c6d91e9f..901d977da9 100644 --- a/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h +++ b/features/FEATURE_UVISOR/includes/uvisor/api/inc/uvisor_deprecation.h @@ -19,7 +19,7 @@ #if defined(UVISOR_PRESENT) && UVISOR_PRESENT == 1 #warning "Warning: uVisor is superseded by the Secure Partition Manager (SPM) defined in the ARM Platform Security Architecture (PSA). \ - uVisor is deprecated as of Mbed OS 5.9, and being replaced by a native PSA-compliant implementation of SPM." + uVisor is deprecated as of Mbed OS 5.10, and being replaced by a native PSA-compliant implementation of SPM." #endif #endif // __UVISOR_DEPRECATION_H__