From eb0b43f264077fb7ff53b479dce76324a8aaa696 Mon Sep 17 00:00:00 2001 From: Jens Scharsig Date: Wed, 2 May 2012 00:57:08 +0000 Subject: [PATCH 1/1] rename EB+MCF-EV123 to its current marketing name EB+CPU5282 * rename board directory to eb_cpu5282 * rename EB+MCF-EV123_.*config to eb_cpu5282_.*config * add Maintainer for EB+CPU5282 board * rename prompt Signed-off-by: Jens Scharsig (BuS Elektronik) --- MAINTAINERS | 4 ++++ board/BuS/{EB+MCF-EV123 => eb_cpu5282}/Makefile | 0 board/BuS/{EB+MCF-EV123 => eb_cpu5282}/cfm_flash.c | 0 board/BuS/{EB+MCF-EV123 => eb_cpu5282}/cfm_flash.h | 0 board/BuS/{EB+MCF-EV123 => eb_cpu5282}/config.mk | 0 .../{EB+MCF-EV123/EB+MCF-EV123.c => eb_cpu5282/eb_cpu5282.c} | 0 board/BuS/{EB+MCF-EV123 => eb_cpu5282}/flash.c | 0 board/BuS/{EB+MCF-EV123 => eb_cpu5282}/u-boot.lds | 0 boards.cfg | 4 ++-- include/configs/{EB+MCF-EV123.h => eb_cpu5282.h} | 10 +++++----- 10 files changed, 11 insertions(+), 7 deletions(-) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/Makefile (100%) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/cfm_flash.c (100%) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/cfm_flash.h (100%) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/config.mk (100%) rename board/BuS/{EB+MCF-EV123/EB+MCF-EV123.c => eb_cpu5282/eb_cpu5282.c} (100%) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/flash.c (100%) rename board/BuS/{EB+MCF-EV123 => eb_cpu5282}/u-boot.lds (100%) rename include/configs/{EB+MCF-EV123.h => eb_cpu5282.h} (97%) diff --git a/MAINTAINERS b/MAINTAINERS index c8d66b8..c5a6f2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1052,6 +1052,10 @@ Matthias Fuchs TASREG MCF5249 +Jens Scharsig + + eb_cpu5282 mfc5282 + TsiChung Liew M52277EVB mcf5227x diff --git a/board/BuS/EB+MCF-EV123/Makefile b/board/BuS/eb_cpu5282/Makefile similarity index 100% rename from board/BuS/EB+MCF-EV123/Makefile rename to board/BuS/eb_cpu5282/Makefile diff --git a/board/BuS/EB+MCF-EV123/cfm_flash.c b/board/BuS/eb_cpu5282/cfm_flash.c similarity index 100% rename from board/BuS/EB+MCF-EV123/cfm_flash.c rename to board/BuS/eb_cpu5282/cfm_flash.c diff --git a/board/BuS/EB+MCF-EV123/cfm_flash.h b/board/BuS/eb_cpu5282/cfm_flash.h similarity index 100% rename from board/BuS/EB+MCF-EV123/cfm_flash.h rename to board/BuS/eb_cpu5282/cfm_flash.h diff --git a/board/BuS/EB+MCF-EV123/config.mk b/board/BuS/eb_cpu5282/config.mk similarity index 100% rename from board/BuS/EB+MCF-EV123/config.mk rename to board/BuS/eb_cpu5282/config.mk diff --git a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c b/board/BuS/eb_cpu5282/eb_cpu5282.c similarity index 100% rename from board/BuS/EB+MCF-EV123/EB+MCF-EV123.c rename to board/BuS/eb_cpu5282/eb_cpu5282.c diff --git a/board/BuS/EB+MCF-EV123/flash.c b/board/BuS/eb_cpu5282/flash.c similarity index 100% rename from board/BuS/EB+MCF-EV123/flash.c rename to board/BuS/eb_cpu5282/flash.c diff --git a/board/BuS/EB+MCF-EV123/u-boot.lds b/board/BuS/eb_cpu5282/u-boot.lds similarity index 100% rename from board/BuS/EB+MCF-EV123/u-boot.lds rename to board/BuS/eb_cpu5282/u-boot.lds diff --git a/boards.cfg b/boards.cfg index becf258..fdb84ad 100644 --- a/boards.cfg +++ b/boards.cfg @@ -339,8 +339,8 @@ M5235EVB m68k mcf523x m5235evb freesca M5235EVB_Flash32 m68k mcf523x m5235evb freescale - M5235EVB:NORFLASH_PS32BIT,SYS_TEXT_BASE=0xFFC00000 cobra5272 m68k mcf52x2 cobra5272 - idmr m68k mcf52x2 -EB-MCF-EV123 m68k mcf52x2 EB+MCF-EV123 BuS - EB+MCF-EV123:SYS_TEXT_BASE=0xFFE00000 -EB-MCF-EV123_internal m68k mcf52x2 EB+MCF-EV123 BuS - EB+MCF-EV123:SYS_TEXT_BASE=0xF0000000 +eb_cpu5282 m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xFFE00000 +eb_cpu5282_internal m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xF0000000 TASREG m68k mcf52x2 tasreg esd M5208EVBE m68k mcf52x2 m5208evbe freescale M5249EVB m68k mcf52x2 m5249evb freescale diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/eb_cpu5282.h similarity index 97% rename from include/configs/EB+MCF-EV123.h rename to include/configs/eb_cpu5282.h index a3420f4..9ecc10b 100644 --- a/include/configs/EB+MCF-EV123.h +++ b/include/configs/eb_cpu5282.h @@ -1,5 +1,5 @@ /* - * Configuation settings for the BuS EB+MCF-EV123 boards. + * Configuation settings for the BuS EB+CPU5283 boards (aka EB+MCF-EV123) * * (C) Copyright 2005-2009 BuS Elektronik GmbH & Co.KG * @@ -22,8 +22,8 @@ * MA 02111-1307 USA */ -#ifndef _CONFIG_EB_MCF_EV123_H_ -#define _CONFIG_EB_MCF_EV123_H_ +#ifndef _CONFIG_EB_CPU5282_H_ +#define _CONFIG_EB_CPU5282_H_ #undef CONFIG_SYS_HALT_BEFOR_RAM_JUMP @@ -33,7 +33,6 @@ #define CONFIG_MCF52x2 /* define processor family */ #define CONFIG_M5282 /* define processor type */ -#define CONFIG_EB_MCF_EV123 #define CONFIG_MISC_INIT_R @@ -90,7 +89,8 @@ #define CONFIG_BOOTDELAY 5 #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "\nEV123 U-Boot> " +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " +#define CONFIG_SYS_PROMPT "\nEB+CPU5282> " #define CONFIG_SYS_LONGHELP 1 #if defined(CONFIG_CMD_KGDB) -- 2.7.4