[PATCH] Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Feb 4 12:17:10 UTC 2020


Close #3863.
---
 bsp-howto/miscellanous_support.rst |  7 -------
 c-user/configuring_a_system.rst    | 28 ----------------------------
 2 files changed, 35 deletions(-)

diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst
index efb4454..015adb4 100644
--- a/bsp-howto/miscellanous_support.rst
+++ b/bsp-howto/miscellanous_support.rst
@@ -206,13 +206,6 @@ macros:
   stack size as recommended when using this BSP.  This is sometimes required
   when the BSP developer has knowledge of stack intensive interrupt handlers.
 
-.. index:: BSP_ZERO_WORKSPACE_AUTOMATICALLY
-
-- ``BSP_ZERO_WORKSPACE_AUTOMATICALLY`` is defined when the BSP requires that
-  RTEMS zero out the RTEMS C Program Heap at initialization.  If the memory is
-  already zeroed out by a test sequence or boot ROM, then the boot time can be
-  reduced by not zeroing memory twice.
-
 .. index:: BSP_DEFAULT_UNIFIED_WORK_AREAS
 
 - ``BSP_DEFAULT_UNIFIED_WORK_AREAS`` is defined when the BSP recommends that
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 36c7f15..967cb74 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3187,34 +3187,6 @@ NOTES:
     only impacts the devFS and thus is only used by ``<rtems/confdefs.h>`` when
     ``CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM`` is specified.
 
-.. index:: BSP_ZERO_WORKSPACE_AUTOMATICALLY
-
-.. _BSP_ZERO_WORKSPACE_AUTOMATICALLY:
-
-BSP_ZERO_WORKSPACE_AUTOMATICALLY
---------------------------------
-
-CONSTANT:
-    ``BSP_ZERO_WORKSPACE_AUTOMATICALLY``
-
-DATA TYPE:
-    Boolean feature macro.
-
-RANGE:
-    Defined or undefined.
-
-DEFAULT VALUE:
-    This option is BSP specific.
-
-DESCRIPTION:
-    If ``BSP_ZERO_WORKSPACE_AUTOMATICALLY`` is defined by the BSP and
-    ``CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY`` is not defined by the
-    application, then the workspace will be zeroed automatically.
-
-NOTES:
-    Zeroing memory can add significantly to system boot time. It is not
-    necessary for RTEMS but is often assumed by support libraries.
-
 .. index:: CONFIGURE_BSP_PREREQUISITE_DRIVERS
 
 .. _CONFIGURE_BSP_PREREQUISITE_DRIVERS:
-- 
2.16.4



More information about the devel mailing list