forked from Imagelibrary/rtems
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
|
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ RTEMS_CHECK_TOOL([OBJCOPY],[objcopy])
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* start/start.S: removed obsolete bootcard calling warning
|
* start/start.S: removed obsolete bootcard calling warning
|
||||||
|
|||||||
@@ -36,6 +36,10 @@ RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* include/irq-config.h: Removed file.
|
* include/irq-config.h: Removed file.
|
||||||
|
|||||||
@@ -108,6 +108,10 @@ RTEMS_BSPOPTS_HELP([BRS5L],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* include/irq-config.h: Removed file.
|
* include/irq-config.h: Removed file.
|
||||||
|
|||||||
@@ -47,6 +47,10 @@ RTEMS_BSPOPTS_HELP([MPC8349],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* start/start.S: removed "bootbard calling" warning
|
* start/start.S: removed "bootbard calling" warning
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use some
|
[If defined, then the PowerPC specific code in RTEMS will use some
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* include/irq-config.h: Removed file.
|
* include/irq-config.h: Removed file.
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[mbx860_005b],[0])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[mbx860_005b],[0])
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2009-12-08 Eric Norum <wenorum@lbl.gov>
|
2009-12-08 Eric Norum <wenorum@lbl.gov>
|
||||||
|
|
||||||
* include/bsp.h: Add network configuration preprocessor macros.
|
* include/bsp.h: Add network configuration preprocessor macros.
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-06-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2010-06-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* startup/sd-card-init.c: fix bug in mount table
|
* startup/sd-card-init.c: fix bug in mount table
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[gwlcfm],[0])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[gwlcfm],[0])
|
||||||
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[mpc5566evb],[1])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[mpc5566evb],[1])
|
||||||
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Formatting.
|
* startup/bspstart.c: Formatting.
|
||||||
|
|||||||
@@ -67,6 +67,10 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list a Makefile here
|
# Explicitly list a Makefile here
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-02-09 Till Straumann <strauman@slac.stanford.edu>
|
2010-02-09 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* network/tsec.c: Added code to restart halted DMA
|
* network/tsec.c: Added code to restart halted DMA
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* startup/bspstart.c: correct prototype
|
* startup/bspstart.c: correct prototype
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
|
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* Makefile.am, start/start.S: Added AltiVec support
|
* Makefile.am, start/start.S: Added AltiVec support
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* include/irq-config.h: Removed file.
|
* include/irq-config.h: Removed file.
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ RTEMS_PROG_CC_FOR_TARGET
|
|||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
RTEMS_PROG_CCAS
|
RTEMS_PROG_CCAS
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
PR 1573/cpukit
|
PR 1573/cpukit
|
||||||
|
|||||||
@@ -69,6 +69,10 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
|
* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([WATCHDOG_TIMEOUT],[*],[0xFFFF])
|
RTEMS_BSPOPTS_SET([WATCHDOG_TIMEOUT],[*],[0xFFFF])
|
||||||
RTEMS_BSPOPTS_HELP([WATCHDOG_TIMEOUT],
|
RTEMS_BSPOPTS_HELP([WATCHDOG_TIMEOUT],
|
||||||
[Define to the desired timeout (in steps of 1/20 msec) to enable the
|
[Define to the desired timeout (in steps of 1/20 msec) to enable the
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* include/irq-config.h: Removed file.
|
* include/irq-config.h: Removed file.
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use
|
[If defined, then the PowerPC specific code in RTEMS will use
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* console/consolelite.c, network/xiltemac.c:
|
* console/consolelite.c, network/xiltemac.c:
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use some
|
[If defined, then the PowerPC specific code in RTEMS will use some
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* startup/linkcmds: Include basic linker command file and define only
|
* startup/linkcmds: Include basic linker command file and define only
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* startup/linkcmds: Include basic linker command file and define only
|
* startup/linkcmds: Include basic linker command file and define only
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|
||||||
2010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,
|
* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
## This is needed to generate the field offsets of the per CPU
|
||||||
|
## data structure so they can be accessed from assembly code.
|
||||||
|
AC_CHECK_SIZEOF([void *])
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
Reference in New Issue
Block a user