Le 27/08/2010 21:06, Reinhard Meyer a écrit :
> On 27.08.2010 20:24, Stefano Babic wrote:
>> Reinhard Meyer wrote:
>>
>> Hi Reinhard,
>>
>>> Why not just declare it as
>>> uint_32t linebuf[MAX_LINE_LENGTH_BYTES/4+1];
>>> ?
>>
>> Yes, we do not need any special compiler attribute. I forward to Alber
Hi,
On Sat, 28 Aug 2010 08:07:38 +0530
chandra sekhar wrote:
...
> I would like to become a memeber of u-boot-user mailing list.
> can you please add or allow me a memeber of u-boot-user mailing list.
Since you post to this list I'm assuming you want to be subscribed
to it and not to the old u-b
On Fri, Aug 27, 2010 at 10:37 PM, chandra sekhar wrote:
> I would like to become a memeber of u-boot-user mailing list.
this is no such mailing list
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hello Albert,
Le 27/08/2010 07:37, Albert ARIBAUD a écrit :
> Le 27/08/2010 07:00, Chris Moore a écrit :
>
>
> I think your proposal to handle size 0 as meaning '4 MB' is fine,
> since there is no way to express 4MB and a zero size is meaningless as
> such.
>
s/MB/GiB/
I agree that it is the
because characters couldn't be written in red, so I put the wrong contents as
following:
bb0010c0: 45454545 45454545 45454545 45454545
bb0010d0: 45454545 45454545 45454545 45454545
I really appreciate any suggestions very much.
dajiang.zhong wrote:
>
> Hi
On Fri, Aug 27, 2010 at 5:59 PM, Scott Wood wrote:
> On 08/27/2010 04:46 PM, Scott Wood wrote:
>> For now, I guess don't worry about sharing the code.
>
> Plus, I've got some changes to the NAND command/util code I'm about to send
> out that touch this -- if sharing is going to be a pain, I can go
Hi, every one.
This is my first time of posting a message here, firstly , thanks for any
body who builds such a nice platform give help.
In recent two weeks, I added a NAND flash driver support for Micron's
MT29F2G08ABD (SLC;page size: x8 2048+64bytes; Block size: 64 pages; Device
size: 2Gb) memo
Hi, every one.
This is my first time of posting a message here, firstly , thanks for any body
who builds such a nice platform give help.
In recent two weeks, I added a NAND flash driver support for Micron's
MT29F2G08ABD (SLC;page size: x8 2048+64bytes; Block size: 64 pages; Device
size: 2Gb) mem
Hi,
I would like to become a memeber of u-boot-user mailing list.
can you please add or allow me a memeber of u-boot-user mailing list.
Thanks,
Chandrasekhar N
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 08/27/2010 04:36 PM, Ben Gardiner wrote:
> On Fri, Aug 27, 2010 at 9:51 AM, Ben Gardiner
> wrote:
> I have performed a refactoring but I have reached an impasse: the
> 'mtdparts spread' command is written for mtd devices whereas the
> get_len_incl_bad() function is for NAND devices. I extracte
On 08/27/2010 04:46 PM, Scott Wood wrote:
> On 08/27/2010 04:36 PM, Ben Gardiner wrote:
>> On Fri, Aug 27, 2010 at 9:51 AM, Ben Gardiner
>> wrote:
>> I have performed a refactoring but I have reached an impasse: the
>> 'mtdparts spread' command is written for mtd devices whereas the
>> get_len_inc
On Fri, Aug 27, 2010 at 5:46 PM, Scott Wood wrote:
> On 08/27/2010 04:36 PM, Ben Gardiner wrote:
>>
>> On Fri, Aug 27, 2010 at 9:51 AM, Ben Gardiner
>> wrote:
>> But since a board may have NAND enabled but not MTD_DEVICE (i.e. guruplug)
>> I get
>> link errors sometimes.
>
> Grr... Eventually we
logo_plot() has its own code for rendering a bitmap, but this code is much
less capable than video_display_bitmap(). Why doesn't logo_plot() just call
video_display_bitmap() to draw the actual bitmap?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://
On Fri, Aug 27, 2010 at 9:51 AM, Ben Gardiner
wrote:
> On Thu, Aug 26, 2010 at 5:12 PM, Scott Wood wrote:
>>> +{
>>> + if (!mtd->block_isbad)
>>> + goto out;
>>> +
>>> + u32 i, bb_delta = 0;
>>> +
>>> + for (i = part->offset; i - bb_delta < part->offset + part->size;
>>> +
Signed-off-by: York Sun
---
include/configs/corenet_ds.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index cf316e0..627f851 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -87
Using PIC TFRR register for post word load/store for generic.
Fix post_word_store, post_word_load offset for mpc85xx with cpm
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc85xx/commproc.c |4 ++--
arch/powerpc/cpu/mpc85xx/cpu.c | 17 +
2 files changed, 19 insertions(
If enabled in config file and hwconfig, the memory test is performed
after DDR initialization when U-boot stills runs in flash and cache.
Whole memory is testable. It is mapped 2GB at a time using a sliding
TLB window. After the testing, DDR is remapped with up to 2GB memory
from the lowest address
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |1 +
board/freescale/p2020ds/ddr.c|4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
b/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
index dccb7aa..e
Signed-off-by: York Sun
---
include/configs/P2020DS.h |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h
index ee21d8b..8b76057 100644
--- a/include/configs/P2020DS.h
+++ b/include/configs/P2020DS.h
@@ -73,8 +73,9 @@
Add progress indicator for slow test. It is useful when the testing
takes too longer to finish. The indicator is reused from flash
programming.
Hwconfig is used to turn on slow test when not enabled by flag.
Signed-off-by: York Sun
---
post/drivers/memory.c | 211 ++
Use more bits to support 36-bit addressing
Signed-off-by: York Sun
---
drivers/dma/fsl_dma.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/fsl_dma.c b/drivers/dma/fsl_dma.c
index df33e7a..09c18c1 100644
--- a/drivers/dma/fsl_dma.c
+++ b/drivers/dma/f
I'm rescinding this patch. I'll have v2 some time next week.
On Thu, Aug 26, 2010 at 3:59 PM, Timur Tabi wrote:
> The Freescale MPC8610 DIU code has its own bitmap-drawing function,
> fsl_diu_display_bmp(), which is redundant. Instead, use the existing function
> video_display_bitmap(). Replac
I'm rescinding this patch. I have some new code that doesn't need this hack.
On Wed, Aug 25, 2010 at 4:36 PM, Timur Tabi wrote:
> The 'bmp display' command accepts optional X and Y values for the position
> of the image to be displayed. Change the code which parses the command line
> to accept
The CURSOR_ON, CURSOR_OFF, and CURSOR_SET macros are defined incorrectly. If
cursor support is disabled, then these macros are defined to nothing, but
then they are used like this:
if (console_col < CONSOLE_COLS)
CURSOR_OFF
console_row++;
which was compiled like t
Signed-off-by: Reinhard Meyer
---
lib/display_options.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/display_options.c b/lib/display_options.c
index 20319e6..9048a8a 100644
--- a/lib/display_options.c
+++ b/lib/display_options.c
@@ -101,7 +101,7 @@ void print_size
On 27.08.2010 20:24, Stefano Babic wrote:
> Reinhard Meyer wrote:
>
> Hi Reinhard,
>
>> Why not just declare it as
>> uint_32t linebuf[MAX_LINE_LENGTH_BYTES/4+1];
>> ?
>
> Yes, we do not need any special compiler attribute. I forward to Albert,
> he sent previously an analog patch to solve thi
Hi Stefan:
Our legal is out at the moment. Why is this an issue, since it is
on many of the files in U-Boot. Our legal indicated without the
statement the Copyright would not stand.
Thanks
Feng
>> +# Copyright (c) 2010, Applied Micro Circuits Corporation
>> +# All rights reserved. Tirumala R Marr
Reinhard Meyer wrote:
Hi Reinhard,
> Why not just declare it as
> uint_32t linebuf[MAX_LINE_LENGTH_BYTES/4+1];
> ?
Yes, we do not need any special compiler attribute. I forward to Albert,
he sent previously an analog patch to solve this issue.
Stefano
--
On Friday, August 27, 2010 05:41:08 Reinhard Meyer wrote:
> Stefano Babic schrieb:
> > --- a/lib/display_options.c
> > +++ b/lib/display_options.c
> > @@ -101,7 +101,7 @@ void print_size(unsigned long long size, const char
> > *s)
> >
> > #define DEFAULT_LINE_LENGTH_BYTES (16)
> > int print_buff
On Fri, Aug 27, 2010 at 12:02 PM, Scott Wood wrote:
> On 08/27/2010 10:44 AM, Ben Gardiner wrote:
>>
>> On Thu, Aug 26, 2010 at 2:57 PM, Scott Wood
>> wrote:
>>>
>>> Don't assume partition size fits in 32 bits. part->size is uint64_t.
>>
>> I understand that (at some point) we need to support pa
Signed-off-by: Albert Aribaud
---
include/configs/edminiv2.h | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 57dd165..ccfc660 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
These are not used on this board, which uses soft I2C instead.
Signed-off-by: Albert Aribaud
---
include/configs/km_arm.h |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
index 6519c90..1617e69 100644
--- a/includ
SUMMARY:
This patchset improves the driver for the Marvell TWSI interface found
on orion5x and kirkwood SoCs and adds I2C support to the orion5x-based
ED Mini V2 board. The mvtwsi driver is a complete rewrite, 50% shorter
in source code lines, 25% smaller in object size, much simpler and way
faste
On 08/27/2010 10:44 AM, Ben Gardiner wrote:
> On Thu, Aug 26, 2010 at 2:57 PM, Scott Wood wrote:
>> Don't assume partition size fits in 32 bits. part->size is uint64_t.
>
> I understand that (at some point) we need to support part->size
> uint64_t but the HEAD of u-boot [1], u-boot-nand-flash/ma
This rewrite of the mvtwsi driver is 25% smaller and much
faster and simpler than the previous code.
Signed-off-by: Albert Aribaud
---
drivers/i2c/mvtwsi.c | 750 +++---
1 files changed, 341 insertions(+), 409 deletions(-)
diff --git a/drivers/i2c/mv
This driver is not kirkwood-specific and can also be used
e.g. by orion5x. Rename to a SoC-neutral name.
Signed-off-by: Albert Aribaud
---
drivers/i2c/Makefile |2 +-
drivers/i2c/{kirkwood_i2c.c => mvtwsi.c} |0
2 files changed, 1 insertions(+), 1 deletions(-)
rename
On Thu, Aug 26, 2010 at 2:57 PM, Scott Wood wrote:
> On Mon, Aug 09, 2010 at 04:43:58PM -0400, Ben Gardiner wrote:
>> diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c
>> index 772ad54..500a38e 100644
>> --- a/common/cmd_mtdparts.c
>> +++ b/common/cmd_mtdparts.c
>> @@ -1215,18 +1215,65 @@
Le 27/08/2010 16:30, Prafulla Wadaskar a écrit :
- * Driver for the i2c controller on the Marvell line of
>> host bridges
- * (e.g, gt642[46]0, mv643[46]0, mv644[46]0, Orion SoC family),
- * and Kirkwood family.
+ * Driver for the TWSI (i2c) controller on the Marvell orion5x
>>>
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Friday, August 27, 2010 6:33 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi,
> support orion5x and k
On Aug 27, 2010, at 9:10 AM, "Reinhard Meyer" wrote:
> 2. would it be possible to just manipulate the initial Y for text output?
I'll try this approach. It should be simple enough.
>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/
Dear Timur,
> On Aug 27, 2010, at 8:14 AM, "Detlev Zundel" wrote:
>
>> We can discuss this once I see the code that makes virtual coordinates
>>
>
> If you can help me figure out how to get the boot text to appear below the
> logo, I won't need to use virtual coordinates.
1. would it be possible
On Aug 27, 2010, at 8:14 AM, "Detlev Zundel" wrote:
> We can discuss this once I see the code that makes virtual coordinates
>
If you can help me figure out how to get the boot text to appear below the
logo, I won't need to use virtual coordinates.
>
_
On Thu, Aug 26, 2010 at 6:26 PM, Scott Wood wrote:
> On Mon, Aug 09, 2010 at 04:44:00PM -0400, Ben Gardiner wrote:
>> +#if defined(CONFIG_CMD_MTDPARTS_SPREAD)
>> + s = strchr(argv[1], '.');
>> +
>> + if (get_mtd_info(dev->id->type, dev->id->num, &mtd))
>> +
On Thu, Aug 26, 2010 at 5:12 PM, Scott Wood wrote:
> On Mon, Aug 09, 2010 at 04:43:59PM -0400, Ben Gardiner wrote:
>> +static void spread_partition(struct mtd_info *mtd, struct part_info *part,
>> + u32 *next_offset)
>
> As in patch 2, change u3
Hi Scott,
Thank you for reviewing patches 2-4.
On Thu, Aug 26, 2010 at 2:57 PM, Scott Wood wrote:
> On Mon, Aug 09, 2010 at 04:43:58PM -0400, Ben Gardiner wrote:
>> diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c
>> index 772ad54..500a38e 100644
>> --- a/common/cmd_mtdparts.c
>> +++ b
Le 27/08/2010 14:20, Prafulla Wadaskar a écrit :
> Can you pls encapsulate this in #ifdef CONFIG_CMD_I2C ?
Done, and moved #define CONFIG_CMD_I2C up right after #define
CONFIG_CMD_IDE.
Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx
Hi Timur,
> Detlev Zundel wrote:
>
>> Can't you come up with a scheme which does not destroy this valuable
>> property of our coordinates?
>
> I'm only doing two things:
>
> 1) Exposing a feature of the existing code. Notice that I only had to change
> two lines in the cmd_bmp code, not any of th
Le 27/08/2010 14:34, Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de
>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
>> Sent: Friday, August 27, 2010 11:42 AM
>> To: u-boot@lists.denx.de
>> Subject: [U-Boot] [PATCH V3 3/4] i2c
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Friday, August 27, 2010 11:42 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support
> orion5x and kirkwood
>
> This
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Friday, August 27, 2010 11:42 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V3 4/4] edminiv2: add I2C support
> using mvtwsi driver
>
>
> S
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Friday, August 27, 2010 11:42 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V3 2/4] i2c: rename kirkwood_i2c to mvtwsi
>
> This driver is not
Detlev Zundel wrote:
> Can't you come up with a scheme which does not destroy this valuable
> property of our coordinates?
I'm only doing two things:
1) Exposing a feature of the existing code. Notice that I only had to change
two lines in the cmd_bmp code, not any of the core bitmap code, whi
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Friday, August 27, 2010 6:37 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH] orion5x: fix comment-in-comment
> typo in cpu.h
>
>
> Signed-of
Hi Zoolu,
> I am trying to boot my mutli image ( Kernel + Ramdisk) on my target and i am
> not able to boot beyond below given log. I can not see
> (Uncompressing Multi-File Image ... OK) .. OK does not come up. I guess
> the image is hung while uncompressing the image ??? But to my surprise the
Hi Timur,
> The 'bmp display' command accepts optional X and Y values for the position
> of the image to be displayed. Change the code which parses the command line
> to accept negative values.
>
> This feature is useful if you want to use a frame buffer for the console, and
> you want a banner d
Hello.
tma...@apm.com wrote:
> From: Tirumala Marri
> This patch adds L2Cache/SRAM and OCM register definitions.
> Signed-off-by: Tirumala R Marri
[...]
> diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h
> b/arch/powerpc/include/asm/ppc4xx-isram.h
> index d6d17ac..b723401 100644
> --- a/
Hello.
tma...@apm.com wrote:
> From: Tirumala Marri
> This patch adds Universal Interrupt Controller support for
> APM82XXX processor.
> Signed-off-by: Tirumala R Marri
[...]
> diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h
> b/arch/powerpc/include/asm/ppc4xx-uic.h
> index 782d045..238b7
Hi Stephen,
> I am getting following error message when tried to download zImage to the
> SDRAM.
>
> MDT-Boot>
>
> MDT-Boot> nfs a130 10.100.144.245:/var/bin/lib/tftpboot/zImage
>
> SMC9: MAC 00:00:70:26:1e:01
>
> Using SMC9-0 device
>
> File transfer via NFS from server 10.100.144.24
Hi Graeme,
> I notice there is a work in progress for coreboot on only one Intel Atom
> motherboard (the D945GCLF) - Not a lot of support there.
I would imagine that it is _very_ difficult to get at the information
one needs to write such low-level software. During private talks I got
the impres
From: Reinhard Meyer
Signed-off-by: Reinhard Meyer
---
drivers/mtd/spi/Makefile |1 +
drivers/mtd/spi/ramtron.c| 312 ++
drivers/mtd/spi/spi_flash.c | 54 ++-
drivers/mtd/spi/spi_flash_internal.h |1 +
4 files chang
Stefano Babic schrieb:
> As linebuf is accessed with 32-bit pointers, its address
> must be 32 bit aligned to avoid misaligned access.
>
> Signed-off-by: Stefano Babic
> ---
> lib/display_options.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/display_option
Hi Marri,
On Thursday 26 August 2010 23:06:20 tma...@apm.com wrote:
> From: Tirumala Marri
>
> Add bluestone board name to the board.cfg.
> Change Makefile to include bluestone board support.
Not needed with board.cfg now. Please remove your changes to Makefile.
Compiling bluestone results in
Dne Pá 27. srpna 2010 10:52:45 StephenPaulraj Chinnadurai-ERS,HCLTech napsal(a):
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On
> Behalf Of Marek Vasut Sent: Thursday, August 26, 2010 9:00 PM
> To: StephenPaulraj Chinnadurai-ERS,HCLTech
>
Hi Marri,
On Thursday 26 August 2010 23:06:15 tma...@apm.com wrote:
> From: Tirumala Marri
>
> Add support code for bluestone board wth APM82XXX processor based.
> This patch includes early board init, misc init, configure EBC,
> and initializes UIC.
Again, some comments below.
> Signed-off-b
Hi Marri,
On Friday 27 August 2010 11:01:56 Stefan Roese wrote:
> > APM82XXX is a new line of SoCs which are derivatives of
> > PPC44X family of processors. This patch adds support of CPU, cache,
> > tlb, 32k ocm, bootstraps, PLB and AHB bus.
>
> Thanks. General comment: Please add me on Cc on th
Hi Marri,
On Thursday 26 August 2010 23:05:49 tma...@apm.com wrote:
> From: Tirumala Marri
>
> This patch adds APM82XXX specific definitions, which include
> clock and boot strap.
Please find some comments below.
> Signed-off-by: Tirumala R Marri
> ---
> include/ppc440.h | 57
> ++
Hi Marri,
On Thursday 26 August 2010 23:05:44 tma...@apm.com wrote:
> From: Tirumala Marri
>
> APM82XXX is a new line of SoCs which are derivatives of
> PPC44X family of processors. This patch adds support of CPU, cache,
> tlb, 32k ocm, bootstraps, PLB and AHB bus.
Thanks. General comment: Plea
Hi,
I will write a standalone application and I want to use saveenv from it.
But saveenv is not included in exports.h. Are there any intentions to
add saveenv function to exports.h in later U-boot releases?
I don't want the standalone application to be a GPL program. What I
understand when I ha
-Original Message-
From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On
Behalf Of Marek Vasut
Sent: Thursday, August 26, 2010 9:00 PM
To: StephenPaulraj Chinnadurai-ERS,HCLTech
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] TFTP timeout issue while downloading the li
Hello All,
Even though there are several posts on the net on the same, I could not find a
concrete solution for the same. I am using the prebuilt binaries from the
www.AT91.com for AT91SAM9G20 linux kernel and jffs2 file system. I strongly
feel
if there is an issue with the bootargs and hence t
70 matches
Mail list logo