forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
92c2db645e
commit
39594416c4
@@ -37,6 +37,16 @@
|
||||
#include <rtems/score/cpuopts.h>
|
||||
#include <rtems/score/or1k.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreCPUor1kASM OpenRISC 1000 (or1k) Assembler Support
|
||||
*
|
||||
* @ingroup RTEMSScoreCPUor1k
|
||||
*
|
||||
* @brief OpenRISC 1000 (or1k) Assembler Support
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/*
|
||||
* Recent versions of GNU cpp define variables which indicate the
|
||||
* need for underscores and percents. If not using GNU cpp or
|
||||
@@ -96,4 +106,6 @@
|
||||
#define PUBLIC(sym) .global SYM (sym)
|
||||
#define EXTERN(sym) .global SYM (sym)
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMScoreCPUor1k
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -17,6 +17,16 @@
|
||||
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreCPUor1k OpenRISC 1000 (or1k)
|
||||
*
|
||||
* @ingroup RTEMSScoreCPU
|
||||
*
|
||||
* @brief OpenRISC 1000 (or1k) Architecture Support
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#define CPU_PER_CPU_CONTROL_SIZE 0
|
||||
|
||||
#ifndef ASM
|
||||
@@ -45,4 +55,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
|
||||
|
||||
#endif /* ASM */
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* _RTEMS_SCORE_CPUIMPL_H */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreCPU
|
||||
* @addtogroup RTEMSScoreCPU
|
||||
*
|
||||
* @brief OR1K exception support implementation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user