summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex5
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex5')
-rw-r--r--bsps/powerpc/virtex5/include/bsp.h19
-rw-r--r--bsps/powerpc/virtex5/include/bsp/mmu.h4
-rw-r--r--bsps/powerpc/virtex5/start/mmu.c2
3 files changed, 20 insertions, 5 deletions
diff --git a/bsps/powerpc/virtex5/include/bsp.h b/bsps/powerpc/virtex5/include/bsp.h
index c1be0a11d7..97a3da9bd7 100644
--- a/bsps/powerpc/virtex5/include/bsp.h
+++ b/bsps/powerpc/virtex5/include/bsp.h
@@ -1,6 +1,9 @@
-/* @file
+/**
+ * @file
*
- * This include file contains all GEN405 board IO definitions.
+ * @ingroupRTEMSBSPsPowerPCVirtex5
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -43,6 +46,16 @@
#ifndef LIBBSP_POWERPC_VIRTEX5_BSP_H
#define LIBBSP_POWERPC_VIRTEX5_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCVirtex5 Xilinx Virtex-5
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Xilinx Virtex-5 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
/*
@@ -101,4 +114,6 @@ void BSP_ask_for_reset(void);
}
#endif
+/** @} */
+
#endif
diff --git a/bsps/powerpc/virtex5/include/bsp/mmu.h b/bsps/powerpc/virtex5/include/bsp/mmu.h
index a3fb32b662..7c2295f900 100644
--- a/bsps/powerpc/virtex5/include/bsp/mmu.h
+++ b/bsps/powerpc/virtex5/include/bsp/mmu.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup Virtex5MMU
+ * @ingroup RTEMSBSPsPowerPCVirtex5MMU
*
* @brief Routines to manipulate the PPC 440 MMU.
*/
@@ -66,7 +66,7 @@ extern "C" {
/**
* @defgroup Virtex5MMU Virtex 5 - MMU Support
*
- * @ingroup Virtex5
+ * @ingroup RTEMSBSPsPowerPCVirtex5
*
* @brief MMU support.
*
diff --git a/bsps/powerpc/virtex5/start/mmu.c b/bsps/powerpc/virtex5/start/mmu.c
index 990cb99bd0..874c57ee6f 100644
--- a/bsps/powerpc/virtex5/start/mmu.c
+++ b/bsps/powerpc/virtex5/start/mmu.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup Virtex5MMU
+ * @ingroup RTEMSBSPsPowerPCVirtex5MMU
*
* @brief Implementation of routines to manipulate the PPC 440 MMU.
*