summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/qoriq/include/bsp.h')
-rw-r--r--bsps/powerpc/qoriq/include/bsp.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/bsps/powerpc/qoriq/include/bsp.h b/bsps/powerpc/qoriq/include/bsp.h
index 1c292f6767..1f5ca7f35d 100644
--- a/bsps/powerpc/qoriq/include/bsp.h
+++ b/bsps/powerpc/qoriq/include/bsp.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup QorIQ
+ * @ingroup RTEMSBSPsPowerPCQorIQ
*
- * @brief BSP API.
+ * @brief Global BSP definitions.
*/
/*
@@ -23,6 +23,16 @@
#ifndef LIBBSP_POWERPC_QORIQ_BSP_H
#define LIBBSP_POWERPC_QORIQ_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCQorIQ NXP QorIQ
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief NXP QorIQ Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#ifdef QORIQ_IS_HYPERVISOR_GUEST
@@ -127,4 +137,6 @@ extern uint32_t qoriq_clock_frequency;
#endif /* ASM */
+/** @} */
+
#endif /* LIBBSP_POWERPC_QORIQ_BSP_H */