PR 1914/cpukit
	* rtems/score/cpu.h: Select timestamp implementation.
This commit is contained in:
Sebastian Huber
2011-09-27 09:18:25 +00:00
parent abd2530921
commit 9c121991d7
28 changed files with 97 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Remove /*PAGE markers which were

View File

@@ -348,6 +348,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -356,6 +356,8 @@ extern "C" {
*/
#define CPU_STRUCTURE_ALIGNMENT
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/**
* @defgroup CPUEndian Processor Dependent Endianness Support
*

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -320,6 +320,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a

View File

@@ -85,6 +85,8 @@ extern "C" {
#define CPU_STACK_GROWS_UP FALSE
#define CPU_STRUCTURE_ALIGNMENT
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Does this port provide a CPU dependent IDLE task implementation?
*

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-08-18 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1868/lm32

View File

@@ -351,6 +351,8 @@ extern "C" {
*/
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (8)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/**
* @defgroup CPUEndian Processor Dependent Endianness Support
*

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -359,6 +359,7 @@ extern "C" {
*/
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (2)))
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
/**
* @defgroup CPUEndian Processor Dependent Endianness Support

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -355,6 +355,8 @@ extern "C" {
*/
#define CPU_STRUCTURE_ALIGNMENT
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
/**
* @defgroup CPUEndian Processor Dependent Endianness Support
*

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S: Remove /*PAGE markers which were interpreted by a

View File

@@ -102,6 +102,8 @@ extern "C" {
#define CPU_STACK_GROWS_UP FALSE
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (4)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -309,6 +309,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT
#endif
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-09-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* nios2-eic-il-low-level.S, nios2-eic-rsie-low-level.S: New files.

View File

@@ -67,6 +67,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT __attribute__((section(".sdata"), aligned(32)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
#define CPU_BIG_ENDIAN FALSE
#define CPU_LITTLE_ENDIAN TRUE

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-08-30 Peter Dufault <dufault@hda.com>
* rtems/score/cpu.h: Add more context access functionality. Needed to

View File

@@ -144,6 +144,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT \
__attribute__ ((aligned (PPC_STRUCTURE_ALIGNMENT)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -273,6 +273,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned(16)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -209,6 +209,8 @@ extern "C" {
*/
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (16)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/**
* Define what is required to specify how the network to host conversion
* routines are handled.

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead

View File

@@ -202,6 +202,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (16)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* Define what is required to specify how the network to host conversion
* routines are handled.