Re: [U-Boot] [PATCH v2] netloop: updates for NetLoop

2009-04-03 Thread Michael Zaidman
Dear Wolfgang & Ben, > > Ditto for this one: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/55341 The patch content is obsolete due to the "NetLoop initialization bug" fix. Regards, Michael ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] include/ns16550.h: Unify structure declaration for registers

2009-04-03 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1238769946-30370-1-git-send-email-...@denx.de> you wrote: > Instead of special casing the different access patterns, use common > code with light macros sprinkled in to accomodate for the different > layouts of the register structure. > > Note that this also change

Re: [U-Boot] [PATCH/next v3 28/28] Delete now unused tools/Makefile.win32

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-29-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile.win32 | 37 - > 1 files changed, 0 insertions(+), 37 deletions(-) > delete mode 100644 tools/Makefile.win32

Re: [U-Boot] [PATCH/next v3 27/28] Add support for building native win32 tools

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-28-git-send-email-pty...@xes-inc.com> you wrote: > Add support for compiling the host tools in the tools directory using > the MinGW toolchain. This produces executables which can be used on > standard Windows computers without requiring cygwin. > >

Re: [U-Boot] [PATCH/next v3 26/28] tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-27-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 17 + > 1 files changed, 5 insertions(+), 12 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Eng

Re: [U-Boot] [PATCH/next v3 25/28] tools/Makefile: Create generic build rules

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-26-git-send-email-pty...@xes-inc.com> you wrote: > Create a few generic build rules to replace the current method which has > 1 build target for each file > > Signed-off-by: Peter Tyser > --- > tools/Makefile | 55 +---

Re: [U-Boot] [PATCH/next v3 24/28] tools/Makefile: Use auto-generated object file dependencies

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-25-git-send-email-pty...@xes-inc.com> you wrote: > Files in the SRCS variable have their dependencies automatically > generated so remove duplicate explicit dependencies > > Signed-off-by: Peter Tyser > --- > tools/Makefile | 24 -

Re: [U-Boot] [PATCH/next v3 23/28] tools/Makefile: Remove symlinks for remaining source files

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-24-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > Makefile |3 +-- > tools/.gitignore |5 - > tools/Makefile | 44 +--- > 3 files changed, 14 inserti

Re: [U-Boot] [PATCH/next v3 22/28] tools/Makefile: Dynamically generate libfdt object dependencies

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-23-git-send-email-pty...@xes-inc.com> you wrote: > Add the libfdt files to the SRCS variable so that they have their > dependencies automatically generated > > Signed-off-by: Peter Tyser > --- > tools/Makefile | 13 ++--- > 1 files change

Re: [U-Boot] [PATCH/next v3 21/28] tools/Makefile: Remove symlinks for fdt targets

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-22-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > Makefile |3 +-- > tools/.gitignore |5 - > tools/Makefile | 32 +++- > 3 files changed, 8 insertions(+), 32 de

Re: [U-Boot] [PATCH/next v3 20/28] tools/Makefile: Add libfdt/ to the include search path

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-21-git-send-email-pty...@xes-inc.com> you wrote: > This change makes the process of symlinking libfdt_internal.h > unnecessary > > Signed-off-by: Peter Tyser > --- > Makefile |2 +- > tools/.gitignore |1 - > tools/Makefile | 15

Re: [U-Boot] [PATCH/next v3 19/28] tools: Remove unecessary symlinking of zlib.h

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-20-git-send-email-pty...@xes-inc.com> you wrote: > crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink > was previously necessary to give U-Boot's version of zlib.h precedence > over the host computer's version of zlib.h. > > Signed

Re: [U-Boot] [PATCH/next v3 18/28] tools/Makefile: Add tools/ to the include search path

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-19-git-send-email-pty...@xes-inc.com> you wrote: > This change makes the process of symlinking mkimage.h and fdt_host.h > unnecessary > > Signed-off-by: Peter Tyser > --- > tools/Makefile |7 +-- > 1 files changed, 1 insertions(+), 6 deleti

Re: [U-Boot] [PATCH/next v3 17/28] tools/Makefile: Compile ncb when CONFIG_NETCONSOLE

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-18-git-send-email-pty...@xes-inc.com> you wrote: > Also conditionally add ncb.o to OBJ_FILES list > > Signed-off-by: Peter Tyser > --- > doc/README.NetConsole |6 ++ > tools/Makefile|2 ++ > 2 files changed, 4 insertions(+), 4 d

Re: [U-Boot] [PATCH/next v3 16/28] tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-17-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH/next v3 15/28] tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-16-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH/next v3 14/28] tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-15-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering Gm

Re: [U-Boot] [PATCH/next v3 13/28] tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-14-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH/next v3 12/28] tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-13-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH/next v3 11/28] tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-12-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 11 --- > 1 files changed, 8 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineerin

Re: [U-Boot] [PATCH/next v3 10/28] tools/Makefile: Split variable declarations into multiple lines

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-11-git-send-email-pty...@xes-inc.com> you wrote: > Split variable declarations into multiple lines and use the standard > VAR-y convention. Also move object and binary variable declarations to > after config.mk has been included to allow for these li

Re: [U-Boot] [PATCH/next v3 09/28] tools/Makefile: Remove inappropriate double-tabs

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-10-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 153 > > 1 files changed, 77 insertions(+), 76 deletions(-) Applied, thanks. Best reg

Re: [U-Boot] [PATCH/next v3 08/28] tools/Makefile: Remove HOSTARCH HOSTOS defines

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-9-git-send-email-pty...@xes-inc.com> you wrote: > The values of HOSTARCH and HOSTOS which are exported from the top-level > Makefile should be used > > Signed-off-by: Peter Tyser > --- > tools/Makefile | 12 > 1 files changed, 0 inse

Re: [U-Boot] [PATCH/next v3 07/28] gen_eth_addr: Use POSIX rand() and srand()

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-8-git-send-email-pty...@xes-inc.com> you wrote: > Replace random()/srandom() use with rand()/srand() to support > compilation with the mingw toolchain. The rand()/srand() functions are > generally more common and are functionally equivalent to the or

Re: [U-Boot] [PATCH/next v3 06/28] Rename include/bzlib.h to include/u-boot/bzlib.h

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-7-git-send-email-pty...@xes-inc.com> you wrote: > Some systems have bzlib.h installed in /usr/include/. This isn't the > desired file (we want the one in include/bzlib.h). Moving U-Boot's > bzlib.h to include/u-boot/ avoids this conflict. > > Signe

Re: [U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-6-git-send-email-pty...@xes-inc.com> you wrote: > Some systems have zlib.h installed in /usr/include/. This isn't the > desired file (we want the one in include/zlib.h). Moving U-Boot's > zlib.h to include/u-boot/ avoids this conflict. > > Signed-o

Re: [U-Boot] [PATCH/next v3 04/28] elf.h: Use stdint.h to provide standard typedefs for WIN32

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-5-git-send-email-pty...@xes-inc.com> you wrote: > The original code provided an incomplete set of typedefs for WIN32 > compiles and replicated the standard typedefs that are already > provided by stdint.h > > Signed-off-by: Peter Tyser > --- > incl

Re: [U-Boot] [PATCH/next v3 03/28] common/Makefile: Conditionally compile env_embedded.o

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-4-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > common/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH/next v3 02/28] Makefile: Add removal of *.exe files to clean target

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-3-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH/next v3 01/28] Makefile: Make autoconf.mk a dependency of the depend target

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-2-git-send-email-pty...@xes-inc.com> you wrote: > The original code did not generate autoconf.mk until after some targets > dependencies had already been calculated, for example the directories in > the SUBDIRS variable > > Signed-off-by: Peter Tyser

Re: [U-Boot] [PATCH/next v3 00/28] tools/Makefile cleanup and win32 tool support

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-1-git-send-email-pty...@xes-inc.com> you wrote: > This patch series attempts to do 2 things: > 1. Add support for generating win32 versions of the tools in tools/ > 2. Cleanup tools/Makefile somewhat Ouch. I missed that there were updated versions of

[U-Boot] unassigned-patches/37: [PATCH] NetLoop initialization bug

2009-04-03 Thread u-boot
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

[U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

Re: [U-Boot] DM6467 U-boot Nand flash question

2009-04-03 Thread Neeraj Tandon
Hi All, Hi, Sorry I hit the send before typing subject of previous mail. Repeating the contents in this mail: I am using u-boot version 2009.3-rc1 for TI Davinci t467 EVM. I built the u-boot.bin for NAND flash. My only mdoification was in file include/configs/davinci_devevm.h where I #defin

Re: [U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Mike Frysinger
On Friday 03 April 2009 14:54:06 Scott Wood wrote: > Peter Barada wrote: > > Is there support in the 2009.03 version of U-boot to allow writing a > > YAFFS image created by mkyaffs2image to NAND, including the meta-data in > > the OOB? > > Not that I know of (unless something in cmd_yaffs2.c can do

Re: [U-Boot] [PATCH 15/15] common/Makefile: Conditionally compile env_embedded.o

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <160374df5e47fe9ec65c3b5ddff7edb5c63b5aa7.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > common/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Soft

[U-Boot] (no subject)

2009-04-03 Thread Neeraj Tandon
Hi, I am using u-boot version 2009.3-rc1 for TI Davinci t467 EVM. I built the u-boot.bin for NAND flash. My only mdoification was in file include/configs/davinci_devevm.h where I #define CONFIG_SYS_USE_NAND. I built this and flashed this using TI provide sfh_DM6467.exe. The flashng goes well

Re: [U-Boot] [PATCH 14/15] Deleted unused tools/Makefile.win32

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <8660452a3722e000f523eaaa906cea2c519b8cb0.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile.win32 | 37 - > 1 files changed, 0 insertions(+), 37 deletions(-) > delete mode 100644

Re: [U-Boot] [PATCH 13/15] Makefile: Add removal of *.exe file to clean target

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message you wrote: > Signed-off-by: Peter Tyser > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Off

Re: [U-Boot] [PATCH 12/15] Add support for building native win32 tools

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <3c6c8b0c8a5a0dacbd19c414465b312cb0256a7d.1236207433.git.pty...@xes-inc.com> you wrote: > Add support for compiling the host tools in the tools directory using > the MinGW toolchain. This produces executables which can be used on > standard Windows computers without

Re: [U-Boot] [PATCH 11/15] elf.h: Add missing int32_t typedef for WIN32 compilers

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message you wrote: > Signed-off-by: Peter Tyser > --- > include/elf.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Not applied; I understood that we agreed to use stdint.h instead. PLease verify. Best regards, Wolfgang Denk -- DENX Software Engineerin

Re: [U-Boot] [PATCH 10/15] gen_eth_addr: Use POSIX rand() and srand()

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <0bca9a93be63621ee791be20c6bd1c33495af517.1236207433.git.pty...@xes-inc.com> you wrote: > Replace random()/srandom() use with rand()/srand() to support > compilation with the mingw toolchain > > Signed-off-by: Peter Tyser > --- > tools/gen_eth_addr.c |6 +++---

Re: [U-Boot] [PATCH 10/15] gen_eth_addr: Use POSIX rand() and srand()

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200903041853.05083.vap...@gentoo.org> you wrote: > > On Wednesday 04 March 2009 18:33:00 Peter Tyser wrote: > > Replace random()/srandom() use with rand()/srand() to support > > compilation with the mingw toolchain > > i'd add to the changelog that in general, the

Re: [U-Boot] [PATCH 09/15] tools/Makefile: Compile ncb when CONFIG_NETCONSOLE

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <2b3b8ecc973665b7f706c787318cef12d035ae57.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > doc/README.NetConsole |6 ++ > tools/Makefile|1 + > 2 files changed, 3 insertions(+), 4 deletions(-) Applied, thanks.

Re: [U-Boot] [PATCH 08/15] tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Mun

Re: [U-Boot] [PATCH 07/15] tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <14dd76717b4b634d3860b9d7759726e52a9d455d.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 06/15] tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <7b401d04ef4d44513d04fe514d5919b59527ca85.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH 05/15] tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <843a50a7133b20d731e1fb154c749c6d8e701b3a.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 04/15] tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1939e61f7ae1d5fd4133207ca9935bdfde54d448.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 03/15] tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <22a383f60a66b6c9baa54dcc1766b3ebde62c873.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 107 > +--- > 1 files changed, 55 insertions(+), 52 deletions(-) App

Re: [U-Boot] [PATCH 2/2] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
Wolfgang, 2009/4/3 Wolfgang Denk : > Dear Magnus Lilja, > > In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you > wrote: >> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and >> MC13873 RTC support is enabled by this patch. >> >> Booting from NAND is no

Re: [U-Boot] [PATCH 02/15] tools/Makefile: Split variable declarations into multiple lines

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <2e1eea15f282ac75853cd510fa4301e3f0763e75.1236207433.git.pty...@xes-inc.com> you wrote: > Split variable declarations into multiple lines and use the standard > VAR-y convention. This should more easily allow conditional > compilation of files in the future. > > Si

Re: [U-Boot] [PATCH 01/15] tools/Makefile: Remove inappropriate double-tabs

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <774d4e517995c43614a1b3870814d6e5829ab6c3.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 153 > > 1 files changed, 77 insertions(+), 76 deletions(-) App

Re: [U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-03 Thread Scott Wood
Magnus Lilja wrote: > diff --git a/nand_spl/.gitignore b/nand_spl/.gitignore > new file mode 100644 > index 000..af5f02b > --- /dev/null > +++ b/nand_spl/.gitignore > @@ -0,0 +1,7 @@ > +# NAND-SPL files > +/u-boot-spl > +/u-boot-spl-aligned.bin > +/u-boot-spl.bin > +/u-boot-spl.map > +/board/im

Re: [U-Boot] [PATCH v2] netloop: updates for NetLoop

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message <49a641e4.8000...@denx.de> you wrote: > [PATCH v2] netloop: updates for NetLoop > > Fix some issues introduced from commit: > 2f70c49e5b9813635ad73666aa30f304c7fdeda9 > suggested by Mike Frysinger. > > - added some comment for the env_id variable in common_cmd_nvedit.c > - m

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: > Fix the problem that cannot access actual data when CPU data cache enabled. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/net/rtl8169.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-)

[U-Boot] [RFC 5/5] MX31: Add NAND SPL boot support to i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
--- MAKEALL |3 +- Makefile|7 ++ board/freescale/mx31pdk/config.mk |4 + board/freescale/mx31pdk/lowlevel_init.S | 93 +++ board/freescale/mx31pdk/u-boot-nand.lds | 33

[U-Boot] [RFC 1/5] MX31: Add NAND SPL for i.MX31.

2009-04-03 Thread Magnus Lilja
This patch adds the NAND SPL framework needed to boot i.MX31 boards from NAND. The patch is based on the work by Maxim Artamonov (which was signed-off-by him). -- Changes since V3 (original author's latest post): * Updated to apply on the main U-boot tree as of 2009-04-02 * Split the patch

[U-Boot] [RFC 2/5] MX31: Add NAND SPL support for phycore i.MX31 board.

2009-04-03 Thread Magnus Lilja
This patch is the phycore part of Maxim Artamonov's NAND SPL on phycore patch. The note below is from the original patch. Note: By default, Phytec phyCORE-i.MX31 board (pcm-037 and pcm-970) is not suitable for nand-bootloading, because of SW5 switchers block haven't appropriate modes (8-bit, 2k p

[U-Boot] [RFC 4/5] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. --- MAKEALL |1 + Makefile|3 + board/freescale/mx31pdk/Makefile| 53 +++

[U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-03 Thread Magnus Lilja
--- .gitignore |1 + nand_spl/.gitignore |7 +++ 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 nand_spl/.gitignore diff --git a/.gitignore b/.gitignore index e13fc96..6c7406d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ /u-boot.ldr.srec

[U-Boot] [RFC 0/5] MX31: NAND boot for phyCORE and PDK boards.

2009-04-03 Thread Magnus Lilja
Hi all, The following patches add NAND boot support for the i.MX31. I have cleaned up Maxim Artamonov's latest patch (which was for the phyCORE module) and also added i.MX31 PDK support. The series applies on top of Wolfgang's main tree as of yesterday. The original NAND SPL patch has been sp

Re: [U-Boot] [PATCH 1/2 V4] cmd_bdinfo: move implementation to arch instead of common

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1235453714-5143-1-git-send-email-plagn...@jcrosoft.com> you wrote: > introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to > allow > board, cpu and soc to print more information > > Signed-off-by: Jean-Christophe PLAGNIOL-VIL

Re: [U-Boot] [PATCH] mflash: Initial mflash support

2009-04-03 Thread Wolfgang Denk
Dear unsik Kim, In message <1235529084-5499-1-git-send-email-donar...@gmail.com> you wrote: > Mflash is fusion memory device mainly targeted consumer eletronic and > mobile phone. > Internally, it have nand flash and other hardware logics and supports > some different operation (ATA, IO, XIP) mode

Re: [U-Boot] [U-BOOT][PATCH 1/3] mflash : Fix some style issue

2009-04-03 Thread Wolfgang Denk
Dear unsik Kim, In message <49a210ac.3080...@gmail.com> you wrote: > > From 53292a06d57fcd93fa508c5c698bca5b60a19691 Mon Sep 17 00:00:00 2001 > From: unsik Kim > Date: Wed, 18 Feb 2009 14:31:49 +0900 > Subject: [PATCH 09/13] Initial mflash support > > Mflash is fusion memory device mainly target

Re: [U-Boot] [Bug] IXP425 and e1000 network driver

2009-04-03 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message Stefan Althoefer wrote: > >> Hi, >> >> I found that IXP425 (big endian ARM) did not work with e1000 network >> driver. The reason is broken access to controller registers. >> >> I get it working with this patch: >> >> >> --- a/drivers/net

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-04-03 Thread Wolfgang Denk
Dear Michal, In message <4981658c.7070...@monstr.eu> you wrote: > > > I'm really sorry for taking so long getting to this. Mostly little things: > > it's ok you are busy guy. I removed uninteresting part of code. > I added all your reported things to u-boot-microblaze.git net branch. > Thanks fo

Re: [U-Boot] [PATCH v2] Support for PXA27X UDC.

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe & Remy, In message <1236684053-21368-1-git-send-email-vivek.ku...@azingo.com> Vivek Kutal wrote: > This Patch adds Support for PXA27X UDC. > > Signed-off-by: Vivek Kutal > --- > Resinding after doing the changes suggested by Kim. > > drivers/serial/usbtty.h

Re: [U-Boot] [PATCH] at91: CONFIG_USART3 renamed to CONFIG_USART_DBGU

2009-04-03 Thread Wolfgang Denk
Dear Michael Roth, In message <1233929554-11483-3-git-send-email-mr...@nessie.de> you wrote: > In reality there are only three usarts on at91 SoC and one serial > debug port called DBGU which is a reduced functionality usart. > > For reasons of clarity and consistency the prefix USART is maintain

Re: [U-Boot] [Bug] IXP425 and e1000 network driver

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message Stefan Althoefer wrote: > Hi, > > I found that IXP425 (big endian ARM) did not work with e1000 network > driver. The reason is broken access to controller registers. > > I get it working with this patch: > > > --- a/drivers/net/e1000.c > +++ b/drivers/net/e1000.c

Re: [U-Boot] [PATCH] integratorap: fix PCI support

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1229198885-24298-1-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h > index 6ce3b4d..d7f617f 100644 > --- a/includ

Re: [U-Boot] [PATCH] IXP425: Add new IXP425 board emPC-A400 Part 2/2

2009-04-03 Thread Wolfgang Denk
Dear Stefan Althoefer, In message <49384735.jeywxlj6p3fgt8ht%stefan.althoe...@web.de> you wrote: > [PATCH] IXP425: Add new IXP425 board emPC-A400 > > This patch adds support for the emPC-A400 CPU board from > Janz Automationssysteme. It will also apply to some > of the Janz emVIEW displays which

Re: [U-Boot] [PATCH] at91: add support for PM9261 board

2009-04-03 Thread Wolfgang Denk
Dear Ilko Iliev, In message <12260566511023-git-send-email-il...@ronetix.at> you wrote: > This patch adds support for the PM9261 board of Ronetix GmbH (www.ronetix.at) > > Signed-off-by: Ilko Iliev > --- > MAKEALL |1 + > Makefile

Re: [U-Boot] [PATCH 2/2] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2009-04-03 Thread Wolfgang Denk
Dear Magnus Lilja, In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you wrote: > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > MC13873 RTC support is enabled by this patch. > > Booting from NAND is not supported yet so U-boot relies on some other

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
Hi Ben, Ben Warren wrote: > Hi Michael, > > Michael Zaidman wrote: >> >> Hi Ben, >> >> On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren >> wrote: >> >>> >>> I tried to apply it but it didn't work, but this isn't my usual computer. >>>  I'll try on my other machine tonight.  BTW - what mailer are you u

Re: [U-Boot] Pull request: nand flash

2009-04-03 Thread Wolfgang Denk
Dear Scott Wood, In message <20090403203311.ga9...@ld0162-tx32.am.freescale.net> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git repository

Re: [U-Boot] Pull request spi flash changes from u-boot-blackfin.git

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1238779336-6138-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git reposi

[U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1238779289-6054-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git reposi

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Ben Warren
Wolfgang Denk wrote: > Dear Michael & Ben, > > In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you > wrote: > >> I used Firefox as front-end web interface to communicate with gmail >> server - the only option I have at my work place. It obviously caused >> the problem.

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Ben Warren
Hi Michael, Michael Zaidman wrote: > Hi Ben, > > On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote: > >> I tried to apply it but it didn't work, but this isn't my usual computer. >> I'll try on my other machine tonight. BTW - what mailer are you using? >> >> > I used Firefox as front-en

Re: [U-Boot] Pull request: u-boot-fdt

2009-04-03 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <49d58bcf.6020...@gmail.com> you wrote: > Dear Wolfgang, > > Please pull git://git.denx.de/u-boot-fdt.git master. These are bugfixes > from dtc/libfdt and resynchronizes us. > > Thanks, > gvb > > The following changes since commit ed9953d6903c9673135a96ae1644f

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-03 Thread Wolfgang Denk
Dear Detlev, In message you wrote: > > Attached is a patch which fixes this fallout and starts a round of > cleanups. Please submit patches inline, not as attachments! > Subject: [PATCH] Rename common ns16550 constants with UART_ prefix to prevent > conflicts > > Fix problems introduced in co

[U-Boot] Pull request: nand flash

2009-04-03 Thread Scott Wood
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Scott Wood (1): Noisily disable the legac

Re: [U-Boot] bugs/36

2009-04-03 Thread u-boot
Synopsis: [U-Boot][PATCH] NetLoop initialization bug Responsible-Changed-From-To: patch-coord->gu-net Responsible-Changed-By: wd Responsible-Changed-When: Fri, 03 Apr 2009 22:31:14 +0200 Responsible-Changed-Why: Assigned to Ben ___ U-Boot mailing lis

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Wolfgang Denk
Dear Michael & Ben, In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you wrote: > > I used Firefox as front-end web interface to communicate with gmail > server - the only option I have at my work place. It obviously caused > the problem. The http://kerneltrap.org/Linux/E

[U-Boot] [PATCH v2] PQ2FADS: Enable PCI.

2009-04-03 Thread Scott Wood
PCI on PQ2FADS is very similar to PCI on MPC8272ADS. Signed-off-by: Scott Wood --- Removed an inadvertent change to an 8272ads ifdef. cpu/mpc8260/pci.c|2 ++ include/configs/MPC8260ADS.h | 17 + 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/c

[U-Boot] unassigned-patches/36: [PATCH] NetLoop initialization bug

2009-04-03 Thread u-boot
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

[U-Boot] [PATCH 2/2] MPC8260ADS: Define CONFIG_HAS_ETH0.

2009-04-03 Thread Scott Wood
This is required so that the MAC address will be updated in the device tree. Signed-off-by: Scott Wood --- include/configs/MPC8260ADS.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 088df8b..de6a3e3 100

[U-Boot] [PATCH 1/2] PQ2FADS: Enable PCI.

2009-04-03 Thread Scott Wood
PCI on PQ2FADS is very similar to PCI on MPC8272ADS. Signed-off-by: Scott Wood --- cpu/mpc8260/pci.c|2 ++ include/configs/MPC8260ADS.h | 19 ++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c index f1e9bb4.

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
Hi Ben, On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote: > > I tried to apply it but it didn't work, but this isn't my usual computer. > I'll try on my other machine tonight. BTW - what mailer are you using? > I used Firefox as front-end web interface to communicate with gmail server - the on

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Wolfgang Denk
Dear Ben Warren, In message <49d5338c.1050...@gmail.com> you wrote: > > > Could you please do an additional try to apply the patch produced > > with git-format-patch. I hope it is OK now. > > > I tried to apply it but it didn't work, but this isn't my usual > computer. I'll try on my other

Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-04-03 Thread Wolfgang Denk
In message <1238621652-2984-1-git-send-email...@denx.de> I wrote: > According to the doc/feature-removal-schedule.txt, the "autoscr" > command will be replaced by the "source" command in approximately 6 > months from now. > > This patch prepares this change and starts a 6 month transition > period

Re: [U-Boot] [PATCH] Add "GPL cleanup" task to feature-removal-schedule.txt

2009-04-03 Thread Wolfgang Denk
In message <1238686269-30075-1-git-send-email...@denx.de> I wrote: > From: Wolfgang Denk > > Announce removal of all non-GPL or GPL-incompatible files > after August 2009. > > Signed-off-by: Wolfgang Denk > --- > doc/feature-removal-schedule.txt | 14 ++ > 1 files changed, 14 ins

Re: [U-Boot] release timing wrt linux

2009-04-03 Thread Wolfgang Denk
Hello everybody in message <200904020716.34368.vap...@gentoo.org> Mike Frysinger wrote: > > can we shorten/elongate (doesnt matter to me) the next release process ? the > original time frame was picked so as to not overlap with the linux kernel, > but > the current merge window did exactly tha

Re: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-3-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit ... > diff --git a/cpu/arm926ejs/kirkwood/Makefi

Re: [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-4-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Chips supprted:- > 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs > 2. 88E6061 6 port fe swtich with 5 integrated PHYs > 3. 88E1116 gbe transceiver > > Contri

Re: [U-Boot] [PATCH] Marvell Kirkwood family SOC support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-2-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-Z0 defi

Re: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs

2009-04-03 Thread Ben Warren
Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit > --- > > diff --git a/net/eth.c b/net/eth.c > index 4bbf84b..77fa8a5 100644 > --- a/net/eth.c > +++ b/net/eth.c > @@ -73,6

Re: [U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Scott Wood
Peter Barada wrote: > Is there support in the 2009.03 version of U-boot to allow writing a > YAFFS image created by mkyaffs2image to NAND, including the meta-data in > the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it). > Looking over the nand write/read commands, they look

  1   2   >