Dear Troy Kisky,
In message <4f52c327.3080...@boundarydevices.com> you wrote:
>
> >> And which changes 'introduce forward incompatibilities', and what are
> >> these incompatibilities?
> > See the recent problems that occurred when RMK decided to "clean up"
> > the machids file.
> >
> Would you ra
On 03/03/2012 14:30, Wolfgang Denk wrote:
> Dear Dirk Behme,
>
Hi,
> In message <4f52015a.2080...@googlemail.com> you wrote:
>>
>>> Agreed. If these patches were only for backward compatibility I would
>>> not complain much. But they are known to introduce forward incompati-
>>> bilities with
On Sat, Mar 03, 2012 at 11:46:01PM +1100, Graeme Russ wrote:
> > Perhaps the macro could be expanded to include a prototype for the function,
>
> How so - Can you provide a code example?
Sure, since all the functions are int(*)(void), just something like this:
+#define INIT_FUNC(fn, init_name, d
On Sun, Mar 04, 2012 at 11:58:27AM +, Laurence Withers wrote:
> +#define INIT_FUNC(fn, init_name, deps) \
> +static int ##fn (void); \
^^
Excuse the macro catenation operator; that shouldn't be there. Hopefully the
example made it clear.
Bye for now,
--
Laurence Wither
Hi,
On 03/04/12 13:09, Stefano Babic wrote:
> On 03/03/2012 14:30, Wolfgang Denk wrote:
>> Dear Dirk Behme,
>>
>
> Hi,
>
>> In message <4f52015a.2080...@googlemail.com> you wrote:
>>>
Agreed. If these patches were only for backward compatibility I would
not complain much. But they ar
On 03/04/2012 04:09 AM, Stefano Babic wrote:
On 03/03/2012 14:30, Wolfgang Denk wrote:
Dear Dirk Behme,
There are 3 commits in this series:
[PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG
[PATCH 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE
[PATCH 3/3] i.MX6: mx6qsabrelit
Hi,
this commit is breaking MMC support on Nokia N900:
a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear
I'm geting only error message "timedout waiting on cmd inhibit to clear" and I
cannot read files from eMMC and SD card. When I reverted commit that commit I
all is
On Monday 27 February 2012 21:55:31 Marek Vasut wrote:
> > On Sunday 26 February 2012 23:10:18 Mike Frysinger wrote:
> > > On Sunday 26 February 2012 17:08:04 Marek Vasut wrote:
> > > > > On Tuesday 24 January 2012 15:27:57 Pali Rohár wrote:
> > > > > > This patch series add support for new board N
Dear "Linus Walleij",
In message <1330806073-32317-1-git-send-email-linus.wall...@linaro.org> you
wrote:
> The reference implementation of the PCI initialization code almost
> everywhere contain this fragile loop of "a few usecs", and its
> use of volatile variables to delay a number of bus cycle
Dear "Linus Walleij",
In message <1330805108-24007-1-git-send-email-linus.wall...@linaro.org> you
wrote:
> Fixing build regressions for the Integrator I get find that a few
> boards try to work around the missing declaration of
> pciauto_config_init() by declaring it in the local scope. This
> do
On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohár wrote:
> Hi,
>
> this commit is breaking MMC support on Nokia N900:
> a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear
>
> I'm geting only error message "timedout waiting on cmd inhibit to clear" and I
> cannot read files fro
On Sunday 04 March 2012 13:23:44 Tom Rini wrote:
> On Sun, Mar 4, 2012 at 1:06 PM, Pali Rohár wrote:
> > Hi,
> >
> > this commit is breaking MMC support on Nokia N900:
> > a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be
> > clear
> >
> > I'm geting only error message "time
On 03/02/2012 03:59 PM, Marek Vasut wrote:
Freescale 2.6.38 (Non-DT) kernels require the revision atag to
enable the VPU.
Signed-off-by: Eric Nelson
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++
include/configs/mx6qsabrelite.h |1 +
2 files changed,
---
include/configs/mx6qsabrelite.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 381b3a7..8bc8a83 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -67,6 +67,7 @@
This series of patches is needed to allow main-line U-Boot to be used
with Freescale's Linux 2.6.38 non-DT kernel releases.
These releases currently require at least the machine type and
revision atag entries and are configured to load boot scripts from
the
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++
include/configs/mx6qsabrelite.h |1 +
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c
b/board/freescale/mx6qsabrelite/mx6qsabrelite.c
index db1bea9..590
Allow non-dt kernels to boot
Signed-off-by: Troy Kisky
---
include/configs/mx6qsabrelite.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 85f6f7a..381b3a7 100644
--- a/include/configs/mx6qsabrelite
Dear Andreas,
In message <4f4b681d.8070...@gmail.com> you wrote:
>
> well, there where at least two users (sven and I) last year ...
...
> I'm willing to get u-boot avr32 support to live on for at least some
> years, if no one else volunteers.
Thanks a lot for volunteering. Please send me your
Dear Thomas Weber,
In message <1329157314-3427-1-git-send-email-we...@corscience.de> you wrote:
> Signed-off-by: Thomas Weber
> ---
> 0 files changed, 0 insertions(+), 0 deletions(-)
> mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
> mode change 100755 => 100644 drivers/fpg
Dear Pali Rohar,
I suggest you to read through this whole mail properly, do not get angry by the
first few lines.
> U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver.
> See: http://lists.denx.de/pipermail/u-boot/2012-January/115778.html
> http://lists.denx.de/pipermail/u-bo
> On 03/02/2012 03:59 PM, Marek Vasut wrote:
> >> Freescale 2.6.38 (Non-DT) kernels require the revision atag to
> >> enable the VPU.
> >>
> >> Signed-off-by: Eric Nelson
> >> ---
> >>
> >> board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++
> >> include/configs/mx6qsabrelite.h
On Sunday 04 March 2012 15:21:23 Pali Rohár wrote:
> U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver.
> See: http://lists.denx.de/pipermail/u-boot/2012-January/115778.html
> http://lists.denx.de/pipermail/u-boot/2012-March/119330.html
>
> Until now *nobody* responce to the
On 03/04/2012 01:59 PM, Marek Vasut wrote:
On 03/02/2012 03:59 PM, Marek Vasut wrote:
Freescale 2.6.38 (Non-DT) kernels require the revision atag to
enable the VPU.
Signed-off-by: Eric Nelson
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c |7 +++
include/configs/mx6qsabre
On Saturday 14 January 2012 04:32:04 Pali Rohár wrote:
> Hello,
>
> commit 03d31fcf4c37d90a00e66f06b38742960139f090 break video framebuffer
> output on Nokia N900. After this commit is video output garbaged and not
> readable on display. Problem is in function video_invertchar() - when I
> commente
> On 03/04/2012 01:59 PM, Marek Vasut wrote:
> >> On 03/02/2012 03:59 PM, Marek Vasut wrote:
> Freescale 2.6.38 (Non-DT) kernels require the revision atag to
> enable the VPU.
>
> Signed-off-by: Eric Nelson
> ---
>
> board/freescale/mx6qsabrelite/mx6qsa
On Sunday 04 March 2012 21:57:23 Marek Vasut wrote:
> Dear Pali Rohar,
>
> I suggest you to read through this whole mail properly, do not get angry by
> the first few lines.
>
> > U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer driver.
> > See: http://lists.denx.de/pipermail/u-boot
Signed-off-by: Eric Nelson
Acked-by: Mike Frysinger
---
fs/fat/fat.c | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 1f95eb4..f3c48bb 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -31,6 +31,8 @@
#include
#include
#inc
This series of patches defines the prerequisites for cache support on i.MX6
to allow further driver development to occur.
It does not enable the use of the data cache by default. To enable
data cache, comment out this line in mx6qsabrelite.h or mx6qarm2.h:
#define CONFIG_SYS_DCACHE_OFF
V2 of thi
Signed-off-by: Eric Nelson
Acked-by: Marek Vasut
---
include/configs/mx6qsabrelite.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index d3b31fe..c851559 100644
--- a/include/configs/mx6qsabrelite.h
Signed-off-by: Eric Nelson
Acked-by: Marek Vasut
---
arch/arm/include/asm/arch-mx6/imx-regs.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h
b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 6a200bb..3e5c4c2 100644
--- a/arch/
disabled by default until drivers are fixed
Signed-off-by: Eric Nelson
Acked-by: Marek Vasut
---
arch/arm/cpu/armv7/mx6/soc.c|8
include/configs/mx6qarm2.h |2 ++
include/configs/mx6qsabrelite.h |2 ++
3 files changed, 12 insertions(+), 0 deletions(-)
diff
Dear Mike Frysinger,
In message <1318964381-27632-1-git-send-email-vap...@gentoo.org> you wrote:
> Rather than maintain a hand coded list of targets which represent
> cpus/etc and expand into a bunch of board names, add automatic
> look up to all targets. This makes target selection a bit more
>
> On Sunday 04 March 2012 21:57:23 Marek Vasut wrote:
> > Dear Pali Rohar,
> >
> > I suggest you to read through this whole mail properly, do not get angry
> > by the first few lines.
> >
> > > U-Boot on Nokia N900 is broken due to bug in MMC and framebuffer
> > > driver. See:
> > > http://lists.
This driver is unused and obsolete.
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: unsik Kim
---
common/cmd_mgdisk.c | 71 --
common/env_mgdisk.c | 76 --
doc/README.mflash | 94 ---
drivers/block/mg_disk.c | 586 --
Dear Eric Nelson,
In message <4f53d8e6.4000...@boundarydevices.com> you wrote:
>
> Since U-Boot doesn't really have a configuration step, I find that
> folks tend to tweak the board configuration file quite a bit based
> on their needs.
Yes, peaople do that a lot, nd it has always been a very goo
Dear Pali,
In message <2426868.sD2XDEqcqE@pali> you 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
> > #define CONFIG_VGA_AS_SINGLE_DEVICE
> > #define CONFIG_SYS_W
On 03/04/2012 03:06 PM, Wolfgang Denk wrote:
Dear Eric Nelson,
In message<4f53d8e6.4000...@boundarydevices.com> you wrote:
Since U-Boot doesn't really have a configuration step, I find that
folks tend to tweak the board configuration file quite a bit based
on their needs.
Yes, peaople do th
On 03/02/2012 04:39 PM, Marek Vasut wrote:
ensure that transmit and receive buffers are cache-line aligned
invalidate cache after each packet received
flush cache before transmitting
Signed-off-by: Eric Nelson
>> ---
>> drivers/net/fec_mxc.c | 248
>> +++
This driver is unused and obsolete.
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: unsik Kim
---
common/Makefile |2 -
common/cmd_mgdisk.c | 71 --
common/cmd_nvedit.c |3 +-
common/env_mgdisk.c | 76 --
disk/part.c |
Dear Michael Schwingen,
do you still intend to maintain IXP support in uboot or can all those IXP
boards
be removed? I'd be great if you helped bringing them back in-line!
Thanks in advance!
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
htt
> On 03/02/2012 04:39 PM, Marek Vasut wrote:
> >>ensure that transmit and receive buffers are cache-line aligned
> >>
> >> invalidate cache after each packet received
> >> flush cache before transmitting
> >>
> >> Signed-off-by: Eric Nelson
> >>
> >> ---
> >>
> >>
Dear David Müller,
On 21 February 2012 10:24, Minkyu Kang wrote:
> On 19 February 2012 20:59, Albert ARIBAUD wrote:
>> Le 22/12/2011 12:16, David Müller a écrit :
>>
>>> This patch fixes the s3c24x0 timer code to work with the ARM
>>> relocation feature.
>>>
>>> Signed-off-by: David Mueller
>>>
Looks like Shaohui Xie's patch got merged twice.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/eon.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index d9d43ca..691ed4e 100644
--- a/drivers/mtd/spi/eon.c
+++ b/driv
Analysis of the flash drivers shows that they all use 0x20 if the erase
size is 4KiB, or 0xd8 if it's larger. So with this info in hand, we can
unify all the erase functionality in one place.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/eon.c| 11 +--
drivers/mtd/
The local sst enable/disable write funcs don't really add anything
over the common API, so just inline the common calls directly.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/sst.c | 26 --
1 files changed, 4 insertions(+), 22 deletions(-)
diff --git a/drivers/mtd
I imagine much of these constants are due to copy & pasting previous
drivers rather than an actual reflection of the hardware layout. At
any rate, inline the info that we don't care about externally as it
shrinks things nicely.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/eon.c | 19
The only two drivers to write the status register do it in the same
way, so unify the implementations. This also makes the block unlock
logic the same.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/macronix.c | 41 +-
drivers/mtd/spi/spi_flash.c
On Sunday 04 March 2012 16:35:44 Pali Rohár wrote:
> I'm not angry, but now I'm stucked, because I (and nobody other) was not
> able to fix problem 1) and problem 1) must be fixed before pushing rx51
> patches to master. So I cannot work on rx51 patches...
i don't think these things are true. you
[PATCH] kirkwood: add support for Cloud Engines Pogoplug E02/V2
This patch adds support for Cloud Engines Pogoplug E02/V2.
Signed-off-by: David Purdy
Cc: prafu...@marvell.com
Cc: albert.u.b...@aribaud.net
---
diff --git a/board/cloudengines/pogoplug_e02/Makefile
b/board/cloudengines/pogoplug_
Dear Doug Anderson,
On 20 February 2012 16:06, Chander Kashyap wrote:
> On 13 February 2012 23:08, Doug Anderson wrote:
>> This properly configures the mux to enable all UARTs.
>>
>> This also fixes things so that we don't configure balls XUCTSN_1 and
>> XURTSN_1 as UART1 configuration (RTS/CTS)
Dear Wolfgang Denk,
> Dear Andy,
>
> In message <20120113231310.8eadd11cd...@gemini.denx.de> I wrote:
> > Dear Kumar Gala,
> >
> > In message <1326396641-20928-1-git-send-email-ga...@kernel.crashing.org>
> > you
wrote:
> > > Signed-off-by: Kumar Gala
> > > ---
> > >
> > > post/Makefile |
Dear Stephen Warren,
Tegra2 boards fail with gcc4.2.2 from eldk4.2:
arm-linux-gcc (GCC) 4.2.2
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
C
Dear Evil Arch-Custodian,
> Hi Marek,
>
> Le 29/02/2012 22:38, Marek Vasut a écrit :
> >> Hi Marek,
> >>
> >> Le 27/02/2012 21:53, Marek Vasut a écrit :
> Hi Marek,
>
> Le 27/02/2012 14:03, Marek Vasut a écrit :
> > The following changes since commit
> >
> > 417c2c787e32784b
Dear Heiko Schocher,
cam_enc_4xx does not build with ELDK4.2 . Can you please come up with a patch?
Thanks in advance!
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FO
Dear Matt Waddel,
ca9x4_ct_vxp does not build with ELDK4.2 . Can you please come up with a patch?
Thanks in advance!
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
Dear Rob Herring,
highbank does not build with ELDK4.2 and ELDK5.1 . Can you please come up with
a
patch?
Thanks in advance!
arm-linux-gcc (GCC) 4.2.2
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even
Dear Kshitij Gupta,
omap1610h2_cs_autoboot does not build with ELDK4.2 and ELDK5.1 . Can you please
come up with a patch?
Thanks in advance!
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHA
Dear Marek Vasut,
> Dear Kshitij Gupta,
>
> omap1610h2_cs_autoboot does not build with ELDK4.2 and ELDK5.1 . Can you
> please come up with a patch?
>
> Thanks in advance!
>
> Copyright (C) 2007 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
Hello,
nhk8815 doesn't build, can someone come up with a patch please?
Thanks in advance!
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Conf
As DMA expects the buffers to be equal and larger then
cache lines, This aligns buffers at cacheline.
Signed-off-by: Puneet Saxena
---
Changes for V4:
- Added memcpy to copy local descriptor to global descriptor.
Without that, USB version, class, vendor, product Id...etc is not
configu
As DMA expects the buffers to be equal and larger then
cache lines, This aligns buffers at cacheline.
Signed-off-by: Puneet Saxena
---
Changes for V5:
- Aligned "usb_device_descriptor" using ARCH_DMA_MINALIGN
Changes for V6:
- Cosmetic changes.
common/cmd_usb.c|3 +-
61 matches
Mail list logo