[U-Boot] [PATCH] sh: Fix build of sh7785lcr 32bit mode

2009-08-23 Thread Nobuhiro Iwamatsu
Update lowlevel_init.S and macro.h. Signed-off-by: Nobuhiro Iwamatsu --- board/espt/lowlevel_init.S | 10 +--- board/renesas/sh7785lcr/lowlevel_init.S | 96 +-- include/asm-sh/macro.h | 37 ++-- 3 files changed, 71 insertion

Re: [U-Boot] [PATCH] Remove deprecated 'autoscr' command

2009-08-23 Thread Peter Tyser
Hi Wolfgang, > > > > There was a fair amount of grey area as far as environment variable > > > > naming > > > > for those variables that used to refernce autoscr. > > > > > > Why actually? > > > > I guess because we don't see eye-to-eye:) > > Indeed. We really should have a U-Boot developers m

Re: [U-Boot] [PATCH] Remove deprecated 'autoscr' command

2009-08-23 Thread Wolfgang Denk
Dear Peter Tyser, In message <1251059663.9041.21.ca...@ptyser-laptop> you wrote: > > > > There was a fair amount of grey area as far as environment variable naming > > > for those variables that used to refernce autoscr. > > > > Why actually? > > I guess because we don't see eye-to-eye:) Indee

Re: [U-Boot] [PATCH] sh/rsk7203: add missing include net.h

2009-08-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1251029692-3682-1-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > board/renesas/rsk7203/rsk7203.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best reg

Re: [U-Boot] [PATCH] start a linker script helper file

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1251010079-10475-1-git-send-email-vap...@gentoo.org> you wrote: > Start a common header file for common linker script code (such as > workarounds for older linkers) rather than doing this in the build system. > > As fallout, we no longer execute the linker every t

Re: [U-Boot] [PATCH] Remove deprecated 'autoscr' command

2009-08-23 Thread Peter Tyser
Hi Wolfgang, > > There was a fair amount of grey area as far as environment variable naming > > for those variables that used to refernce autoscr. > > Why actually? I guess because we don't see eye-to-eye:) > > I tended to lean toward using "script" in the variable name as I thought > > that wa

Re: [U-Boot] [PATCH] Blackfin: use common code to preprocess linker script

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1250985022-11108-1-git-send-email-vap...@gentoo.org> you wrote: > Now that the common code preprocesses the linker script, the Blackfin code > no longer needs to do it. > > Signed-off-by: Mike Frysinger > --- > lib_blackfin/Makefile |5 + > lib_blackfin

Re: [U-Boot] [PATCH] ignore generated u-boot.lds

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1250984936-10936-1-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > .gitignore |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [STATUS] v2009.08-rc3 is out

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200908221908.17384.vap...@gentoo.org> you wrote: > > > v2009.08-rc3 has just been released. > > maybe you just didnt push updated master branch ? the 2009.08-rc3 tag is a > commit ahead of master ... Sorry, pulled into wrong (local only) branch. Should be fixed n

Re: [U-Boot] [PATCH] include/mmc.h: Fix typo in IS_SD() macro

2009-08-23 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <1250943713-20630-1-git-send-email-albin.tonne...@free-electrons.com> you wrote: > > Signed-off-by: Albin Tonnerre > --- > include/mmc.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Softw

Re: [U-Boot] [PATCH] Fix all linker scripts for older binutils versions (pre-2.16)

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200908230209.10484.vap...@gentoo.org> you wrote: > > > > this check will fail with binutils 3.0+ because of the minor check for 16 > > > without a corresponding major check. > > > > Well, the "\1 -lt 2" is the major check, isn't it? > > here is how the shell code l

Re: [U-Boot] [PATCH] Remove deprecated 'autoscr' command

2009-08-23 Thread Wolfgang Denk
Dear Peter Tyser, In message <1251001885-19289-1-git-send-email-pty...@xes-inc.com> you wrote: > The more standard 'source' command provides identical functionality to > the autoscr command. Thanks. > There was a fair amount of grey area as far as environment variable naming > for those variable

Re: [U-Boot] [PATCH] Add support for the DevKit8000 board

2009-08-23 Thread Wolfgang Denk
Dear Frederik Kriewitz, In message <1251048253-14273-1-git-send-email-frede...@kriewitz.eu> you wrote: > This patch adds support for the DevKit8000 board. > > Signed-off-by: Frederik Kriewitz > --- > mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) > --- > --- > MAINTAINERS

Re: [U-Boot] [PATCH 1/3] omap: move TI's boards to board/ti/

2009-08-23 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a9165af.6050...@googlemail.com> you wrote: > > First, as already discussed, I don't like this and feel fine with > board/omap3. So a formal NACK from me, knowing that it most probably > will be overridden by some others ;) Indeed. It's the current rule how we

Re: [U-Boot] [RFC PATCH 3/3] stdio/serial: factorize retrieve current device

2009-08-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1251034019-10787-3-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Please add a commit message that exaplains what you are doing. Your Subject: line is not sufficient. > +int serial_init (void)

Re: [U-Boot] [RFC PATCH 2/3] stdio: pass the current device to the driver

2009-08-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1251034019-10787-2-git-send-email-plagn...@jcrosoft.com> you wrote: > to allow it to have base address and other information to simplify > the implementation and avoid workarround as done for ns16550 on the omap3 zoom > or ppc4xx as example Can y

Re: [U-Boot] [RFC PATCH 1/3] serial: join stdio_dev and serial_device

2009-08-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1251034019-10787-1-git-send-email-plagn...@jcrosoft.com> you wrote: > we use for the serail multi api the struct stdio_dev also which will reduce > and simplify the code and prepare the join of all serial APIs. > > Signed-off-by: Jean-Christophe

Re: [U-Boot] [PATCH 1/3] omap: move TI's boards to board/ti/

2009-08-23 Thread Peter Tyser
Hi Dirk, > Third, I don't like the mixing of board and vendor name as directory > names. It seems to me that where you think you know the vendor, you > use the vendor name, and where you seem to not know it, you use the > board name. So, to be consistent, and to overcome vendor name issue >

[U-Boot] [PATCH] Add support for the DevKit8000 board

2009-08-23 Thread Frederik Kriewitz
This patch adds support for the DevKit8000 board. Signed-off-by: Frederik Kriewitz --- mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) --- --- MAINTAINERS|4 + MAKEALL|1 + Makefile |3 + board/devki

Re: [U-Boot] [PATCH] Add support for the DevKit8000 board

2009-08-23 Thread Frederik Kriewitz
On Sun, Aug 23, 2009 at 6:02 PM, Dirk Behme wrote: > Frederik Kriewitz wrote: >> >> This patch adds support for the DevKit8000 board. >> >> Signed-off-by: Frederik Kriewitz >> --- >> mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) >> --- >> MAINTAINERS |4 + >>

Re: [U-Boot] ERROR: too many flash sectors

2009-08-23 Thread Penda, Naveen Kumar
> > > > Stefan Roese wrote: > > > >> > >> DRAM: 64 MB > >> ERROR: too many flash sectors > >> ERROR: too many flash sectors > > > >>>This error is important. Searching in the source code > gives you an hint. > You > >>>should increase CONFIG_SYS_MAX_FLASH_SECT to match you hardware.

Re: [U-Boot] [PATCH] Add support for the DevKit8000 board

2009-08-23 Thread Dirk Behme
Frederik Kriewitz wrote: > This patch adds support for the DevKit8000 board. > > Signed-off-by: Frederik Kriewitz > --- > mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) > --- > MAINTAINERS |4 + > MAKEALL |1 + > Makefile

Re: [U-Boot] [PATCH 1/3] omap: move TI's boards to board/ti/

2009-08-23 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > Makefile | 14 +++--- > board/{omap3 => ti}/beagle/Makefile|0 > board/{omap3 => ti}/beagle/beagle.c

[U-Boot] [PATCH 3/3] omap3: move the other boards to board/

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile|4 ++-- board/{omap3 => }/overo/Makefile|0 board/{omap3 => }/overo/config.mk |0 board/{omap3 => }/overo/overo.c |0 board/{omap3 => }/overo/overo.h |0 board/{omap3 => }/pa

[U-Boot] [PATCH 1/3] omap: move TI's boards to board/ti/

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile | 14 +++--- board/{omap3 => ti}/beagle/Makefile|0 board/{omap3 => ti}/beagle/beagle.c|0 board/{omap3 => ti}/beagle/beagle.h|0 board/{oma

[U-Boot] [PATCH 2/3] arm: move Logicpd's boards to board/logicpd/

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile |6 +++--- board/{ => logicpd}/imx31_litekit/Makefile|0 board/{ => logicpd}/imx31_litekit/config.mk |0 board/{ => logicpd}/imx31_litekit/imx31_litekit.c |0 board/

[U-Boot] [RFC PATCH 2/3] stdio: pass the current device to the driver

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
to allow it to have base address and other information to simplify the implementation and avoid workarround as done for ns16550 on the omap3 zoom or ppc4xx as example Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/MAI/AmigaOneG3SE/video.c | 10 +++--- board/bf527-ezkit/video.c

[U-Boot] [RFC PATCH 3/3] stdio/serial: factorize retrieve current device

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/serial.c | 62 +- 1 files changed, 20 insertions(+), 42 deletions(-) diff --git a/common/serial.c b/common/serial.c index a4171be..7d764f2 100644 --- a/common/serial.c +++ b/common/se

[U-Boot] [RFC PATCH 1/3] serial: join stdio_dev and serial_device

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
we use for the serail multi api the struct stdio_dev also which will reduce and simplify the code and prepare the join of all serial APIs. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/esd/pmc440/pmc440.c|2 +- board/lwmon/lwmon.c |2 +- board/omap3/zoom2

[U-Boot] [RFC] Serial API cleanup

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, currenlty we have 3 api for stdio device : stdio_dev, serial_device (multi-serial) and the serial_getc/putc... this cleanup will join them in one api the stdio_dev which will support the multi-serial for before and after relocation this will also pass

[U-Boot] [PATCH] sh/rsk7203: add missing include net.h

2009-08-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/renesas/rsk7203/rsk7203.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/renesas/rsk7203/rsk7203.c b/board/renesas/rsk7203/rsk7203.c index 2b85799..fbf2e23 100644 --- a/board/renesas/rsk7203/rsk7203.c +++ b/

[U-Boot] [PATCH] Add support for the DevKit8000 board

2009-08-23 Thread Frederik Kriewitz
This patch adds support for the DevKit8000 board. Signed-off-by: Frederik Kriewitz --- mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/timll/

Re: [U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards

2009-08-23 Thread Felix Radensky
Hi, Kumar I don't see any immediate problem with current FSL definitions except they are confusing. I think my proposal will not work on platforms like MPC8572, MPC8536, and P2020DS where TEXT_BASE is defined as 0xeff8 instead of 0xfff8. Can you please explain the reason why TEXT_BASE d