summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 11:48:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:30 +0200
commit6ddbcbcd51a3de512a2ef9af010d3a0f331c4af1 (patch)
treed844e3e7d1693399df6c684143b7fd865e5d281e /cpukit/score/cpu
parentdoxygen: score: Add or1k CPU architecture group (diff)
downloadrtems-6ddbcbcd51a3de512a2ef9af010d3a0f331c4af1.tar.bz2
doxygen: score: Add powerpc CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/asm.h12
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/powerpc/registers.h2
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h12
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/score/paravirt.h6
5 files changed, 32 insertions, 2 deletions
diff --git a/cpukit/score/cpu/powerpc/include/rtems/asm.h b/cpukit/score/cpu/powerpc/include/rtems/asm.h
index 5bf307b622..27af64e724 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/asm.h
@@ -42,6 +42,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/powerpc.h>
+/**
+ * @defgroup RTEMSScoreCPUPowerPCASM PowerPC Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUPowerPC
+ *
+ * @brief PowerPC Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -302,3 +312,5 @@ SYM (x):; \
#endif
#endif
+
+/** @} */
diff --git a/cpukit/score/cpu/powerpc/include/rtems/powerpc/registers.h b/cpukit/score/cpu/powerpc/include/rtems/powerpc/registers.h
index b63060d0a7..5dad87016d 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/powerpc/registers.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/powerpc/registers.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @addtogroup RTEMSScoreCPUPowerPC
+ *
* @brief PowerPc MSR and Registers Access Definitions
*
* This file contains some powerpc MSR and registers access definitions.
diff --git a/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
index a2b9278925..8e4b10156f 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @addtogroup RTEMSScoreCPUPowerPC
+ *
* @brief PowerPC CPU Department Source
*/
diff --git a/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
index 4a2f5adedb..bd23602827 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/score/cpuimpl.h
@@ -22,6 +22,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUPowerPC PowerPC
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief PowerPC Architecture Support
+ *
+ * @{
+ */
+
/* Exception stack frame -> BSP_Exception_frame */
#ifdef __powerpc64__
#define FRAME_LINK_SPACE 32
@@ -258,4 +268,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */
diff --git a/cpukit/score/cpu/powerpc/include/rtems/score/paravirt.h b/cpukit/score/cpu/powerpc/include/rtems/score/paravirt.h
index c9fee7d1d1..5efbd3bef7 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/score/paravirt.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/score/paravirt.h
@@ -25,9 +25,11 @@
#define _RTEMS_SCORE_PARAVIRT_H
/**
- * @defgroup ParavirtPowerPC Paravirtualization PowerPC Support
+ * @defgroup RTEMSScoreCPUPowerPCParavirt PowerPC Paravirtualization Support
*
- * @ingroup Score
+ * @ingroup RTEMSScoreCPUPowerPC
+ *
+ * @brief PowerPC Paravirtualization Support
*
* This handler encapulates the functionality (primarily conditional
* feature defines) related to paravirtualization on the PowerPC.