Re: [U-Boot] Please pull u-boot-ti/master

2013-04-13 Thread Albert ARIBAUD
Hi Tom, On Fri, 12 Apr 2013 16:47:07 -0400, Tom Rini wrote: > Hello, > > The following changes since commit 90639feaa0d66a204f9d03a325ab14e2f97f6cbb: > > arm/km: add support for kmsuv31 board (2013-04-12 21:42:22 +0530) > > are available in the git repository at: > > git://git.denx.de/u-

[U-Boot] Transplant u-boot to Atheros AR9344

2013-04-13 Thread Rynn Chan
Hi All, I have a TP-Link WDR4310, it is base Atheros AR9344 SoC, RAM size is 128MiB, Flash size is 8MiB, I want transplant u-boot to it. I can find CPU config file(MIPS32) in u-boot source tree, but I can't find board config file, who can tell me, what board similar to it? Thanks! Rynn.

Re: [U-Boot] [PATCH 1/5] vybrid: add vybrid CPU support

2013-04-13 Thread wang alison
Hi, Fabio, On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote: > +static char *get_reset_cause(void) > +{ > + char *resetcause[32] = {"POR", > + "Cortex A5 WDOG Timer Reset", > + 0, You mix strings and an integer zero here. Shou

Re: [U-Boot] [PATCH 3/5] vybrid: add uart driver support

2013-04-13 Thread wang alison
Hi, Fabio, On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote: > This patch adds uart driver support for vybrid platform. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- > drivers/serial/Makefile| 1 + > drivers/serial/serial.c

Re: [U-Boot] [PATCH 5/5] vybrid: add ethernet driver support

2013-04-13 Thread wang alison
Hi, Fabio, On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote: > This patch adds ethernet driver support for vybrid platform. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- > arch/arm/include/asm/fec.h| 302 > +++

Re: [U-Boot] [PATCH 2/5] vybrid: add Freescale vybrid vf600 tower board support

2013-04-13 Thread wang alison
Hi, Fabio, On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote: > This patch adds Freescale vybrid vf600 tower board support. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- > board/freescale/vybrid/Makefile| 40 +++ > board/freescale/vy

Re: [U-Boot] [PATCH v3] BUGFIX: arm: data abort in get_bad_stack_swi

2013-04-13 Thread Albert ARIBAUD
Hi Tetsuyuki, On Fri, 5 Apr 2013 19:12:51 +0900, Tetsuyuki Kobayashi wrote: > When swi instruction is executed, it is expected to get message > "software interrupt" in console and dump registers and reboot, as > do_software_interrupt() in arch/arm/lib/interrupts.c. > But, actually it causes dat

Re: [U-Boot] [PATCH] Exynos5: Add support for USB download boot mode

2013-04-13 Thread Simon Glass
Hi, On Tue, Feb 5, 2013 at 9:04 PM, Vivek Gautam wrote: > Hi Simon, > > > On Tue, Feb 5, 2013 at 2:56 AM, Simon Glass wrote: >> Hi, >> >> On Mon, Jan 28, 2013 at 2:39 AM, Vivek Gautam >> wrote: >>> Exynos5250 supports secondary USB device boot mode. If the iROM fails >>> to download u-boot fro

[U-Boot] [PATCH 2/2] exynos: fdt: Add TMU node for snow

2013-04-13 Thread Simon Glass
Snow is missing a TMU node, and with TMU support this is not allowed, so it fails to boot. Add it. Signed-off-by: Simon Glass --- board/samsung/dts/exynos5250-snow.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/e

[U-Boot] [PATCH] Provide more useful debugging when an initcall fails

2013-04-13 Thread Simon Glass
The debug() which prints out the current call is not very useful, since if it is called early enough (such as before the console is ready in the pre-relocation board_init_f() sequence) it can hang the board. It is more useful to print a message when a call fails, and in this case the non-relocated

[U-Boot] [PATCH 1/2] exynos: Correct use of 64-bit division

2013-04-13 Thread Simon Glass
The current code is causing errors like this on my toolchains: /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22/ ld.bfd.real: failed to merge target specific data of file /usr/lib/gcc/ armv7a-cros-linux-gnueabi/4.7.x-google/libgcc.a(_divdi3.o) Use do_div() to avoid this. Sign

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-13 Thread Marek Vasut
Dear Paul B. Henson, > Let me just preface this reply with the disclaimer that I'm fairly new > to embedded development, and it sounds like you know a lot more about > what you're talking about than I do ;). [...] I'm not reading the thread as it -- again -- contains loads of baseless "is broke

Re: [U-Boot] [PATCH v3 6/8] mtd: nand: add driver for diskonchip g4 nand flash

2013-04-13 Thread Marek Vasut
Dear Scott Wood, > On 04/12/2013 01:59:18 PM, Mike Dunn wrote: > > This patch adds a driver for the diskonchip G4 nand flash device. It > > is based > > on the driver from the linux kernel. > > > > This also includes a separate SPL driver. A separate SPL driver is > > used because > > the devic

Re: [U-Boot] [PATCH] mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no arguments

2013-04-13 Thread Stefano Babic
On 11/04/2013 04:55, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > include/configs/mx6qsabre_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/mx6qsabre_common.h > b/include/configs/mx6qsabre_common.h > index dc113e1..5da748e 100

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Set master mode for all channels

2013-04-13 Thread Stefano Babic
On 10/04/2013 14:01, Fabio Estevam wrote: > Hi Stefano, > > On Wed, Apr 10, 2013 at 3:10 AM, Stefano Babic wrote: > >> I am afraid you are breaking MX3x / MX25 because you add >> MXC_CSPICTRL_MODE_MASK only to MX5 / MX6. > > It will not break other platforms because this code is protected with

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-13 Thread Trent Piepho
On Sat, Apr 13, 2013 at 7:42 AM, Marek Vasut wrote: > Dear Paul B. Henson, > >> Let me just preface this reply with the disclaimer that I'm fairly new >> to embedded development, and it sounds like you know a lot more about >> what you're talking about than I do ;). > > [...] > > I'm not reading t

Re: [U-Boot] How do I use AM335x eth1 rather than eth0 ? [SOLVED]

2013-04-13 Thread Mark Jackson
On 12/04/13 11:56, Mark Jackson wrote: We have a dual Ethernet board (based on the BeagelBone) but with both Ethernet ports connected. I'm wanting to use eth1 (rather than eth0), so in my board.c file, I changed:- static struct cpsw_slave_data cpsw_slaves[] = { { .slave

Re: [U-Boot] How do I use AM335x eth1 rather than eth0 ? [SOLVED]

2013-04-13 Thread Mark Jackson
On 12/04/13 11:56, Mark Jackson wrote: We have a dual Ethernet board (based on the BeagelBone) but with both Ethernet ports connected. I'm wanting to use eth1 (rather than eth0), so in my board.c file, I changed:- static struct cpsw_slave_data cpsw_slaves[] = { { .slave

Re: [U-Boot] [PATCH 2/5] vybrid: add Freescale vybrid vf600 tower board support

2013-04-13 Thread Fabio Estevam
On Sat, Apr 13, 2013 at 2:15 AM, Wang Huan-B18965 wrote: > No hardcoded IP addresses/MAC addresses, please. > > [Alison] Agree. What is the general configuration way for these default > settings? Just remove it from the config file. For IP addresses, the user should manually set serverip/ipadd

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-04-13 Thread Marek Vasut
Dear Trent Piepho, > On Sat, Apr 13, 2013 at 7:42 AM, Marek Vasut wrote: > > Dear Paul B. Henson, > > > >> Let me just preface this reply with the disclaimer that I'm fairly new > >> to embedded development, and it sounds like you know a lot more about > >> what you're talking about than I do ;)

Re: [U-Boot] [PATCH 0/5] vybrid: Add vybrid CPU and vf600 tower board support

2013-04-13 Thread Stefano Babic
On 12/04/2013 08:53, Alison Wang wrote: > This series contains the support for vybrid CPU and vf600 tower board. > > The Vybrid devices are a family of Freescale's latest Dual Single > Core offering with ARM Cortex A5 and CM4 based processors for > Advanced Connected Radio, Entry Infotainment, and

Re: [U-Boot] [PATCH v2 5/7] lib: import bitrev library from the linux kernel

2013-04-13 Thread Wolfgang Denk
Dear Mike Dunn, In message <5167f7b4.3070...@newsguy.com> you wrote: > > In this case, it's a simple algorithm and only a couple trivial changes were > made since it was first added to the kernel, so the error is probably > inconsequential, but I'll resubmit, reporting the HEAD of the kernel I too

Re: [U-Boot] [PATCH 3/5] vybrid: add uart driver support

2013-04-13 Thread Stefano Babic
On 12/04/2013 08:53, Alison Wang wrote: > This patch adds uart driver support for vybrid platform. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- Hi Alison > diff --git a/drivers/serial/serial_vybrid.c b/drivers/serial/serial_vybrid.c > new file

Re: [U-Boot] [PATCH 4/5] vybrid: add eSDHC driver support

2013-04-13 Thread Stefano Babic
On 12/04/2013 08:53, Alison Wang wrote: > This patch adds eSDHC driver support for vybrid platform. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- > drivers/mmc/fsl_esdhc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --g

Re: [U-Boot] [PATCH 2/5] vybrid: add Freescale vybrid vf600 tower board support

2013-04-13 Thread Stefano Babic
On 12/04/2013 08:53, Alison Wang wrote: > This patch adds Freescale vybrid vf600 tower board support. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- Hi Alison. > board/freescale/vybrid/Makefile| 40 +++ > board/freescale/vybrid/vybrid.

Re: [U-Boot] [PATCH] arm: imx: Change iomux functions to void type

2013-04-13 Thread Stefano Babic
On 11/04/2013 11:06, Stefan Roese wrote: > They never return anything also than 0, so lets change the function > to void instead. > > Signed-off-by: Stefan Roese > --- > arch/arm/imx-common/iomux-v3.c | 18 +- > arch/arm/include/asm/imx-common/iomux-v3.h | 4 ++-- >

Re: [U-Boot] [PATCH V2] ARM: Fix __bss_start and __bss_end in linker scripts

2013-04-13 Thread Albert ARIBAUD
On Thu, 11 Apr 2013 17:43:21 +0200, Albert ARIBAUD wrote: > Commit 3ebd1cbc introduced compiler-generated __bss_start > and __bss_end__ and commit c23561e7 rewrote all __bss_end__ > as __bss_end. Their merge caused silent and harmless but > potentially bug-inducing clashes between compiler- and l