public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory
@ 2010-08-18 12:14 Wolfgang Denk
  2010-08-18 12:20 ` Stefan Roese
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-08-18 12:14 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Roderik Wildenburg <roderik.wildenburg@manroland.com>

---
 board/{ => manroland}/hmi1001/Makefile       |    0
 board/{ => manroland}/hmi1001/config.mk      |    0
 board/{ => manroland}/hmi1001/hmi1001.c      |    0
 board/{ => manroland}/mucmc52/Makefile       |    0
 board/{ => manroland}/mucmc52/config.mk      |    0
 board/{ => manroland}/mucmc52/mucmc52.c      |    0
 board/{ => manroland}/uc100/Makefile         |    0
 board/{ => manroland}/uc100/config.mk        |    0
 board/{ => manroland}/uc100/pcmcia.c         |    0
 board/{ => manroland}/uc100/u-boot.lds       |    0
 board/{ => manroland}/uc100/u-boot.lds.debug |    0
 board/{ => manroland}/uc100/uc100.c          |    0
 board/{ => manroland}/uc101/Makefile         |    0
 board/{ => manroland}/uc101/config.mk        |    0
 board/{ => manroland}/uc101/uc101.c          |    0
 boards.cfg                                   |    8 ++++----
 16 files changed, 4 insertions(+), 4 deletions(-)
 rename board/{ => manroland}/hmi1001/Makefile (100%)
 rename board/{ => manroland}/hmi1001/config.mk (100%)
 rename board/{ => manroland}/hmi1001/hmi1001.c (100%)
 rename board/{ => manroland}/mucmc52/Makefile (100%)
 rename board/{ => manroland}/mucmc52/config.mk (100%)
 rename board/{ => manroland}/mucmc52/mucmc52.c (100%)
 rename board/{ => manroland}/uc100/Makefile (100%)
 rename board/{ => manroland}/uc100/config.mk (100%)
 rename board/{ => manroland}/uc100/pcmcia.c (100%)
 rename board/{ => manroland}/uc100/u-boot.lds (100%)
 rename board/{ => manroland}/uc100/u-boot.lds.debug (100%)
 rename board/{ => manroland}/uc100/uc100.c (100%)
 rename board/{ => manroland}/uc101/Makefile (100%)
 rename board/{ => manroland}/uc101/config.mk (100%)
 rename board/{ => manroland}/uc101/uc101.c (100%)

diff --git a/board/hmi1001/Makefile b/board/manroland/hmi1001/Makefile
similarity index 100%
rename from board/hmi1001/Makefile
rename to board/manroland/hmi1001/Makefile
diff --git a/board/hmi1001/config.mk b/board/manroland/hmi1001/config.mk
similarity index 100%
rename from board/hmi1001/config.mk
rename to board/manroland/hmi1001/config.mk
diff --git a/board/hmi1001/hmi1001.c b/board/manroland/hmi1001/hmi1001.c
similarity index 100%
rename from board/hmi1001/hmi1001.c
rename to board/manroland/hmi1001/hmi1001.c
diff --git a/board/mucmc52/Makefile b/board/manroland/mucmc52/Makefile
similarity index 100%
rename from board/mucmc52/Makefile
rename to board/manroland/mucmc52/Makefile
diff --git a/board/mucmc52/config.mk b/board/manroland/mucmc52/config.mk
similarity index 100%
rename from board/mucmc52/config.mk
rename to board/manroland/mucmc52/config.mk
diff --git a/board/mucmc52/mucmc52.c b/board/manroland/mucmc52/mucmc52.c
similarity index 100%
rename from board/mucmc52/mucmc52.c
rename to board/manroland/mucmc52/mucmc52.c
diff --git a/board/uc100/Makefile b/board/manroland/uc100/Makefile
similarity index 100%
rename from board/uc100/Makefile
rename to board/manroland/uc100/Makefile
diff --git a/board/uc100/config.mk b/board/manroland/uc100/config.mk
similarity index 100%
rename from board/uc100/config.mk
rename to board/manroland/uc100/config.mk
diff --git a/board/uc100/pcmcia.c b/board/manroland/uc100/pcmcia.c
similarity index 100%
rename from board/uc100/pcmcia.c
rename to board/manroland/uc100/pcmcia.c
diff --git a/board/uc100/u-boot.lds b/board/manroland/uc100/u-boot.lds
similarity index 100%
rename from board/uc100/u-boot.lds
rename to board/manroland/uc100/u-boot.lds
diff --git a/board/uc100/u-boot.lds.debug b/board/manroland/uc100/u-boot.lds.debug
similarity index 100%
rename from board/uc100/u-boot.lds.debug
rename to board/manroland/uc100/u-boot.lds.debug
diff --git a/board/uc100/uc100.c b/board/manroland/uc100/uc100.c
similarity index 100%
rename from board/uc100/uc100.c
rename to board/manroland/uc100/uc100.c
diff --git a/board/uc101/Makefile b/board/manroland/uc101/Makefile
similarity index 100%
rename from board/uc101/Makefile
rename to board/manroland/uc101/Makefile
diff --git a/board/uc101/config.mk b/board/manroland/uc101/config.mk
similarity index 100%
rename from board/uc101/config.mk
rename to board/manroland/uc101/config.mk
diff --git a/board/uc101/uc101.c b/board/manroland/uc101/uc101.c
similarity index 100%
rename from board/uc101/uc101.c
rename to board/manroland/uc101/uc101.c
diff --git a/boards.cfg b/boards.cfg
index 69c6897..8df801a 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -92,14 +92,14 @@ PATI		powerpc	mpc5xx		pati		mpl
 BC3450		powerpc	mpc5xxx		bc3450
 canmb		powerpc	mpc5xxx
 cm5200		powerpc	mpc5xxx
-hmi1001		powerpc	mpc5xxx
+hmi1001		powerpc	mpc5xxx		-		manroland
 inka4x0		powerpc	mpc5xxx
 ipek01		powerpc	mpc5xxx
 jupiter		powerpc	mpc5xxx
-mucmc52		powerpc	mpc5xxx
+mucmc52		powerpc	mpc5xxx		-		manroland
 munices		powerpc	mpc5xxx
 o2dnt		powerpc	mpc5xxx
-uc101		powerpc	mpc5xxx
+uc101		powerpc	mpc5xxx		-		manroland
 v38b		powerpc	mpc5xxx
 pf5200		powerpc	mpc5xxx		-		esd
 aev		powerpc	mpc5xxx		tqm5200		tqc
@@ -154,7 +154,7 @@ RBC823		powerpc	mpc8xx		rbc823
 rmu		powerpc	mpc8xx
 RPXlite		powerpc	mpc8xx
 spc1920		powerpc	mpc8xx
-uc100		powerpc	mpc8xx
+uc100		powerpc	mpc8xx		-		manroland
 MHPC		powerpc	mpc8xx		mhpc		eltec
 TOP860		powerpc	mpc8xx		top860		emk
 kmsupx4		powerpc	mpc8xx		km8xx		keymile
-- 
1.7.0.1

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

* [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory
  2010-08-18 12:14 [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk
@ 2010-08-18 12:20 ` Stefan Roese
  2010-08-18 15:57 ` Detlev Zundel
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2010-08-18 12:20 UTC (permalink / raw)
  To: u-boot

On Wednesday 18 August 2010 14:14:17 Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Roderik Wildenburg <roderik.wildenburg@manroland.com>

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

Thanks.

Cheers,
Stefan

--
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

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

* [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory
  2010-08-18 12:14 [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk
  2010-08-18 12:20 ` Stefan Roese
@ 2010-08-18 15:57 ` Detlev Zundel
  2010-08-23  6:18 ` Heiko Schocher
  2010-10-04  8:59 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: Detlev Zundel @ 2010-08-18 15:57 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Roderik Wildenburg <roderik.wildenburg@manroland.com>

Acked-By: Detlev Zundel <dzu@denx.de>

Thanks!
  Detlev

-- 
But in terms of creative  information, information that people can use
or enjoy, and that will be  used and enjoyed more  the more people who
have it, always we should encourage the copying.
	                                    -- Richard M. Stallman
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

* [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory
  2010-08-18 12:14 [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk
  2010-08-18 12:20 ` Stefan Roese
  2010-08-18 15:57 ` Detlev Zundel
@ 2010-08-23  6:18 ` Heiko Schocher
  2010-10-04  8:59 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: Heiko Schocher @ 2010-08-23  6:18 UTC (permalink / raw)
  To: u-boot

Hallo Wolfgang,

Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Roderik Wildenburg <roderik.wildenburg@manroland.com>

Acked-by: Heiko Schocher<hs@denx.de>

Thanks.

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory
  2010-08-18 12:14 [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk
                   ` (2 preceding siblings ...)
  2010-08-23  6:18 ` Heiko Schocher
@ 2010-10-04  8:59 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-10-04  8:59 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

In message <1282133657-28368-1-git-send-email-wd@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Roderik Wildenburg <roderik.wildenburg@manroland.com>
> 
> ---
>  board/{ => manroland}/hmi1001/Makefile       |    0
>  board/{ => manroland}/hmi1001/config.mk      |    0
>  board/{ => manroland}/hmi1001/hmi1001.c      |    0
>  board/{ => manroland}/mucmc52/Makefile       |    0
>  board/{ => manroland}/mucmc52/config.mk      |    0
>  board/{ => manroland}/mucmc52/mucmc52.c      |    0
>  board/{ => manroland}/uc100/Makefile         |    0
>  board/{ => manroland}/uc100/config.mk        |    0
>  board/{ => manroland}/uc100/pcmcia.c         |    0
>  board/{ => manroland}/uc100/u-boot.lds       |    0
>  board/{ => manroland}/uc100/u-boot.lds.debug |    0
>  board/{ => manroland}/uc100/uc100.c          |    0
>  board/{ => manroland}/uc101/Makefile         |    0
>  board/{ => manroland}/uc101/config.mk        |    0
>  board/{ => manroland}/uc101/uc101.c          |    0
>  boards.cfg                                   |    8 ++++----
>  16 files changed, 4 insertions(+), 4 deletions(-)
>  rename board/{ => manroland}/hmi1001/Makefile (100%)
>  rename board/{ => manroland}/hmi1001/config.mk (100%)
>  rename board/{ => manroland}/hmi1001/hmi1001.c (100%)
>  rename board/{ => manroland}/mucmc52/Makefile (100%)
>  rename board/{ => manroland}/mucmc52/config.mk (100%)
>  rename board/{ => manroland}/mucmc52/mucmc52.c (100%)
>  rename board/{ => manroland}/uc100/Makefile (100%)
>  rename board/{ => manroland}/uc100/config.mk (100%)
>  rename board/{ => manroland}/uc100/pcmcia.c (100%)
>  rename board/{ => manroland}/uc100/u-boot.lds (100%)
>  rename board/{ => manroland}/uc100/u-boot.lds.debug (100%)
>  rename board/{ => manroland}/uc100/uc100.c (100%)
>  rename board/{ => manroland}/uc101/Makefile (100%)
>  rename board/{ => manroland}/uc101/config.mk (100%)
>  rename board/{ => manroland}/uc101/uc101.c (100%)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
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
As the system comes up, the component builders will from time to time
appear, bearing hot new versions of their pieces -- faster,  smaller,
more complete, or putatively less buggy. The replacement of a working
component  by a new version requires the same systematic testing pro-
cedure that adding a new component does, although it  should  require
less time, for more complete and efficient test cases will usually be
available.           - Frederick Brooks Jr., "The Mythical Man Month"

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

end of thread, other threads:[~2010-10-04  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-18 12:14 [U-Boot] [PATCH] hmi1001, mucmc52, uc100, uc101: move boards to vendor directory Wolfgang Denk
2010-08-18 12:20 ` Stefan Roese
2010-08-18 15:57 ` Detlev Zundel
2010-08-23  6:18 ` Heiko Schocher
2010-10-04  8:59 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox