Re: [U-Boot] [PATCH v3 5/5] New board support: Nokia RX-51 aka N900

2012-10-14 Thread Albert ARIBAUD
Hi Marek, On Sun, 14 Oct 2012 02:06:49 +0200, Marek Vasut wrote: > Dear Pali Rohár, > > > Based on previous work by: Alistair Buxton > > > > Signed-off-by: Pali Rohár > > Cc: Ивайло Димитров > > Can we please stick to ASCII instead of UTF8? (cc:ing Wolfgang) Not to nitpick too much here

Re: [U-Boot] File placement in Soc / board dirs and make issues

2012-10-14 Thread Albert ARIBAUD
Hi Tom, (seems like gmail does not honor the rule that replies should drop the "(was: x)" part in an e-mail subject; but hey, neither does Claws apparently. Sigh.) On Sat, 13 Oct 2012 08:17:41 -0700, Tom Rini wrote: > On Sat, Oct 13, 2012 at 3:11 AM, Albert ARIBAUD > wrote: > > Hi Tom, > >

Re: [U-Boot] [PATCH V6] [RESEND] ARM: prevent misaligned array inits

2012-10-14 Thread Albert ARIBAUD
On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD wrote: > Under option -munaligned-access, gcc can perform local char > or 16-bit array initializations using misaligned native > accesses which will throw a data abort exception. Fix files > where these array initializations were unneeded, and fo

Re: [U-Boot] [PATCH v2 5/6] ARM: Add SPL target to arm1136

2012-10-14 Thread Albert ARIBAUD
Hi Stefano, On Thu, 11 Oct 2012 09:11:45 +0200, Stefano Babic wrote: > Signed-off-by: Stefano Babic > --- > > Makefile |1 + > arch/arm/cpu/arm1136/config.mk |3 +++ > 2 files changed, 4 insertions(+) > > diff --git a/Makefile b/Makefile > index a40d4cc..072bf66

Re: [U-Boot] [PATCH v2] tegra: nand: make ONFI detection work

2012-10-14 Thread Lucas Stach
Scott, can I have your Acked-by for this, so Tom can take it through the Tegra tree? Thanks, Lucas Am Sonntag, den 07.10.2012, 23:29 +0200 schrieb Lucas Stach: > Add the missing bits to the Tegra NAND driver to make ONFI detection work > properly. > > Also add it to the Tegra default config, as

[U-Boot] Problem with first use of patman

2012-10-14 Thread Albert ARIBAUD
Hello Simon and the list, I'm trying to start using patman, and -- probably out of sheer ignorance -- cannot make it work. I've defined my .patman file with aliases for mvgbe, lacie_kw, arm, arm926ejs etc. I am trying to generate patches from a local branch (which I have made available on the u-

Re: [U-Boot] KernelDoc

2012-10-14 Thread Marek Vasut
Dear Tom Rini, > On Mon, Oct 01, 2012 at 12:37:26PM +0200, Marek Vasut wrote: > > Dear Wolfgang Denk, > > > > > Dear Marek Vasut, > > > > > > In message <201210011107.45164.ma...@denx.de> you wrote: > > > > Agreed, not the whole file. But, can you check the rules I tried to > > > > outline? > >

Re: [U-Boot] Problem with first use of patman

2012-10-14 Thread Daniel Schwierzeck
Hi Albert, 2012/10/14 Albert ARIBAUD : > Hello Simon and the list, > > I'm trying to start using patman, and -- probably out of sheer > ignorance -- cannot make it work. > > I've defined my .patman file with aliases for mvgbe, lacie_kw, arm, > arm926ejs etc. > > I am trying to generate patches fro

Re: [U-Boot] Problem with first use of patman

2012-10-14 Thread Albert ARIBAUD
Hi Daniel, On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck wrote: > Hi Albert, > > 2012/10/14 Albert ARIBAUD : > > Hello Simon and the list, > > > > I'm trying to start using patman, and -- probably out of sheer > > ignorance -- cannot make it work. > > > > I've defined my .patman file w

Re: [U-Boot] Problem with first use of patman

2012-10-14 Thread Daniel Schwierzeck
2012/10/14 Albert ARIBAUD : > Hi Daniel, > > On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck > wrote: > >> Hi Albert, >> >> 2012/10/14 Albert ARIBAUD : >> > Hello Simon and the list, >> > >> > I'm trying to start using patman, and -- probably out of sheer >> > ignorance -- cannot make it wo

Re: [U-Boot] Problem with first use of patman

2012-10-14 Thread Albert ARIBAUD
Hi Daniel, On Sun, 14 Oct 2012 23:58:51 +0200, Daniel Schwierzeck wrote: > 2012/10/14 Albert ARIBAUD : > > Hi Daniel, > > > > On Sun, 14 Oct 2012 23:13:22 +0200, Daniel Schwierzeck > > wrote: > > > >> Hi Albert, > >> > >> 2012/10/14 Albert ARIBAUD : > >> > Hello Simon and the list, > >> > > >>

Re: [U-Boot] [PATCH 1/6 V3] common: Add symbol handling for generic lists into Makefile

2012-10-14 Thread Daniel Schwierzeck
2012/10/12 Marek Vasut : > This patch adds essential components for generation of the contents of > the linker section that is used by the linker-generated array. All of > the contents is held in a separate file, u-boot.lst, which is generated > at runtime just before U-Boot is linked. > > The purp

Re: [U-Boot] Problem with first use of patman

2012-10-14 Thread Simon Glass
Hi Albert, On Sun, Oct 14, 2012 at 11:52 AM, Albert ARIBAUD wrote: > Hello Simon and the list, > > I'm trying to start using patman, and -- probably out of sheer > ignorance -- cannot make it work. Not a good first experience, sorry! > > I've defined my .patman file with aliases for mvgbe, laci

Re: [U-Boot] Pull request: u-boot-arm/master to u-boot/master

2012-10-14 Thread Minkyu Kang
Hi Albert, The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 3ae30b97ff49d

Re: [U-Boot] [PATCH v3 0/2] Exynos4: add software SPI support on Universal C210 board

2012-10-14 Thread Minkyu Kang
On 10 October 2012 20:55, Minkyu Kang wrote: > Dear Piotr Wilczek, > > On 24 September 2012 20:56, Piotr Wilczek wrote: >> This patchset add software SPI support on Samsung Universal C210 board. >> In SPI software driver #ifdef CONFIG_SYS_IMMR in spi_init function is added. >> >> Changes in v2: >

Re: [U-Boot] File placement in Soc / board dirs and make issues

2012-10-14 Thread Tom Rini
On Sun, Oct 14, 2012 at 1:37 AM, Albert ARIBAUD wrote: > Hi Tom, > > (seems like gmail does not honor the rule that replies should drop the > "(was: x)" part in an e-mail subject; but hey, neither does Claws > apparently. Sigh.) > > On Sat, 13 Oct 2012 08:17:41 -0700, Tom Rini wrote: > >> On

Re: [U-Boot] [PATCH 1/6 V3] common: Add symbol handling for generic lists into Makefile

2012-10-14 Thread Marek Vasut
Dear Daniel Schwierzeck, > 2012/10/12 Marek Vasut : > > This patch adds essential components for generation of the contents of > > the linker section that is used by the linker-generated array. All of > > the contents is held in a separate file, u-boot.lst, which is generated > > at runtime just b

Re: [U-Boot] [PATCH 1/6 V3] common: Add symbol handling for generic lists into Makefile

2012-10-14 Thread Daniel Schwierzeck
2012/10/15 Marek Vasut : >> > GEN_UBOOT = \ >> > >> > UNDEF_SYM=`$(OBJDUMP) -x $(LIBBOARD) $(LIBS) | \ >> > sed -n -e >> > 's/.*\($(SYM_PREFIX)__u_boot_cmd_.*\)/-u\1/p'|sort|uniq` >> > ;\ >> > >> > - cd $(LNDIR) && $(LD

Re: [U-Boot] [PATCH 1/6 V3] common: Add symbol handling for generic lists into Makefile

2012-10-14 Thread Marek Vasut
Dear Daniel Schwierzeck, > 2012/10/15 Marek Vasut : > >> > GEN_UBOOT = \ > >> > > >> > UNDEF_SYM=`$(OBJDUMP) -x $(LIBBOARD) $(LIBS) | \ > >> > sed -n -e > >> > 's/.*\($(SYM_PREFIX)__u_boot_cmd_.*\)/-u\1/p'|sort|uni > >> > q` ;\ >

Re: [U-Boot] [PATCH V6] [RESEND] ARM: prevent misaligned array inits

2012-10-14 Thread Tom Rini
On Sun, Oct 14, 2012 at 1:48 AM, Albert ARIBAUD wrote: > On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD > wrote: > >> Under option -munaligned-access, gcc can perform local char >> or 16-bit array initializations using misaligned native >> accesses which will throw a data abort exception. Fix

Re: [U-Boot] Problem with first use of patman [FIXED]

2012-10-14 Thread Albert ARIBAUD
Hi Simon, On Sun, 14 Oct 2012 16:53:03 -0700, Simon Glass wrote: > Hi Albert, > > On Sun, Oct 14, 2012 at 11:52 AM, Albert ARIBAUD > wrote: > > Hello Simon and the list, > > > > I'm trying to start using patman, and -- probably out of sheer > > ignorance -- cannot make it work. > > Not a good

[U-Boot] [PATCH] patman: force git log commands to not use color

2012-10-14 Thread Albert ARIBAUD
Colored logs confuse patman when analyzing logs. Add --no-color option in git log commands in case the default config has color. Signed-off-by: Albert ARIBAUD --- tools/patman/gitutil.py |2 +- tools/patman/patchstream.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

Re: [U-Boot] Pull request: u-boot-arm/master to u-boot/master

2012-10-14 Thread Albert ARIBAUD
Hi Minkyu, On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang wrote: > Hi Albert, > > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 > +0200) > > are available in the git repository at: >

Re: [U-Boot] [PATCH v2 1/4] mmc: dw-mmc: support DesignWare MMC Controller

2012-10-14 Thread Jaehoon Chung
Hi Andy On 08/31/2012 06:11 AM, Andy Fleming wrote: > On Tue, Jul 3, 2012 at 12:58 AM, Jaehoon Chung wrote: >> This patch is supported DesginWare MMC Controller. >> >> Signed-off-by: Jaehoon Chung >> Signed-off-by: Kyungmin Park >> Signed-off-by: Rajeshawari Shinde > >> >> diff --git a/driver