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
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
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
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
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
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
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
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
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
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
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
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
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:
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,
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
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
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
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
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
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
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
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
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,
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,
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
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,
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,
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
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
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
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
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
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
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
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 -
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 +---
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
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.
>
>
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
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
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
101 - 141 of 141 matches
Mail list logo