]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
board/BuR: rename kwb board to brxre1
authorHannes Schmelzer <oe5hpm@oevsv.at>
Wed, 22 Jun 2016 10:36:14 +0000 (12:36 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jun 2016 21:24:40 +0000 (17:24 -0400)
Rename B&R kwb board to brxre1

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
board/BuR/brxre1/Kconfig [moved from board/BuR/kwb/Kconfig with 68% similarity]
board/BuR/brxre1/MAINTAINERS [new file with mode: 0644]
board/BuR/brxre1/Makefile [moved from board/BuR/kwb/Makefile with 100% similarity]
board/BuR/brxre1/board.c [moved from board/BuR/kwb/board.c with 98% similarity]
board/BuR/brxre1/mux.c [moved from board/BuR/kwb/mux.c with 100% similarity]
board/BuR/kwb/MAINTAINERS [deleted file]
configs/brxre1_defconfig [moved from configs/kwb_defconfig with 97% similarity]
include/configs/brxre1.h [moved from include/configs/kwb.h with 97% similarity]

index 3c2c7557ea1beedf127cd410f0dca8f45bcac4ea..3237a74f722358bdb76207fa0244eeb1fb3a403f 100644 (file)
@@ -304,8 +304,8 @@ config TARGET_VEXPRESS_CA9X4
        bool "Support vexpress_ca9x4"
        select CPU_V7
 
-config TARGET_KWB
-       bool "Support kwb"
+config TARGET_BRXRE1
+       bool "Support BRXRE1"
        select CPU_V7
        select SUPPORT_SPL
 
@@ -908,7 +908,7 @@ source "arch/arm/cpu/armv8/Kconfig"
 source "arch/arm/imx-common/Kconfig"
 
 source "board/bosch/shc/Kconfig"
-source "board/BuR/kwb/Kconfig"
+source "board/BuR/brxre1/Kconfig"
 source "board/BuR/brppt1/Kconfig"
 source "board/CarMediaLab/flea3/Kconfig"
 source "board/Marvell/aspenite/Kconfig"
similarity index 68%
rename from board/BuR/kwb/Kconfig
rename to board/BuR/brxre1/Kconfig
index 4beefbf77146bb4b84ae443b10f351020d4e044e..389e523f60113edd36ef596e6e41a00b0f7fbb45 100644 (file)
@@ -1,7 +1,7 @@
-if TARGET_KWB
+if TARGET_BRXRE1
 
 config SYS_BOARD
-       default "kwb"
+       default "brxre1"
 
 config SYS_VENDOR
        default "BuR"
@@ -10,6 +10,6 @@ config SYS_SOC
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       default "kwb"
+       default "brxre1"
 
 endif
diff --git a/board/BuR/brxre1/MAINTAINERS b/board/BuR/brxre1/MAINTAINERS
new file mode 100644 (file)
index 0000000..a10d9c1
--- /dev/null
@@ -0,0 +1,6 @@
+BRXRE1 BOARD
+M:     Hannes Schmelzer <hannes.schmelzer@br-automation.com>
+S:     Maintained
+F:     board/BuR/brxre1/
+F:     include/configs/brxre1.h
+F:     configs/brxre1_defconfig
similarity index 98%
rename from board/BuR/kwb/board.c
rename to board/BuR/brxre1/board.c
index ad74ff299cb724d5f146b5472a406c77c847b957..f4bfa410cc60ec7b21b8ae763db86ed909f54fa8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * board.c
  *
- * Board functions for B&R KWB Board
+ * Board functions for B&R BRXRE1 Board
  *
  * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
@@ -101,7 +101,7 @@ void am33xx_spl_board_init(void)
         */
        u32 *const clk_domains[] = { 0 };
 
-       u32 *const clk_modules_kwbspecific[] = {
+       u32 *const clk_modules_xre1specific[] = {
                &cmwkup->wkup_adctscctrl,
                &cmper->spi1clkctrl,
                &cmper->dcan0clkctrl,
@@ -113,7 +113,7 @@ void am33xx_spl_board_init(void)
                &cmper->lcdcclkstctrl,
                0
        };
-       do_enable_clocks(clk_domains, clk_modules_kwbspecific, 1);
+       do_enable_clocks(clk_domains, clk_modules_xre1specific, 1);
        /* setup LCD-Pixel Clock */
        writel(0x2, CM_DPLL + 0x34);
        /* power-OFF LCD-Display */
similarity index 100%
rename from board/BuR/kwb/mux.c
rename to board/BuR/brxre1/mux.c
diff --git a/board/BuR/kwb/MAINTAINERS b/board/BuR/kwb/MAINTAINERS
deleted file mode 100644 (file)
index ca7d329..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-KWB BOARD
-M:     Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-S:     Maintained
-F:     board/BuR/kwb/
-F:     include/configs/kwb.h
-F:     configs/kwb_defconfig
similarity index 97%
rename from configs/kwb_defconfig
rename to configs/brxre1_defconfig
index 790292e7381b6f8fec09d0cf140199113a447cc9..13617d31bea063b5214aad1ca9065ba5f62d37be 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_TARGET_KWB=y
+CONFIG_TARGET_BRXRE1=y
 CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
 CONFIG_BOOTDELAY=0
similarity index 97%
rename from include/configs/kwb.h
rename to include/configs/brxre1.h
index 2bddc6b7df812a7354ce5b8effb767990c91704b..11f56bfb4d9da4f8c2971e1c63a28b73d1794908 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * kwb.h
+ * brxre1.h
  *
  * specific parts for B&R KWB Motherboard
  *
@@ -9,8 +9,8 @@
  * SPDX-License-Identifier:        GPL-2.0+
  */
 
-#ifndef __CONFIG_KWB_H__
-#define __CONFIG_KWB_H__
+#ifndef __CONFIG_BRXRE1_H__
+#define __CONFIG_BRXRE1_H__
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
@@ -140,4 +140,4 @@ BUR_COMMON_ENV \
 #define CONFIG_FAT_WRITE
 #endif /* CONFIG_MMC, ... */
 
-#endif /* __CONFIG_KWB_H__ */
+#endif /* __CONFIG_BRXRE1_H__ */