forked from Imagelibrary/rtems
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h, vectors/vectors.S: Rename EP5200 to IceCube since that is the nickname for the Freescale evaluation board it is based upon. BSP was tested on a Freescale MPC5200LITE.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
|
||||
vectors/vectors.S: Rename EP5200 to IceCube since that is the
|
||||
nickname for the Freescale evaluation board it is based upon. BSP was
|
||||
tested on a Freescale MPC5200LITE.
|
||||
|
||||
2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* ide/pcmcia_ide.c: Added prototype of mpc5200_pcmciaide_dma_blockop to
|
||||
|
||||
@@ -36,7 +36,7 @@ project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
dist_project_lib_DATA += startup/linkcmds.brs5l
|
||||
dist_project_lib_DATA += startup/linkcmds.ep5200
|
||||
dist_project_lib_DATA += startup/linkcmds.icecube
|
||||
dist_project_lib_DATA += startup/linkcmds.pm520
|
||||
|
||||
noinst_PROGRAMS += bestcomm.rel
|
||||
|
||||
@@ -8,7 +8,7 @@ The most complete and up to date information will be found on the
|
||||
RTEMS Wiki. We know of the following boards which are the IceCube:
|
||||
|
||||
+ FreeScale MPC5200LITE
|
||||
+ Embedded Planets EP52000
|
||||
+ Embedded Planets EP52000 (does not ship with U-Boot)
|
||||
|
||||
U-Boot supports this board very well. When using U-Boot the following
|
||||
command sequence is used to transform an ELF file into a U-Boot image.
|
||||
|
||||
@@ -90,11 +90,12 @@
|
||||
#define MBAR 0xF0000000
|
||||
#define HAS_UBOOT
|
||||
|
||||
#elif defined (ep5200)
|
||||
#elif defined (icecube)
|
||||
/*
|
||||
* Embedded Planet EP5200 -- should be the same as a Freescale 5200lite
|
||||
* which is also known as the Ice Cube. In the RTEMS configuration,
|
||||
* we load U-Boot on it instead of the default dBug.
|
||||
* Codename: IceCube
|
||||
* Compatible Boards:
|
||||
* Freescape MPC5200LITE
|
||||
* Embedded Planet EP5200
|
||||
*/
|
||||
|
||||
#define HAS_UBOOT
|
||||
|
||||
@@ -89,9 +89,9 @@ $(PROJECT_LIB)/linkcmds.brs5l: startup/linkcmds.brs5l $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.brs5l
|
||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.brs5l
|
||||
|
||||
$(PROJECT_LIB)/linkcmds.ep5200: startup/linkcmds.ep5200 $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.ep5200
|
||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.ep5200
|
||||
$(PROJECT_LIB)/linkcmds.icecube: startup/linkcmds.icecube $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.icecube
|
||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.icecube
|
||||
|
||||
$(PROJECT_LIB)/linkcmds.pm520: startup/linkcmds.pm520 $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.pm520
|
||||
|
||||
@@ -198,7 +198,7 @@ SYM (push_normalized_frame):
|
||||
SYNC
|
||||
rfi
|
||||
|
||||
#if !defined(ep5200)
|
||||
#if !defined(icecube)
|
||||
.section .vectors,"awx",@progbits
|
||||
|
||||
PUBLIC_VAR (__vectors)
|
||||
|
||||
Reference in New Issue
Block a user