forked from Imagelibrary/rtems
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* mcf52235/include/mcf52235.h: Removed. Moved to the more generic mcf5223x.h. * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h. * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235 to mcf5223x.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||||
|
|
||||||
|
* mcf52235/include/mcf52235.h: Removed. Moved to the more generic
|
||||||
|
mcf5223x.h.
|
||||||
|
* mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
|
||||||
|
* Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
|
||||||
|
to mcf5223x.
|
||||||
|
|
||||||
2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||||
|
|
||||||
* mcf52235/include/mcf52235.h: New.
|
* mcf52235/include/mcf52235.h: New.
|
||||||
|
|||||||
@@ -93,10 +93,10 @@ mcf5206_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
mcf5206_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
mcf5206_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if mcf52235
|
if mcf5223x
|
||||||
## mcf52235/include
|
## mcf5223x/include
|
||||||
include_mcf52235dir = $(includedir)/mcf52235
|
include_mcf5223xdir = $(includedir)/mcf5223x
|
||||||
include_mcf52235_HEADERS = mcf52235/include/mcf52235.h
|
include_mcf5223x_HEADERS = mcf5223x/include/mcf5223x.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if mcf5235
|
if mcf5235
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ AM_CONDITIONAL(mcpu32p, test "$RTEMS_CPU_MODEL" = "m68360" \
|
|||||||
AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" )
|
AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" )
|
||||||
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
|
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
|
||||||
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
|
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
|
||||||
AM_CONDITIONAL(mcf52235, test "$RTEMS_CPU_MODEL" = "mcf52235" )
|
AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" )
|
||||||
|
|
||||||
RTEMS_AMPOLISH3
|
RTEMS_AMPOLISH3
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* File: mcf52235.h
|
* File: mcf5223x.h
|
||||||
* Purpose: Register and bit definitions
|
* Purpose: Register and bit definitions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MCF52235_H__
|
#ifndef __MCF5223x_H__
|
||||||
#define __MCF52235_H__
|
#define __MCF5223x_H__
|
||||||
|
|
||||||
typedef volatile unsigned char vuint8;
|
typedef volatile unsigned char vuint8;
|
||||||
typedef volatile unsigned short vuint16;
|
typedef volatile unsigned short vuint16;
|
||||||
typedef volatile unsigned long vuint32;
|
typedef volatile unsigned long vuint32;
|
||||||
|
|
||||||
extern vuint8 __IPSBAR[];
|
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
*
|
*
|
||||||
* System Control Module (SCM)
|
* System Control Module (SCM)
|
||||||
@@ -3361,4 +3359,4 @@ extern vuint8 __IPSBAR[];
|
|||||||
|
|
||||||
/********************************************************************/
|
/********************************************************************/
|
||||||
|
|
||||||
#endif /* __MCF52235_H__ */
|
#endif /* __MCF5223x_H__ */
|
||||||
@@ -42,15 +42,15 @@ $(PROJECT_INCLUDE)/mcf5206/mcfuart.h: mcf5206/include/mcfuart.h $(PROJECT_INCLUD
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
|
||||||
endif
|
endif
|
||||||
if mcf52235
|
if mcf5223x
|
||||||
$(PROJECT_INCLUDE)/mcf52235/$(dirstamp):
|
$(PROJECT_INCLUDE)/mcf5223x/$(dirstamp):
|
||||||
@$(MKDIR_P) $(PROJECT_INCLUDE)/mcf52235
|
@$(MKDIR_P) $(PROJECT_INCLUDE)/mcf5223x
|
||||||
@: > $(PROJECT_INCLUDE)/mcf52235/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/mcf5223x/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/mcf52235/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/mcf5223x/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/mcf52235/mcf52235.h: mcf52235/include/mcf52235.h $(PROJECT_INCLUDE)/mcf52235/$(dirstamp)
|
$(PROJECT_INCLUDE)/mcf5223x/mcf5223x.h: mcf5223x/include/mcf5223x.h $(PROJECT_INCLUDE)/mcf5223x/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf52235/mcf52235.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5223x/mcf5223x.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf52235/mcf52235.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5223x/mcf5223x.h
|
||||||
endif
|
endif
|
||||||
if mcf5235
|
if mcf5235
|
||||||
$(PROJECT_INCLUDE)/mcf5235/$(dirstamp):
|
$(PROJECT_INCLUDE)/mcf5235/$(dirstamp):
|
||||||
|
|||||||
Reference in New Issue
Block a user