Re: [U-Boot-Users] [PATCH 1/2] [8xx] Added support for the mgsuvd board from keymile.

2008-01-11 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> On Friday 11 January 2008, Heiko Schocher wrote: >>> Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> >>> --- >>> MAKEALL |1 + >>>

[U-Boot-Users] [PATCH] Fix: MAINTAINER entry for the IDS8247 board.

2008-02-21 Thread Heiko Schocher
Hello, [IDS8247] update MAINTAINER entry. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 733b6ef..02520df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -338,7

[U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board.

2008-02-21 Thread Heiko Schocher
Hello, Rename the "scc" node in "ethernet" for the mgsuvd board. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- board/mgsuvd/mgsuvd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/mgsuvd/mgsuvd.c b/board/mgsuvd/mgsuvd.c ind

Re: [U-Boot-Users] FPGA mess

2008-03-06 Thread Heiko Schocher
;>>> Is there any interest in getting this fixed ? >>> Sure. >> But implementing the Altera path in a clean way means discarding the >> ACEX1K and breaking the alpr borad. >> I'm quite sure that Wolfgang will reject those changes. > > Yes, I will rejec

Re: [U-Boot-Users] FPGA mess

2008-03-06 Thread Heiko Schocher
Hello Andre, Andre Schwarz wrote: > Heiko Schocher schrieb: >> Hello Stefan, >> >> Stefan Roese wrote: >> >>> On Thursday 06 March 2008, Andre Schwarz wrote: >>> >>>> Stefan Roese schrieb: >>>> >>>>>

Re: [U-Boot-Users] FPGA mess

2008-03-06 Thread Heiko Schocher
Hello André, André Schwarz wrote: [...] > I'll supply a patch to the FPGA tree as soon as everything is running fine. Great. > It would be great if you could test the patch against the alpr and give > me some feedback. It looks like Stefan can "organize" a board, so I can test it. bye, Heiko -

[U-Boot-Users] [Patch] update mgcoge configuration

2008-03-06 Thread Heiko Schocher
Hello, [MGCOGE] add support for the config Flash. initialize the UPIOx controller. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- board/mgcoge/mgcoge.c| 25 - include/configs/mgcoge.h | 35 +-- 2 files chang

[U-Boot-Users] [Patch] update mgsuvd configuration

2008-03-06 Thread Heiko Schocher
Hello, [MGSUVD] initialize the UPIOx controller. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- board/mgsuvd/mgsuvd.c| 23 +-- include/configs/mgsuvd.h | 12 ++-- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/board/mgsuvd/mgsu

[U-Boot-Users] [PATCH] mgcoge: update defaultkonfiguration

2008-03-14 Thread Heiko Schocher
Hello, following patch fixes the Defaultkonfiguration for the mgcoge board from keymile. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- include/configs/mgcoge.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/configs/mgcoge.h b/include/c

Re: [U-Boot-Users] [PATCH 1/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-23 Thread Heiko Schocher
Hello Gary, Gary Jennejohn <[EMAIL PROTECTED]> wrote: > > Add the Harris QUAD100HD AMCC 405EP-based board. > > Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> > --- > MAINTAINERS |4 + > MAKEALL |1 + > Makefile|3 + > board/q

Re: [U-Boot-Users] Question on SH7763

2008-06-05 Thread Heiko Schocher
Hello Nobuhiro, Nobuhiro Iwamatsu wrote: > Hi, > > On Thu, 5 Jun 2008 18:56:49 +0530 (IST) > [EMAIL PROTECTED] wrote: > > >> Hi, >> >> Thank you, I would also like to know, something about the development >> environment, If I want to write a new flash driver, or new ETH driver, and >> support

Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-08 Thread Heiko Schocher
Hello Jens, one comment to your patch: Jens Gehrlein wrote: > Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]> > --- > > Fixed two bugs: > a) added NFS mount option "rw" to default environment > b) added prefix $(obj) in front of .depend in Makefile. Thank you Magnus for > catching that. > [

Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-08 Thread Heiko Schocher
Hello Jens, Jens Gehrlein wrote: > Heiko Schocher schrieb: >> Hello Jens, >> >> one comment to your patch: >> >> Jens Gehrlein wrote: >> >>> Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]> >>> --- >>> >>> Fixed

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, [EMAIL PROTECTED] wrote: [...] > - sc3: > main.c: In function 'abortboot': > main.c:119: warning: too many arguments for format [PATCH] sc3: Fix compilerwarning: main.c:119: warning: too many arguments for format Signed-off-by: Hei

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-16 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko, > > in message <[EMAIL PROTECTED]> you wrote: >> diff --git a/include/configs/sc3.h b/include/configs/sc3.h >> index f6e40de..0ff889a 100644 >> --- a/include/configs/sc3.h >> +++ b/include/configs/sc3.h >> @@ -132,7 +132,8 @@ >> >> #if 1 /*

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Whats with something like this? > > Looks way too complicated to me. What do you think about the PATCH / > RFC I posted yesterday? Why complicated? I think (means that I must verify it) the compiler shouldnt gene

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-17 Thread Heiko Schocher
Hello Jerry, Jerry Van Baren wrote: > Jerry Van Baren wrote: >> Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: Didnt know this ... so we must change something in common/main.c :-( >>> Yes. >>> Whats with something like this? >>> Looks way too complicated to me. What d

[U-Boot-Users] [PATCH] Fix warnings if compiling with IDE support.

2008-07-22 Thread Heiko Schocher
fter first use results in unspecified behavior [EMAIL PROTECTED] u-boot]$ Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- common/cmd_ide.c | 46 ++ 1 files changed, 22 insertions(+), 24 deletions(-) diff --git a/common/cmd_ide.c b/common