forked from Imagelibrary/rtems
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit * rtems/score/cpu.h: Select timestamp implementation.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -356,6 +356,8 @@ extern "C" {
|
||||
*/
|
||||
#define CPU_STRUCTURE_ALIGNMENT
|
||||
|
||||
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
|
||||
|
||||
/**
|
||||
* @defgroup CPUEndian Processor Dependent Endianness Support
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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?
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -355,6 +355,8 @@ extern "C" {
|
||||
*/
|
||||
#define CPU_STRUCTURE_ALIGNMENT
|
||||
|
||||
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
|
||||
|
||||
/**
|
||||
* @defgroup CPUEndian Processor Dependent Endianness Support
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user