Hi Graeme,
On Wed, Mar 14, 2012 at 8:41 PM, Simon Glass wrote:
> Hi Graeme,
>
> On Wed, Mar 14, 2012 at 8:02 PM, Graeme Russ wrote:
>> Hi Simon,
>>
>> On Thu, Mar 15, 2012 at 1:50 PM, Simon Glass wrote:
>>> Hi Graeme,
>>>
>>> On Wed, Mar 14, 2012 at 7:35 PM, Graeme Russ wrote:
Hi Simon,
>
Hi Albert,
On Fri, Mar 9, 2012 at 6:32 AM, Simon Glass wrote:
> Hi,
>
> I have a few more series that I hope will go in this time.
Do you have any comments on 3 and 4 below please? Otherwise lds can
perhaps go in as it in. For generic reloc I will issue a new series
which tidies up SPL a bit if
I am currently working on a project and I am trying to load the kernel from usb
instead of an sd card. How do you configure u-boot to support usb commands?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lis
On Friday 23 March 2012 11:44 PM, Scott Wood wrote:
On 03/23/2012 06:44 AM, Prabhakar Kushwaha wrote:
Hi Scott,
On Friday 23 March 2012 01:13 AM, Scott Wood wrote:
On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote:
Hi Scott,
Please find my reply in-lined
On Thursday 22 March 2012 01:22 AM
GCC 4.7 error:
cmd_nand.c: In function ‘arg_off_size’:
cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
Signed-off-by: Marek Vasut
Cc: Scott Wood
---
common/cmd_nand.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
Hi Anatolij,
On Fri, Mar 23, 2012 at 3:32 PM, Anatolij Gustschin wrote:
> Hi Simon,
>
> On Mon, 19 Mar 2012 22:49:30 -0700
> Simon Glass wrote:
>
>> This example doesn't have get_timer() defined, which causes build breakages.
>>
>> Add #ifdef guards to work around this.
>>
>> Signed-off-by: Simo
Hi Simon,
On Mon, 19 Mar 2012 22:49:30 -0700
Simon Glass wrote:
> This example doesn't have get_timer() defined, which causes build breakages.
>
> Add #ifdef guards to work around this.
>
> Signed-off-by: Simon Glass
> ---
> lib/time.c |2 ++
> 1 files changed, 2 insertions(+), 0 deletio
Dear Stefan Roese,
In message <201203211628.51225...@denx.de> you wrote:
>
> please pull the following fix:
>
>
> The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a:
>
> Armada100: gplugD: Add FAT & EXT2 command support (2012-03-19 00:08:26
> +0100)
>
> are availab
Dear Macpaul Lin,
In message
you wrote:
> --e89a8ff1c62e4e8e0a04bb93f28d
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear Wolfgang,
>
> Please pull the following 2 fix patches into your master branch.
> Thanks!
>
> The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444
Dear Simon,
In message <1332219558-9143-1-git-send-email-...@chromium.org> you wrote:
> This reverts commit 295d3942b806552503243f5cfb36aec6f1b5a9bf.
>
> It turns that this really doesn't work very nicely. Instead we should
> have a pre-console panic function so that we know that further executio
In case we use netconsole for stdout and something goes wrong here and
we run into one of this printf() then there is no point of sending this
over network again since it is likely that will fail again.
Signed-off-by: Sebastian Andrzej Siewior
---
drivers/net/tsec.c | 12 ++--
1 files
Since we start/stop the network after each character we see that line
printed a lot.
Signed-off-by: Sebastian Andrzej Siewior
---
drivers/net/tsec.c |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c
index 78badfa..9af3c7e 1006
If we set the status after successful init call then we get in trouble
if stdout (or setderr) is set to netconsole. If we are going to use one
of those (lets say printf) during ->init() the following happens:
- network is of (state passive)
- we switch on netconsole
- nc_getc() gets called
- in Net
Dear Thomas,
In message
you wrote:
>
> Is it possible to use NetConsole and TFTP parallel at one Ethernet
> interface? My fist thoughts were that this could be possible, because TFTP
Yes, this is supposed to work. We've even seen running TFTP and
Netconsole over Ethernet over USB...
> and Ne
I am trying to get usb-ethernet dongle to work in u-boot but in order to
get this to work I need to have the device in host mode. My current
platform doesn't have USB host EHCI port but it has the micro OTG port and
I have verified that keyboard/mouse/usb-ethernet all work on this port in
Linux. Bu
Hi all,
I am trying to use the NetConsole to configure the U-Boot and to send
command to it. Everything works fine, but I also need to transfer files
via TFTP. It looks like that is a problem and I hope the members of this
mailing list can give me some answers and maybe solutions.
Is it possib
On 03/23/2012 06:44 AM, Prabhakar Kushwaha wrote:
> Hi Scott,
>
> On Friday 23 March 2012 01:13 AM, Scott Wood wrote:
>> On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote:
>>> Hi Scott,
>>>
>>> Please find my reply in-lined
>>>
>>> On Thursday 22 March 2012 01:22 AM, Scott Wood wrote:
On 03/
Hi Stefano,
On Fri, Mar 23, 2012 at 6:34 AM, Stefano Babic wrote:
> Is there someone who can answer to this question ? This patch fixes the
> value according to the manual, without doubts. But if the manual is wrong...
We are checking this internally at Freescale and will keep the list updated.
On Thu, Mar 22, 2012 at 09:48:27PM -0400, Jason Kridner wrote:
> I'm reading/replying to these one-by-one for sanity/clarity with regards
> to BeagleBoard...
[snip]
> >diff --git a/include/configs/omap3_beagle.h
> >b/include/configs/omap3_beagle.h
> >index 80b9a5a..21e4b01 100644
> >--- a/include/
Hi Graeme,
On Thu, Mar 22, 2012 at 4:41 PM, Graeme Russ wrote:
> Hi Simon,
>
> On Fri, Mar 23, 2012 at 10:03 AM, Simon Glass wrote:
>
>> I am going to have a similar problem in the SPL soon - how to deal
>> with panic(). Advice gratefully accepted.
>
> Take a leaf out of the Linux x86 source
Hi Scott,
On Friday 23 March 2012 01:13 AM, Scott Wood wrote:
On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote:
Hi Scott,
Please find my reply in-lined
On Thursday 22 March 2012 01:22 AM, Scott Wood wrote:
On 03/20/2012 11:43 PM, Prabhakar Kushwaha wrote:
Debugging of e500 and e500v1 proc
On 20/03/2012 00:41, Fabio Estevam wrote:
> The variable "rc" is the return of board_eth_init() function. Initialize
> it with an error code, so that this function can return an error when
> CONFIG_SMC911X is not set.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks
Best reg
On 21/03/2012 16:42, Fabio Estevam wrote:
> Change the parent UART clock to be PLL2, so that U-boot can also boot
> a Freescale 2.6.35 kernel for mx53.
>
> FSL kernel and U-boot changed the UART parent from PLL3 to PLL2 to avoid
> conflicts with IPU clocks, so that the video resolution can be chan
On 23/03/2012 04:25, Troy Kisky wrote:
> On 3/22/2012 6:47 PM, Troy Kisky wrote:
>> On 3/22/2012 3:00 PM, Troy Kisky wrote:
>>> Currently, board files are setting this field to 0x01
>>> which the manual says is a reserved value. Change to
>>> use the default of 0x04 - 128 cycles.
>> Typo, should sa
On 23/03/2012 01:29, Fabio Estevam wrote:
> CONFIG_SPI_FLASH_CS is not used anywhere.
>
> Use CONFIG_SF_DEFAULT_CS instead.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
===
On 23/03/2012 01:29, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Provide default values for SPI bus and chip select.
>
> This allows the command "sf probe" to work without passing SPI bus and chip
> select numbers as arguments.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx,
On 23/03/2012 10:18, Marek Vasut wrote:
>
> No, that's why I'm asking. And I see no use of CONFIG_SPI_FLASH_CS. All right
> then:
>
> Acked-by: Marek Vasut
Ok, then everything is clear.
Acked-by: Stefano Babic
Best regards,
Stefano Babic
--
Dear Stefano Babic,
> On 23/03/2012 09:39, Marek Vasut wrote:
> > Dear Fabio Estevam,
> >
> >> CONFIG_SPI_FLASH_CS is not used anywhere.
> >>
> >> Use CONFIG_SF_DEFAULT_CS instead.
> >>
> >> Signed-off-by: Fabio Estevam
> >> ---
> >>
> >> include/configs/efikamx.h |2 +-
> >> include/con
On 23/03/2012 09:39, Marek Vasut wrote:
> Dear Fabio Estevam,
>
>> CONFIG_SPI_FLASH_CS is not used anywhere.
>>
>> Use CONFIG_SF_DEFAULT_CS instead.
>>
>> Signed-off-by: Fabio Estevam
>> ---
>> include/configs/efikamx.h |2 +-
>> include/configs/m28evk.h |2 +-
>> include/configs/vision
Hi,
On Thu, 22 Mar 2012 01:58:02 -0700 (PDT)
Pali Rohár wrote:
...
> Do you think that mapped address of framebuffer is only problem?
I wrote that it could be a problem. I do not know much about
your system and U-Boot port and do not know exactly what you
meant by "damaged screen output" and whe
Dear Fabio Estevam,
> CONFIG_SPI_FLASH_CS is not used anywhere.
>
> Use CONFIG_SF_DEFAULT_CS instead.
>
> Signed-off-by: Fabio Estevam
> ---
> include/configs/efikamx.h |2 +-
> include/configs/m28evk.h |2 +-
> include/configs/vision2.h |2 +-
> 3 files changed, 3 insertions(+),
Dear Fabio Estevam,
> From: Fabio Estevam
>
> Provide default values for SPI bus and chip select.
>
> This allows the command "sf probe" to work without passing SPI bus and chip
> select numbers as arguments.
>
> Signed-off-by: Fabio Estevam
Acked-by: Marek Vasut
> ---
> include/configs/m
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <201203221745.16226.marek.va...@gmail.com> you wrote:
> > > > Dear Wolfgang Denk, are we OK with applying this and bootz patch
> > > > please? Can we get it into .04 release please?
> > >
> > > "this" - which patch version exactly are you re
33 matches
Mail list logo