doxygen: score: Add powerpc CPU architecture group

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-03-26 11:48:20 +01:00
committed by Sebastian Huber
parent 39594416c4
commit 6ddbcbcd51
5 changed files with 32 additions and 2 deletions

View File

@@ -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
/** @} */

View File

@@ -1,6 +1,8 @@
/**
* @file
*
* @addtogroup RTEMSScoreCPUPowerPC
*
* @brief PowerPc MSR and Registers Access Definitions
*
* This file contains some powerpc MSR and registers access definitions.

View File

@@ -1,6 +1,8 @@
/**
* @file
*
* @addtogroup RTEMSScoreCPUPowerPC
*
* @brief PowerPC CPU Department Source
*/

View File

@@ -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 */

View File

@@ -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.