On Wednesday 07 March 2012 00:50:15 Graeme Russ wrote:
> On Wed, Mar 7, 2012 at 3:20 AM, Mike Frysinger wrote:
> > On Tuesday 06 March 2012 01:34:24 Simon Glass wrote:
> >> On Mon, Mar 5, 2012 at 9:05 PM, Mike Frysinger wrote:
> >> > On Monday 20 February 2012 20:32:47 Simon Glass wrote:
> >> >> Th
Dear Balaji,
On 11.03.2012 06:47, Balaji Sivakumar, ERS, HCLTech wrote:
Hi Dirk,
Thanks for your resonse. I have just added into this thread beacuse both are
spansion flash.
my responses to your query:
1.am using u-boot_2099-08 U-boot. it came with imx6q saberlite board.
This is the 'old' U
On Wednesday 07 March 2012 02:12:22 puneets wrote:
> On Tuesday 06 March 2012 08:37 AM, Mike Frysinger wrote:
> >> --- a/drivers/usb/host/ehci-hcd.c
> >> +++ b/drivers/usb/host/ehci-hcd.c
> >>
> >> static void flush_invalidate(u32 addr, int size, int flush)
> >> {
> >> + /*
> >> + * Size is
On Friday 09 March 2012 15:32:55 Simon Glass wrote:
> Sometimes we want to be sure that the output FIFO has fully drained (e.g.
> because we are about to reset or the port or reset the board).
imo, we shouldn't be draining fifos before a reset in hardware that doesn't
matter -- it's just a waste
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thursday 08 March 2012 12:20:17 Aneesh V wrote:
> This will add ARM specific over-rides for the defines
> from linux/linkage.h
Tested-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing li
On Thursday 08 March 2012 01:39:53 Simon Glass wrote:
> On Tue, Mar 6, 2012 at 8:17 AM, Mike Frysinger wrote:
> > On Tuesday 06 March 2012 01:24:21 Simon Glass wrote:
> >> On Mon, Mar 5, 2012 at 9:03 PM, Mike Frysinger wrote:
> >> > On Thursday 16 February 2012 09:48:58 Simon Glass wrote:
> >> >> -
Hi Wolfgang,
On Sat, Mar 10, 2012 at 12:24 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> > Also I do not understand why it would be needed at all. =A0We did not
>> > have such a requirement for any system before, so I feel you must be
>> > doing something wro
Hi Wolfgang,
On Sat, Mar 10, 2012 at 2:49 PM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> > I think outputting data to all "potential" console ports is a really
>> > bad thing, as you cannot know how your users are using the hardware.
>> > They may have attached hard
Dear Simon,
In message
you wrote:
>
> > I think outputting data to all "potential" console ports is a really
> > bad thing, as you cannot know how your users are using the hardware.
> > They may have attached hardware to the UARTs, and the data you send to
> > the port causes a mis-function of
+Graeme
Hi Wolfgang,
On Sat, Mar 10, 2012 at 12:08 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> >> +void board_pre_console_putc(int ch)
>> >> +{
>> > ...
>> >> + for (uart_addr = uart_reg_addr; *uart_addr; uart_addr++) {
>> >> + NS16550_t re
Hi,
All along, I have been thinking is: to run an u-boot binary on a board,
two steps are required:
(1) configure u-boot
(2) cross-compile the source.
I was a bit confused when I was told the followings:
To run binary code, you do not need to create any specific images.
Just load the raw bina
Dear Simon Glass,
In message
you wrote:
>
> > Also I do not understand why it would be needed at all. =A0We did not
> > have such a requirement for any system before, so I feel you must be
> > doing something wrong, or at least very exotic.
>
> I put a fully explanation in the previous patch. L
Dear Simon Glass,
In message
you wrote:
>
> >> +void board_pre_console_putc(int ch)
> >> +{
> > ...
> >> + for (uart_addr = uart_reg_addr; *uart_addr; uart_addr++) {
> >> + NS16550_t regs = (NS16550_t)*uart_addr;
> >> +
> >> + NS16550_init(regs, divisor);
> >> +
Dear Andreas,
In message <4f5b5370.4090...@gmail.com> you wrote:
>
> No I can not change anything for e.g.
> http://patchwork.ozlabs.org/patch/120993/ (the complete 'Patch
> Properties' box is missing), I guess due to delegation to Reinhard. So
> can you please delegate these two patches to me?
Hi,
On Sat, Mar 10, 2012 at 12:25 AM, Wolfgang Denk wrote:
> Dear Albert,
>
> In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com>
> Tom Warren wrote:
>>
>> Please pull u-boot-tegra/master into arm master. Thanks!
>
>
> Please do NOT pull this.
>
>> ns16550: Add func
Hi Wolfgang,
On Sat, Mar 10, 2012 at 12:19 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1331325178-14634-1-git-send-email-...@chromium.org> you wrote:
>> Sometimes we want to be sure that the output FIFO has fully drained (e.g.
>> because we are about to reset or the port or reset
Hi Wolfgang,
On Sat, Mar 10, 2012 at 12:16 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1331325178-14634-3-git-send-email-...@chromium.org> you wrote:
>> When there is not device tree file available to U-Boot, we panic.
>> Implement board_pre_console_putc() so that this panic will
Dear Balaji Sivakumar,
In message you wrote:
>
> I am Balaji. am using IMX6 base custom board. In my board am using S29GL01G
> NOR Flash to srore u-boot and kernel. I understand from the data sheet this
> NOR Flash is CFI based on. So i have added Configurations for CFI Flash
> driver.
Thi
Dear Balaji,
On 10.03.2012 11:47, Balaji Sivakumar wrote:
Stefan Roese denx.de> writes:
Hi Prakash,
On Friday 09 April 2010 07:26:37 prakash bedge wrote:
In U-boot I am not seeing the support for Spansion S29GL512P NOR flash.
This chip is CFI compliant so I believe the common CFI driver
On Sunday 04 March 2012 21:57:23 Marek Vasut wrote:
>
> 1) Video; check if you have the following defined in your board config:
>
> #define CONFIG_VIDEO
> #define CONFIG_VIDEO_SW_CURSOR
> #define CONFIG_CFB_CONSOLE
Above options was already enabled.
> #define CONFIG_VGA_AS_SINGLE_DEVICE
When I ena
Dear Wolfgang,
On 09.03.2012 14:47, Wolfgang Denk wrote:
> Dear Andreas,
>
> In message <4f59ba55.9050...@googlemail.com> you wrote:
>>
>> There are two patches pending from Sven Schnelle since October last year:
>> http://patchwork.ozlabs.org/patch/120993/
>> http://patchwork.ozlabs.org/patch/12
On Tuesday 06 March 2012 10:25:57 Anatolij Gustschin wrote:
> Hi,
>
> On Mon, 05 Mar 2012 11:42:13 +0100
> Pali Rohár wrote:
> ...
>
> > Hi, thanks. If you need some more info write me.
>
> Can you please test with attached patch? Does it help to solve
> your problem on N900?
>
> Thanks,
> Anatoli
Hi Wolfgang,
On 03/10/2012 07:31 PM, Wolfgang Denk wrote:
> Dear Fabio,
>
> In message
> you
> wrote:
>>
>>> I was just thinking if this year's Libre Software Meeting (LSM - from
>>> 7th to 12th July in Geneva, Switzerland) would be a suitable event to
>>> arrange a meeting of some U-Boot deve
Signed-off-by: Andreas Bießmann
---
doc/git-mailrc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 96f1d86..bc5a814 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -51,7 +51,7 @@ alias tegra uboot, Simon Glass ,
Tom War
From: Sven Schnelle
gen_atmel_mci works on AVR32 as well, so no need to use the legacy
mmc driver. This also has the nice side effect of being able to use
SDHC cards an those boards.
Signed-off-by: Sven Schnelle
Signed-off-by: Andreas Bießmann
---
changes since v2:
* remove board_mmc_init in
Dear Sven,
On 21.10.2011 14:49, Sven Schnelle wrote:
> gen_atmel_mci works on AVR32 as well, so no need to use the legacy
> mmc driver. This also has the nice side effect of being able to use
> SDHC cards an those boards.
>
> Signed-off-by: Sven Schnelle
> ---
> arch/avr32/lib/board.c
Stefan Roese denx.de> writes:
>
> Hi Prakash,
>
> On Friday 09 April 2010 07:26:37 prakash bedge wrote:
> > In U-boot I am not seeing the support for Spansion S29GL512P NOR flash.
> >
> > This chip is CFI compliant so I believe the common CFI driver should work
> > with this chip.
> >
> > Doe
hi Simon,
On Sat Mar 03, 2012 at 12:33:15PM -0800, Simon Glass wrote:
> raise() likes to call printf() if it is available, but in SPL builds it
> either is not available, or adds a large chunk to the resulting image
> size.
>
> So don't call it even if it is available.
>
> This change reduces SP
Dear Fabio,
In message
you wrote:
>
> > I was just thinking if this year's Libre Software Meeting (LSM - from
> > 7th to 12th July in Geneva, Switzerland) would be a suitable event to
> > arrange a meeting of some U-Boot developers?
There were a number of reasons that made me looking at this:
Dear Albert,
In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com> Tom
Warren wrote:
>
> Please pull u-boot-tegra/master into arm master. Thanks!
Please do NOT pull this.
> ns16550: Add function to drain serial output
> Enable printf() console if pre-console p
Dear Tom Warren,
In message <5fbf8e85ca34454794f0f7ecba79798f37971bc...@hqmail04.nvidia.com> you
wrote:
>
> If no one objects, I'll apply this series, and Stephen's 'Makefile: fdt: Make
> the final build result be u-boot.bin' patch (which also works OK, BTW) to my
> previous pull request and r
Dear Simon Glass,
In message <1331325178-14634-1-git-send-email-...@chromium.org> you wrote:
> Sometimes we want to be sure that the output FIFO has fully drained (e.g.
> because we are about to reset or the port or reset the board). Add a
Seems there is one unintentional "or".
> function for th
Dear Simon Glass,
In message <1331325178-14634-3-git-send-email-...@chromium.org> you wrote:
> When there is not device tree file available to U-Boot, we panic.
> Implement board_pre_console_putc() so that this panic will be displayed
> on the serial console.
...
> +void board_pre_console_putc(in
35 matches
Mail list logo