summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-06 13:53:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-06 13:53:30 +0000
commit1abae1068a833160d2e4f272972486b2fa577c41 (patch)
tree660c669eed291d9abe5bbdd5b7f264bc8656d5c2 /c
parent2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1abae1068a833160d2e4f272972486b2fa577c41.tar.bz2
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.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/Makefile.am2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/README.IceCube2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/bsp.h9
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/preinstall.am6
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S2
6 files changed, 18 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index 8f6688b659..9ba8f0ab5c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
index 2581623772..711b818498 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen5200/Makefile.am
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README.IceCube b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
index 307ca492c9..3dd2de4934 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
+++ b/c/src/lib/libbsp/powerpc/gen5200/README.IceCube
@@ -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.
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
index 85bc7ace92..cefe5008c8 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/gen5200/preinstall.am b/c/src/lib/libbsp/powerpc/gen5200/preinstall.am
index eff2a6f2da..1f5a93a091 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/preinstall.am
+++ b/c/src/lib/libbsp/powerpc/gen5200/preinstall.am
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
index 14b22fdc42..4470e2cca6 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/gen5200/vectors/vectors.S
@@ -198,7 +198,7 @@ SYM (push_normalized_frame):
SYNC
rfi
-#if !defined(ep5200)
+#if !defined(icecube)
.section .vectors,"awx",@progbits
PUBLIC_VAR (__vectors)