From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 19 Oct 2010 12:38:25 +0200 Subject: [U-Boot] [PATCH V4 1/1] MX5: rename mx51 to mx5 In-Reply-To: <1287371366-7162-1-git-send-email-r64343@freescale.com> References: <1287371366-7162-1-git-send-email-r64343@freescale.com> Message-ID: <4CBD7521.9020309@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/18/2010 05:09 AM, Jason Liu wrote: > Rename mx51 to mx5 in order to support more mx51 > like-style SOCs such as MX53 and the followings. > > Signed-off-by: Jason Liu > > --- > Changes for v2: > > Address the comments from Stefano Babic: > - rebase > - remove CONFIG_CPU_TYPE > - remove copyright change > - change vision2 board config > > Changes for v3: > Address the comments from Wolfgang Denk: > - Change CONFIG_HCLK_FREQ to CONFIG_SYS_MX5_HCLK > - Change CONFIG_CLK32 to CONFIG_SYS_MX5_CLK32 > - Add "mx5" resp. "MX5" to the new identifier names. > > Changes for v4: > - Remove unused is_soc_type definiton > - Change the SOC_TYPE printing message > > --- > > Signed-off-by: Jason Liu > --- > arch/arm/cpu/armv7/{mx51 => mx5}/Makefile | 0 > arch/arm/cpu/armv7/{mx51 => mx5}/clock.c | 42 ++++++++++---------- > arch/arm/cpu/armv7/{mx51 => mx5}/iomux.c | 2 +- > arch/arm/cpu/armv7/{mx51 => mx5}/lowlevel_init.S | 0 > arch/arm/cpu/armv7/{mx51 => mx5}/soc.c | 28 ++++++++----- > arch/arm/cpu/armv7/{mx51 => mx5}/speed.c | 0 > arch/arm/cpu/armv7/{mx51 => mx5}/timer.c | 8 ++-- > arch/arm/cpu/armv7/{mx51 => mx5}/u-boot.lds | 0 > .../asm/{arch-mx51 => arch-mx5}/asm-offsets.h | 0 > .../include/asm/{arch-mx51 => arch-mx5}/clock.h | 0 > .../include/asm/{arch-mx51 => arch-mx5}/crm_regs.h | 0 > .../include/asm/{arch-mx51 => arch-mx5}/imx-regs.h | 0 > .../include/asm/{arch-mx51 => arch-mx5}/iomux.h | 8 ++-- > .../mx51_pins.h => arch-mx5/mx5x_pins.h} | 6 +- > .../asm/{arch-mx51 => arch-mx5}/sys_proto.h | 0 > board/freescale/mx51evk/mx51evk.c | 2 +- > board/ttcontrol/vision2/vision2.c | 2 +- > boards.cfg | 4 +- > include/configs/mx51evk.h | 4 +- > include/configs/vision2.h | 4 +- > 20 files changed, 58 insertions(+), 52 deletions(-) Applied to u-boot-imx, thanks Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================