summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/griscv')
-rw-r--r--bsps/riscv/griscv/include/amba.h19
-rw-r--r--bsps/riscv/griscv/include/bsp.h21
2 files changed, 37 insertions, 3 deletions
diff --git a/bsps/riscv/griscv/include/amba.h b/bsps/riscv/griscv/include/amba.h
index e1c5c00464..8833cdfba6 100644
--- a/bsps/riscv/griscv/include/amba.h
+++ b/bsps/riscv/griscv/include/amba.h
@@ -1,8 +1,7 @@
/**
* @file
- * @defgroup amba AMBA Driver Handler
- * @ingroup sparc_leon3
- * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIBAMBA
*/
/*
@@ -21,6 +20,18 @@
#ifndef __AMBA_H__
#define __AMBA_H__
+/**
+ * @defgroup RTEMSBSPsRISCVGRLIBAMBA RISC-V AMBA Driver Handler
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIB
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief AMBA Plag & Play Bus Driver Macros
+ *
+ * @{
+ */
+
#ifndef GRLIB_IO_AREA
#define GRLIB_IO_AREA 0xfff00000
#endif
@@ -140,4 +151,6 @@ static inline uint32_t grlib_get_cpu_count(
}
#endif
+/** @} */
+
#endif /* __AMBA_H__ */
diff --git a/bsps/riscv/griscv/include/bsp.h b/bsps/riscv/griscv/include/bsp.h
index 185bd5bb23..320316f723 100644
--- a/bsps/riscv/griscv/include/bsp.h
+++ b/bsps/riscv/griscv/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIB
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
*
* Copyright (c) 2015 University of York.
@@ -31,6 +39,17 @@
#ifndef LIBBSP_RISCV_GRISCV_H
#define LIBBSP_RISCV_GRISCV_H
+/**
+ * @defgroup RTEMSBSPsRISCVGRLIB GRLIB
+ *
+ * @ingroup RTEMSBSPsRISCV
+ *
+ * @brief GRLIB RISC-V Board Support Package.
+ *
+ * @{
+ */
+
+
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <rtems/console.h>
@@ -63,4 +82,6 @@ extern void BSP_shared_interrupt_unmask(int irq);
}
#endif
+/** @} */
+
#endif /* LIBBSP_RISCV_GRISCV_H */