Re: [U-Boot] U-Boot and ELDK

2008-09-18 Thread Wolfgang Denk
Dear "Roman Mashak", In message <[EMAIL PROTECTED]> you wrote: > > One more question to clarify my doubts: it's valid to use ELDK > toolchain for both building bootloader and linux kernel? I ever That's the whole intention of the ELDK - one single tool chain for boot loader, Linux kernel a

Re: [U-Boot] Watchdog doesn't get triggered on U-Boot command line

2008-09-18 Thread Wolfgang Denk
Dear Jens, In message <[EMAIL PROTECTED]> you wrote: > > > Normally the console I/O routines will trigger the watchdog while > > waiting for characters to arrive or to be sent. Obviously you missed > > to add such code. > > On 2008-09-14 in "Re: [U-Boot] Watchdog support." you wrote to Luig

Re: [U-Boot] [PATCH 04/11 v1] ARM: OMAP3: Add assembly startup and sys_info common files

2008-09-18 Thread Wolfgang Denk
Dear Dirk Behme, In message <[EMAIL PROTECTED]> you wrote: > > Yes, from strict technical point of view you are correct. Cortex A8 is > the 'CPU' and OMAP3 is the SoC. > > But what do we win adding an additional directory layer > cpu/arm_cortexa8/omap3? Let's assume we will see an additional >

[U-Boot] [PATCH] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- cpu/sh4/watchdog.c | 48 lib_sh/board.c | 89 +++- 2 files ch

[U-Boot] Malformed ARP packets

2008-09-18 Thread Remi Lefevre
Hello, I ported U-Boot on my custom MPC8270 board. Everything seems to go well but my ARP packets are malformed: => ping 192.168.0.1 Trying FCC1 ETHERNET Using FCC1 ETHERNET device sending ARP for c0a80001 ARP broadcast 1 cycles: 25 status: 6c00 ARP broadcast 2 cycles: 20 status: 6c00 ping failed

[U-Boot] [PATCH v2] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- - Fix checkpatch warning cpu/sh4/watchdog.c | 53 +--- lib_sh/board.c | 115 ++--

[U-Boot] [PATCH] sh: Fix compile warning

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- board/ms7722se/lowlevel_init.S | 56 + board/r7780mp/lowlevel_init.S |3 +- board/sh7785lcr/selfcheck.c|4 +- drivers/pci/pci_sh7751.c | 24 + drivers/pci/pci_sh7780.c | 15 +++--- i

[U-Boot] [PATCH] usb: Fix compile warning of r8a66597-hcd

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/usb/r8a66597-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/r8a66597-hcd.c b/drivers/usb/r8a66597-hcd.c index 0d3931e..a2e1fff 100644 --- a/drivers/usb/r8a66597-hcd.c +++ b/drivers/usb/r

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-18 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <[EMAIL PROTECTED]> you wrote: >> Having bootm sub-commands allows both of these as we can break up >> the sequeunce of steps that are part of the bootm process. > > OK. > >> +int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, ch

Re: [U-Boot] [PATCH V2] 8xx: prevent a machine check in scc_init().

2008-09-18 Thread Gary Jennejohn
Without this change DPRAM can be exhausted when CFG_ALLOC_DPRAM is defined, which eventually leads to a machine check. This change assures that DPRAM is allocated only once in that case. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- cpu/mpc8xx/scc.c |4 +++- 1 files changed, 3 inser

Re: [U-Boot] [patch 0/3] Improve stability USB memory sticks for the common OHCI USB layer.

2008-09-18 Thread Stelian Pop
Le mardi 16 septembre 2008 à 14:55 +0200, Remy Bohmer a écrit : > This series is a set of patches that are required to make USB sticks behave > robust while using U-Boot on a OHCI host. Hi, I gave your patches a run on an AT91CAP9 and had limited success with them (usb seems to work, usb storage

Re: [U-Boot] [PATCH] i.MX31: document timer precision option

2008-09-18 Thread Shinya Kuribayashi
Hi Guennadi, Guennadi Liakhovetski wrote: > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> > --- > > diff -u /dev/null doc/README.imx31 > --- /dev/null 2008-08-28 10:21:05.503011301 +0200 > +++ doc/README.imx31 2008-08-28 12:15:21.0 +0200 > @@ -0,0 +1,13 @@ > +i.MX31 specific C

Re: [U-Boot] [PATCH] i.MX31: document timer precision option

2008-09-18 Thread Guennadi Liakhovetski
On Thu, 18 Sep 2008, Shinya Kuribayashi wrote: > Hi Guennadi, > > Guennadi Liakhovetski wrote: > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> > > --- > > > > diff -u /dev/null doc/README.imx31 > > --- /dev/null 2008-08-28 10:21:05.503011301 +0200 > > +++ doc/README.imx31

[U-Boot] Git workflow by Andrew Moore

2008-09-18 Thread Jerry Van Baren
Hi all, I've added a link to the "Workflow for Custodian git Repositories" page The link and explanation: -

[U-Boot] [PATCH] ADS5121: fix typo in "rootpath" default setting

2008-09-18 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/configs/ads5121.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index d99f23f..d6f7e02 100644 --- a/include/configs/ads5121.h +++ b/include/configs/ads5121

Re: [U-Boot] [patch 0/3] Improve stability USB memory sticks for the common OHCI USB layer.

2008-09-18 Thread Remy Bohmer
Hello Stelian, > I gave your patches a run on an AT91CAP9 and had limited success with > them (usb seems to work, usb storage do not): Does it work without the patches? Is it a regression, or still an improvement? > U-Boot> usb part > print_part of 0 > > Partition Map for USB device 0 -- Part

Re: [U-Boot] [patch 0/3] Improve stability USB memory sticks for the common OHCI USB layer.

2008-09-18 Thread Remy Bohmer
Hello Stelian, > I gave your patches a run on an AT91CAP9 and had limited success with > them (usb seems to work, usb storage do not): Does it work without the patches? Is it a regression, or still an improvement? > U-Boot> usb part > print_part of 0 > > Partition Map for USB device 0 -- Part

[U-Boot] Automatic software updates in U-Boot

2008-09-18 Thread Bartlomiej Sieka
Hello, This patch series adds support for automatic software updates from a TFTP server. First patch introduces some changes in the TFTP timeout handling that are required by the feature proper, which is contained in the second patch. Third patch provides minor enhancements to the iminfo output th

[U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-18 Thread Bartlomiej Sieka
There are two aspects of a TFTP transfer involving timeouts: 1. timeout waiting for initial server reply after sending RRQ 2. timeouts while transferring actual data from the server Since the upcoming auto-update feature attempts a TFTP download during each boot, it is undesirable to have a long d

[U-Boot] [PATCH 3/3] FIT: output image load address for type 'firmware', fix debug msg while there

2008-09-18 Thread Bartlomiej Sieka
Now that the auto-update feature uses the 'firmware' type for updates, it is useful to inspect the load address of such images. Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- common/image.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/common/image.c

[U-Boot] [PATCH 2/3] Automatic software update from TFTP server

2008-09-18 Thread Bartlomiej Sieka
The auto-update feature allows to automatically download software updates from a TFTP server and store them in Flash memory during boot. Updates are contained in a FIT file and protected with SHA-1 checksum. More detailed description can be found in doc/README.au_tftp Signed-off-by: Rafal Czubak

Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-18 Thread Jerry Van Baren
Bartlomiej Sieka wrote: > There are two aspects of a TFTP transfer involving timeouts: > 1. timeout waiting for initial server reply after sending RRQ > 2. timeouts while transferring actual data from the server > > Since the upcoming auto-update feature attempts a TFTP download during each > boot

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-18 Thread Kumar Gala
On Sep 17, 2008, at 6:57 PM, Jerry Van Baren wrote: > Kumar Gala wrote: >> Posting this again for discussion. The two features I'm interested >> in >> enabling are: >> * Having the ability to modify the device tree before its passed to >> the kernel but after 'fdt boardsetup' >> * Ability to

[U-Boot] canyonlands u-boot ibm-iic question

2008-09-18 Thread Ayman M. El-Khashab
Hopefully this is on topic for this list. I am using the canyonlands with the included u-boot. I've made a change to the kernel so that I can use the iic device (namely added the 460ex to the compatibility list) with a name matching the one in canyonland.dts It seems to print out when it book

[U-Boot] [PATCH] move README.imx31 to doc/ and merge with README.mx31

2008-09-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/README.imx31 b/README.imx31 deleted file mode 100644 index f545f01..000 --- a/README.imx31 +++ /dev/null @@ -1,13 +0,0 @@ -i.MX31 specific Configuration Options: --- - -- Timer

[U-Boot] [PATCH] update uImgae FIT multi documentation

2008-09-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/doc/uImage.FIT/multi.its b/doc/uImage.FIT/multi.its index b992962..1d8c2db 100644 --- a/doc/uImage.FIT/multi.its +++ b/doc/uImage.FIT/multi.its @@ -56,6 +56,7 @@ data = /incbin/("./eldk-4.2-ram

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-18 Thread Kumar Gala
On Sep 18, 2008, at 1:54 AM, Wolfgang Denk wrote: >> +int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, >> char *argv[]) >> +{ >> +int ret = 0; >> + >> +/* start */ >> +if (argv[1][0] == 's') { > > I think just matching on the first letter is to restrictive; we'll end >

Re: [U-Boot] [RFC] bootm: Add sub commands

2008-09-18 Thread Kumar Gala
>> +int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, >> char *argv[]) >> +{ >> +int ret = 0; >> + >> +/* start */ >> +if (argv[1][0] == 's') { > > I think just matching on the first letter is to restrictive; we'll end > up with artificical command "names" that nobody can

Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-18 Thread Graeme Russ
Just my two cents worth... On Fri, Sep 19, 2008 at 1:17 AM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Bartlomiej Sieka wrote: >> There are two aspects of a TFTP transfer involving timeouts: >> 1. timeout waiting for initial server reply after sending RRQ >> 2. timeouts while transferring actual

Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-18 Thread Jerry Van Baren
Graeme Russ wrote: > Just my two cents worth... > > On Fri, Sep 19, 2008 at 1:17 AM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: >> Bartlomiej Sieka wrote: >>> There are two aspects of a TFTP transfer involving timeouts: >>> 1. timeout waiting for initial server reply after sending RRQ >>> 2. timeo

Re: [U-Boot] Malformed ARP packets

2008-09-18 Thread Jerry Van Baren
Remi Lefevre wrote: > Hello, > > I ported U-Boot on my custom MPC8270 board. > Everything seems to go well but my ARP packets are malformed: [snip] > [60 bytes on wire]<- correct > correct broadcast correct mac addr ARP type > --

Re: [U-Boot] [PATCH] usb: Fix compile warning of r8a66597-hcd

2008-09-18 Thread Markus Klotzbücher
Dear Nobuhiro, On Thu, Sep 18, 2008 at 08:13:08PM +0900, Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- > drivers/usb/r8a66597-hcd.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/r8a66597-hcd.c b/drivers/usb/r8

Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-18 Thread Bartlomiej Sieka
Jerry Van Baren wrote: > Bartlomiej Sieka wrote: >> There are two aspects of a TFTP transfer involving timeouts: >> 1. timeout waiting for initial server reply after sending RRQ >> 2. timeouts while transferring actual data from the server >> >> Since the upcoming auto-update feature attempts a TFT

Re: [U-Boot] canyonlands u-boot ibm-iic question

2008-09-18 Thread Stefan Roese
On Thursday 18 September 2008, Ayman M. El-Khashab wrote: > Hopefully this is on topic for this list. No, its not. > I am using the canyonlands > with the included u-boot. I've made a change to the kernel so that I > can use the iic device (namely added the 460ex to the compatibility > list) wi