Hello André,
sorry for the late reply, I was on vacation ...
André Schwarz wrote:
> this issue looks still unfixed and is somewhat annoying.
Seems that this fix didn;t find the way in mainline.
> Im unable to use show_boot_progress with this weak definition in
> include/common.h.
>
> Simply re
On 07:40 Sun 28 Jun , Dirk Behme wrote:
> Dear Jean-Christophe,
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >On 19:12 Thu 25 Jun , Jason Kridner wrote:
> >> On Thu, Jun 25, 2009 at 4:59 PM, Jean-Christophe PLAGNIOL-VILLARD
> >>wrote:
> >>
> >> On 14:57 Mon 08 Jun , Grazvyda
On 17:05 Thu 25 Jun , HeungJun Kim wrote:
> S5PC100 processor is ARM Cortex A8 Processor SoC
> and SMDKC100 Board use this.
> So, this patch tested on SMDKC100 Board.
>
> I'll send 6 patch for working on SMDKC100 Board including this.
> But, this patch make the change to ARM Cortex A8 specific
On 17:18 Thu 25 Jun , HeungJun Kim wrote:
> This patch changed the type from unsigned long to loff_t in the
> common/env_onenand.c.
>
> The address type is changed from unsigned long to loff_t,
> but common/env_onenand.c is not yet. So, this patch is needed
> to get the accurate value of env_a
On 18:05 Sat 27 Jun , Hugo Vincent wrote:
> Updates the display command to work correctly with Newhaven character
> LCD modules on I2C bus 3. Tested with 20x2 module (part number
> NNHD-0220D3Z-FL-GBW) on Gumstix Overo.
>
> Requires multi-bus I2C support from my previous patch.
>
> To use
On 04:12 Mon 08 Jun , Ilya Yanok wrote:
> This patch set adds support for LogicPD i.MX27-LITEKIT development board.
> It contains support for i.MX27 CPU, support for serial console, FEC
> ethernet controller, NFC NAND controller and SDHC controller.
>
> Signed-off-by: Ilya Yanok
ping no news
On 04:43 Mon 22 Jun , Prafulla Wadaskar wrote:
> Hi Jean,
>
> I observed that your arm/master is newly rebased, most of my patches are
> available here, where as Basic Kirkwood support is available on arm/next
> branch.
>
> I have applied Basic Kirkwood patches from next to master branch an
On 14:53 Sat 20 Jun , Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 20:50 Sat 13 Jun , Magnus Lilja wrote:
> > Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
> >
> > This patch assumes that some other program performs the actual
> > NAND boot.
> >
> > Signed-off-by: M
Dear Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 07:40 Sun 28 Jun , Dirk Behme wrote:
>> Dear Jean-Christophe,
>>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> On 19:12 Thu 25 Jun , Jason Kridner wrote:
On Thu, Jun 25, 2009 at 4:59 PM, Jean-Christophe PLAGNIOL-VIL
> Prafulla Wadaskar
> > > Sent: Friday, June 26, 2009 11:28 AM
> > > To: Jean-Christophe PLAGNIOL-VILLARD
> > > Cc: Manas Saksena; Ronen Shitrit; Nicolas Pitre;
> > > u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Lennert
> > > Buijtenhek
> > > Subject: Re: [U-Boot] [PATCH] spi: Add Ma
On 13:11 Sun 28 Jun , Dirk Behme wrote:
> Dear Jean-Christophe,
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >On 07:40 Sun 28 Jun , Dirk Behme wrote:
> >>Dear Jean-Christophe,
> >>
> >>Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>>On 19:12 Thu 25 Jun , Jason Kridner wrote:
> On T
Dear Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 13:11 Sun 28 Jun , Dirk Behme wrote:
>> Dear Jean-Christophe,
>>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> On 07:40 Sun 28 Jun , Dirk Behme wrote:
Dear Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD w
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
include/configs/davinci_dm355evm.h |1 +
include/configs/pm9261.h |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dm355evm.h
b/include/configs/davinci_dm355evm.h
index 9a7df08..c35f
The issue of 3.4M speed has been taken care of. I have added the support and
tested it on the Zooms, beagle and overo.
The issue of a better a better comment for the twl4030 read and write
functions has been done.
The big new thing is that existing twl4030 code is moved. This is the omap3
bo
This problem is seen on Zoom1 and Zoom2 in the startup and
when i2c probe is used
Before :
In:serial
Out: serial
Err: serial
timed out in wait_for_bb: I2C_STAT=1000
timed out in wait_for_bb: I2C_STAT=1000
timed out in wait_for_bb: I2C_STAT=1000
timed out in wait_for_pin: I2C_STAT=1000
I2C
The TWL4030 supplies many peripherals for OMAP3 boards. These include
power management, usb and, keyboard.
The product description is found here:
http://focus.ti.com/docs/prod/folders/print/tps65950.html
Product reference document, tps65950.pdf, is found here:
http://www.ti.com/lit/gpn/tps65950
The Zoom2 power reset button is on the top right side of the
main board. Press and hold for about to 8 seconds to completely
reset the board.
Some of the beta boards have a hardware problem that prevents
using this feature. If is difficult to further characterize the
boards that fail. So disabl
Because twl4030 now has its own device files, move exiting
omap3 power_init_r to a new location.
power_init_r is the only function in board/omap3/common.
It initializes the twl4030 power for the board and enables
the led.
The power part of the the function is moved to twl4030_power_init in
driver
Because twl4030 now has its own device files, move and rename
twl4030_mmc_config.
twl4030_mmc_config initializes the twl4030 power setting to
the mmc device. Because it is in the twl4030 power domain, move
it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
The function was renam
These defines have been subplanted by the equivelent defines in
include/twl4030.h
Signed-off-by: Tom Rix
---
include/asm-arm/arch-omap3/omap3.h | 35 ---
1 files changed, 0 insertions(+), 35 deletions(-)
diff --git a/include/asm-arm/arch-omap3/omap3.h
b/includ
On Saturday 27 June 2009 16:07:36 Richard Stallman wrote:
> then i guess since u-boot is already doing what is right, this thread
> is a big waste of time
>
> I hope the main developers of U-Boot will conclude that it is right to move
> to GPLv3.
guess that depends on what you're defining
Hi
I have posted a patch
http://lists.denx.de/pipermail/u-boot/2009-June/054797.html
I didn't received email confirmation for the same. (generally I get)
Now I need to send v2 patch for the same.
I want to thread my new patch with this earlier patch for better understanding
of everyone on this
On 12:52 Sun 28 Jun , Tom Rix wrote:
>
> The issue of 3.4M speed has been taken care of. I have added the support and
> tested it on the Zooms, beagle and overo.
>
> The issue of a better a better comment for the twl4030 read and write
> functions has been done.
>
> The big new thing is t
On 11:54 Sun 28 Jun , Prafulla Wadaskar wrote:
> Hi
>
> I have posted a patch
> http://lists.denx.de/pipermail/u-boot/2009-June/054797.html
> I didn't received email confirmation for the same. (generally I get)
> Now I need to send v2 patch for the same.
>
> I want to thread my new patch wit
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 12:52 Sun 28 Jun , Tom Rix wrote:
>
>> The issue of 3.4M speed has been taken care of. I have added the support and
>> tested it on the Zooms, beagle and overo.
>>
>> The issue of a better a better comment for the twl4030 read and write
>> func
> when you will be in possession of the old version of a board and just because
> few people have the board is remove from the mainline you will not be happy.
> So no we will support the both
Well old boards *do* actually work after these changes, except one
game button and one analog controller (
> I am sure. Those are not consumer products. They are made for
> businesses only.
Wrong, as example your cell phone
For the record, I do not have a cell phone, because I object to the
surveillance they do.
can be a part of the PPT, and your al
Wouldn't it make sense to add a paragraph to the GPL, stating that a
company using GPL software in their system must also provide all that
documentation to their customers? Only then the SW modification can be
properly done?
It is not possible for a software license to require this
On 23:07 Sun 28 Jun , Grazvydas Ignotas wrote:
> > when you will be in possession of the old version of a board and just
> > because
> > few people have the board is remove from the mainline you will not be happy.
> > So no we will support the both
>
> Well old boards *do* actually work after
On 15:04 Sun 28 Jun , Tom wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >On 12:52 Sun 28 Jun , Tom Rix wrote:
> >>The issue of 3.4M speed has been taken care of. I have added the support
> >>and
> >>tested it on the Zooms, beagle and overo.
> >>
> >>The issue of a better a better com
Jean-Christophe,
--- On Sun, 6/28/09, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> > > +Fabio Estevam
> > > +
> > > + mx31pdk
> i.MX31
> > > +
> > Fabio could you ack it please
> ping
Acked.
Regards,
Fabio Estevam
___
U-Boot mail
On Tuesday 09 June 2009, David Brownell wrote:
> For some reason the AT91rm9200 lowlevel init writes to a bunch of
> reserved or read-only addresses. All the boards seem to define the
> value-to-be-written values as zero ... but they shouldn't actually
> be writing *anything* there.
Repeat: shou
On Thursday 25 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 14:58 Fri 12 Jun , David Brownell wrote:
> > Add support for csb337, an older at91rm9200 board. These boards
> > originally shipped with MicroMonitor, not U-Boot. This config
> > supports boot from Ethernet, and talks over
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 12:21 Tue 23 Jun , Daniel Gorsulowski wrote:
>> This patch adds support for esd gmbh MEESC board.
>> The MEESC is based on an Atmel AT91SAM9263 SoC.
>>
>> Signed-off-by: Daniel Gorsulowski
>> ---
>>
>> Jean-Christophe: This patch requires an up-to-d
Hi Detlev Z,
Thanks for your suggestions, and after I upgraded the toolchain to v3.2,
those problems went away.
However, new errors turned up as expected:
1) the invocations of U_BOOT_CMD in several .c files, common/cmd_bootm.c
line 923, common/cmd_source.c line 232, common/cmd_ximg.c line 18
35 matches
Mail list logo