All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory
@ 2015-11-24 13:03 Wolfgang Denk
  2015-11-24 13:25 ` Stefan Roese
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2015-11-24 13:03 UTC (permalink / raw)
  To: u-boot

In preparation of some new Liebherr boards to be added soon, a new
"liebherr" vendor directory gets created, and the "lwmon5" board
directory is moved into this new vendor directory.

cc: Stefan Roese <sr@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 arch/powerpc/cpu/ppc4xx/Kconfig         | 2 +-
 board/{ => liebherr}/lwmon5/Kconfig     | 3 +++
 board/{ => liebherr}/lwmon5/MAINTAINERS | 0
 board/{ => liebherr}/lwmon5/Makefile    | 0
 board/{ => liebherr}/lwmon5/config.mk   | 0
 board/{ => liebherr}/lwmon5/init.S      | 0
 board/{ => liebherr}/lwmon5/kbd.c       | 0
 board/{ => liebherr}/lwmon5/lwmon5.c    | 0
 board/{ => liebherr}/lwmon5/sdram.c     | 0
 9 files changed, 4 insertions(+), 1 deletion(-)
 rename board/{ => liebherr}/lwmon5/Kconfig (78%)
 rename board/{ => liebherr}/lwmon5/MAINTAINERS (100%)
 rename board/{ => liebherr}/lwmon5/Makefile (100%)
 rename board/{ => liebherr}/lwmon5/config.mk (100%)
 rename board/{ => liebherr}/lwmon5/init.S (100%)
 rename board/{ => liebherr}/lwmon5/kbd.c (100%)
 rename board/{ => liebherr}/lwmon5/lwmon5.c (100%)
 rename board/{ => liebherr}/lwmon5/sdram.c (100%)

diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index 945e771..efd3165 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -152,7 +152,7 @@ source "board/gdsys/405ex/Kconfig"
 source "board/gdsys/dlvision/Kconfig"
 source "board/gdsys/gdppc440etx/Kconfig"
 source "board/gdsys/intip/Kconfig"
-source "board/lwmon5/Kconfig"
+source "board/liebherr/lwmon5/Kconfig"
 source "board/mosaixtech/icon/Kconfig"
 source "board/mpl/mip405/Kconfig"
 source "board/mpl/pip405/Kconfig"
diff --git a/board/lwmon5/Kconfig b/board/liebherr/lwmon5/Kconfig
similarity index 78%
rename from board/lwmon5/Kconfig
rename to board/liebherr/lwmon5/Kconfig
index 7b8c605..7f1bb40 100644
--- a/board/lwmon5/Kconfig
+++ b/board/liebherr/lwmon5/Kconfig
@@ -3,6 +3,9 @@ if TARGET_LWMON5
 config SYS_BOARD
 	default "lwmon5"
 
+config SYS_VENDOR
+	default "liebherr"
+
 config SYS_CONFIG_NAME
 	default "lwmon5"
 
diff --git a/board/lwmon5/MAINTAINERS b/board/liebherr/lwmon5/MAINTAINERS
similarity index 100%
rename from board/lwmon5/MAINTAINERS
rename to board/liebherr/lwmon5/MAINTAINERS
diff --git a/board/lwmon5/Makefile b/board/liebherr/lwmon5/Makefile
similarity index 100%
rename from board/lwmon5/Makefile
rename to board/liebherr/lwmon5/Makefile
diff --git a/board/lwmon5/config.mk b/board/liebherr/lwmon5/config.mk
similarity index 100%
rename from board/lwmon5/config.mk
rename to board/liebherr/lwmon5/config.mk
diff --git a/board/lwmon5/init.S b/board/liebherr/lwmon5/init.S
similarity index 100%
rename from board/lwmon5/init.S
rename to board/liebherr/lwmon5/init.S
diff --git a/board/lwmon5/kbd.c b/board/liebherr/lwmon5/kbd.c
similarity index 100%
rename from board/lwmon5/kbd.c
rename to board/liebherr/lwmon5/kbd.c
diff --git a/board/lwmon5/lwmon5.c b/board/liebherr/lwmon5/lwmon5.c
similarity index 100%
rename from board/lwmon5/lwmon5.c
rename to board/liebherr/lwmon5/lwmon5.c
diff --git a/board/lwmon5/sdram.c b/board/liebherr/lwmon5/sdram.c
similarity index 100%
rename from board/lwmon5/sdram.c
rename to board/liebherr/lwmon5/sdram.c
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory
  2015-11-24 13:03 [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory Wolfgang Denk
@ 2015-11-24 13:25 ` Stefan Roese
  2015-11-24 19:46   ` [U-Boot] [PATCH v2] " Wolfgang Denk
  2015-11-24 19:47   ` [U-Boot] [PATCH 2/2] " Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Roese @ 2015-11-24 13:25 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

On 24.11.2015 14:03, Wolfgang Denk wrote:
> In preparation of some new Liebherr boards to be added soon, a new
> "liebherr" vendor directory gets created, and the "lwmon5" board
> directory is moved into this new vendor directory.
>
> cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>   arch/powerpc/cpu/ppc4xx/Kconfig         | 2 +-
>   board/{ => liebherr}/lwmon5/Kconfig     | 3 +++
>   board/{ => liebherr}/lwmon5/MAINTAINERS | 0
>   board/{ => liebherr}/lwmon5/Makefile    | 0
>   board/{ => liebherr}/lwmon5/config.mk   | 0
>   board/{ => liebherr}/lwmon5/init.S      | 0
>   board/{ => liebherr}/lwmon5/kbd.c       | 0
>   board/{ => liebherr}/lwmon5/lwmon5.c    | 0
>   board/{ => liebherr}/lwmon5/sdram.c     | 0
>   9 files changed, 4 insertions(+), 1 deletion(-)
>   rename board/{ => liebherr}/lwmon5/Kconfig (78%)
>   rename board/{ => liebherr}/lwmon5/MAINTAINERS (100%)
>   rename board/{ => liebherr}/lwmon5/Makefile (100%)
>   rename board/{ => liebherr}/lwmon5/config.mk (100%)
>   rename board/{ => liebherr}/lwmon5/init.S (100%)
>   rename board/{ => liebherr}/lwmon5/kbd.c (100%)
>   rename board/{ => liebherr}/lwmon5/lwmon5.c (100%)
>   rename board/{ => liebherr}/lwmon5/sdram.c (100%)
>
> diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
> index 945e771..efd3165 100644
> --- a/arch/powerpc/cpu/ppc4xx/Kconfig
> +++ b/arch/powerpc/cpu/ppc4xx/Kconfig
> @@ -152,7 +152,7 @@ source "board/gdsys/405ex/Kconfig"
>   source "board/gdsys/dlvision/Kconfig"
>   source "board/gdsys/gdppc440etx/Kconfig"
>   source "board/gdsys/intip/Kconfig"
> -source "board/lwmon5/Kconfig"
> +source "board/liebherr/lwmon5/Kconfig"
>   source "board/mosaixtech/icon/Kconfig"
>   source "board/mpl/mip405/Kconfig"
>   source "board/mpl/pip405/Kconfig"
> diff --git a/board/lwmon5/Kconfig b/board/liebherr/lwmon5/Kconfig
> similarity index 78%
> rename from board/lwmon5/Kconfig
> rename to board/liebherr/lwmon5/Kconfig
> index 7b8c605..7f1bb40 100644
> --- a/board/lwmon5/Kconfig
> +++ b/board/liebherr/lwmon5/Kconfig
> @@ -3,6 +3,9 @@ if TARGET_LWMON5
>   config SYS_BOARD
>   	default "lwmon5"
>
> +config SYS_VENDOR
> +	default "liebherr"
> +
>   config SYS_CONFIG_NAME
>   	default "lwmon5"
>
> diff --git a/board/lwmon5/MAINTAINERS b/board/liebherr/lwmon5/MAINTAINERS
> similarity index 100%
> rename from board/lwmon5/MAINTAINERS
> rename to board/liebherr/lwmon5/MAINTAINERS
> diff --git a/board/lwmon5/Makefile b/board/liebherr/lwmon5/Makefile
> similarity index 100%
> rename from board/lwmon5/Makefile
> rename to board/liebherr/lwmon5/Makefile
> diff --git a/board/lwmon5/config.mk b/board/liebherr/lwmon5/config.mk
> similarity index 100%
> rename from board/lwmon5/config.mk
> rename to board/liebherr/lwmon5/config.mk
> diff --git a/board/lwmon5/init.S b/board/liebherr/lwmon5/init.S
> similarity index 100%
> rename from board/lwmon5/init.S
> rename to board/liebherr/lwmon5/init.S
> diff --git a/board/lwmon5/kbd.c b/board/liebherr/lwmon5/kbd.c
> similarity index 100%
> rename from board/lwmon5/kbd.c
> rename to board/liebherr/lwmon5/kbd.c
> diff --git a/board/lwmon5/lwmon5.c b/board/liebherr/lwmon5/lwmon5.c
> similarity index 100%
> rename from board/lwmon5/lwmon5.c
> rename to board/liebherr/lwmon5/lwmon5.c
> diff --git a/board/lwmon5/sdram.c b/board/liebherr/lwmon5/sdram.c
> similarity index 100%
> rename from board/lwmon5/sdram.c
> rename to board/liebherr/lwmon5/sdram.c

You missed to change the location of bsp files in the MAINTAINERS
file:

LWMON5 BOARD
M:      Stefan Roese <sr@denx.de>
S:      Maintained
F:      board/lwmon5/
...

Other than this:

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH v2] PPC4xx: Create "liebherr" vendor directory
  2015-11-24 13:25 ` Stefan Roese
@ 2015-11-24 19:46   ` Wolfgang Denk
  2015-11-30 11:53     ` Stefan Roese
  2015-11-24 19:47   ` [U-Boot] [PATCH 2/2] " Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2015-11-24 19:46 UTC (permalink / raw)
  To: u-boot

In preparation of some new Liebherr boards to be added soon, a new
"liebherr" vendor directory gets created, and the "lwmon5" board
directory is moved into this new vendor directory.

cc: Stefan Roese <sr@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
Changes v2:	Fix directory name in MAINTAINERS file
		Tnx to Stefan Roese for pointing out.

 arch/powerpc/cpu/ppc4xx/Kconfig         | 2 +-
 board/{ => liebherr}/lwmon5/Kconfig     | 3 +++
 board/{ => liebherr}/lwmon5/MAINTAINERS | 2 +-
 board/{ => liebherr}/lwmon5/Makefile    | 0
 board/{ => liebherr}/lwmon5/config.mk   | 0
 board/{ => liebherr}/lwmon5/init.S      | 0
 board/{ => liebherr}/lwmon5/kbd.c       | 0
 board/{ => liebherr}/lwmon5/lwmon5.c    | 0
 board/{ => liebherr}/lwmon5/sdram.c     | 0
 9 files changed, 5 insertions(+), 2 deletions(-)
 rename board/{ => liebherr}/lwmon5/Kconfig (78%)
 rename board/{ => liebherr}/lwmon5/MAINTAINERS (81%)
 rename board/{ => liebherr}/lwmon5/Makefile (100%)
 rename board/{ => liebherr}/lwmon5/config.mk (100%)
 rename board/{ => liebherr}/lwmon5/init.S (100%)
 rename board/{ => liebherr}/lwmon5/kbd.c (100%)
 rename board/{ => liebherr}/lwmon5/lwmon5.c (100%)
 rename board/{ => liebherr}/lwmon5/sdram.c (100%)

diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index 945e771..efd3165 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -152,7 +152,7 @@ source "board/gdsys/405ex/Kconfig"
 source "board/gdsys/dlvision/Kconfig"
 source "board/gdsys/gdppc440etx/Kconfig"
 source "board/gdsys/intip/Kconfig"
-source "board/lwmon5/Kconfig"
+source "board/liebherr/lwmon5/Kconfig"
 source "board/mosaixtech/icon/Kconfig"
 source "board/mpl/mip405/Kconfig"
 source "board/mpl/pip405/Kconfig"
diff --git a/board/lwmon5/Kconfig b/board/liebherr/lwmon5/Kconfig
similarity index 78%
rename from board/lwmon5/Kconfig
rename to board/liebherr/lwmon5/Kconfig
index 7b8c605..7f1bb40 100644
--- a/board/lwmon5/Kconfig
+++ b/board/liebherr/lwmon5/Kconfig
@@ -3,6 +3,9 @@ if TARGET_LWMON5
 config SYS_BOARD
 	default "lwmon5"
 
+config SYS_VENDOR
+	default "liebherr"
+
 config SYS_CONFIG_NAME
 	default "lwmon5"
 
diff --git a/board/lwmon5/MAINTAINERS b/board/liebherr/lwmon5/MAINTAINERS
similarity index 81%
rename from board/lwmon5/MAINTAINERS
rename to board/liebherr/lwmon5/MAINTAINERS
index 3ea1888..df45730 100644
--- a/board/lwmon5/MAINTAINERS
+++ b/board/liebherr/lwmon5/MAINTAINERS
@@ -1,6 +1,6 @@
 LWMON5 BOARD
 M:	Stefan Roese <sr@denx.de>
 S:	Maintained
-F:	board/lwmon5/
+F:	board/liebherr/lwmon5/
 F:	include/configs/lwmon5.h
 F:	configs/lwmon5_defconfig
diff --git a/board/lwmon5/Makefile b/board/liebherr/lwmon5/Makefile
similarity index 100%
rename from board/lwmon5/Makefile
rename to board/liebherr/lwmon5/Makefile
diff --git a/board/lwmon5/config.mk b/board/liebherr/lwmon5/config.mk
similarity index 100%
rename from board/lwmon5/config.mk
rename to board/liebherr/lwmon5/config.mk
diff --git a/board/lwmon5/init.S b/board/liebherr/lwmon5/init.S
similarity index 100%
rename from board/lwmon5/init.S
rename to board/liebherr/lwmon5/init.S
diff --git a/board/lwmon5/kbd.c b/board/liebherr/lwmon5/kbd.c
similarity index 100%
rename from board/lwmon5/kbd.c
rename to board/liebherr/lwmon5/kbd.c
diff --git a/board/lwmon5/lwmon5.c b/board/liebherr/lwmon5/lwmon5.c
similarity index 100%
rename from board/lwmon5/lwmon5.c
rename to board/liebherr/lwmon5/lwmon5.c
diff --git a/board/lwmon5/sdram.c b/board/liebherr/lwmon5/sdram.c
similarity index 100%
rename from board/lwmon5/sdram.c
rename to board/liebherr/lwmon5/sdram.c
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory
  2015-11-24 13:25 ` Stefan Roese
  2015-11-24 19:46   ` [U-Boot] [PATCH v2] " Wolfgang Denk
@ 2015-11-24 19:47   ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2015-11-24 19:47 UTC (permalink / raw)
  To: u-boot

Dear Stefan,

In message <5654652C.6000209@denx.de> you wrote:
> 
> You missed to change the location of bsp files in the MAINTAINERS
> file:
> 
> LWMON5 BOARD
> M:      Stefan Roese <sr@denx.de>
> S:      Maintained
> F:      board/lwmon5/

Indeed. Fixed in v2.  Thanks!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The best things in life are for a fee.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH v2] PPC4xx: Create "liebherr" vendor directory
  2015-11-24 19:46   ` [U-Boot] [PATCH v2] " Wolfgang Denk
@ 2015-11-30 11:53     ` Stefan Roese
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2015-11-30 11:53 UTC (permalink / raw)
  To: u-boot

On 24.11.2015 20:46, Wolfgang Denk wrote:
> In preparation of some new Liebherr boards to be added soon, a new
> "liebherr" vendor directory gets created, and the "lwmon5" board
> directory is moved into this new vendor directory.
>
> cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Wolfgang Denk <wd@denx.de>

Applied to u-boot-ppc4xx/master.

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-30 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 13:03 [U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory Wolfgang Denk
2015-11-24 13:25 ` Stefan Roese
2015-11-24 19:46   ` [U-Boot] [PATCH v2] " Wolfgang Denk
2015-11-30 11:53     ` Stefan Roese
2015-11-24 19:47   ` [U-Boot] [PATCH 2/2] " Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.