[U-Boot] [PATCH] sandbox: fix the return type of os_free() function

2014-01-14 Thread Masahiro Yamada
The function os_free() returns nothing. Its return type should be "void" rather than "void *". Signed-off-by: Masahiro Yamada --- Simon, This commit fixes a warning: u-boot/include/os.h: In function ‘os_free’: arch/sandbox/cpu/os.c:153:1: warning: control reaches end of non-void function [-Wr

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-14 Thread Jagan Teki
On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/spi/sh_qspi.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c > index edeb42d..77ede6b 100644 > --- a/drivers/spi/s

[U-Boot] [PATCH v3 2/2] boards.cfg: Delete the equivalent entries

2014-01-14 Thread Masahiro Yamada
There are some entries which produce the same binaries: - ep8248E is equivalent to ep8248 - MPC8360ERDK_66is equivalent to MPC8360ERDK - Adder87x/AdderUSB is equivalent to Adder - EVB64260_750CXis equivalent to EVB64260 I also notice - Lite5200 is equivalent to ice

Re: [U-Boot] how to get u-boot code with arm64: core support

2014-01-14 Thread FengHua
> -Original Messages- > From: tiger...@viatech.com.cn > Sent Time: 2014-01-15 08:45:16 (Wednesday) > To: scottw...@freescale.com, bhupesh.sha...@freescale.com > Cc: feng...@phytium.com.cn, tr...@ti.com, u-boot@lists.denx.de > Subject: Re: [U-Boot] how to get u-boot code with arm64: core su

Re: [U-Boot] [PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot

2014-01-14 Thread Gupta, Pekon
Hi Brian, >From: Enric Balletbo Serra [mailto:eballe...@gmail.com] >>2014/1/6 Stefan Roese : ... As there were parallel set of patches running between u-boot and kernel. hence, some patch-sets caused regression for OMAP3x platforms when booting using u-boot specifically for ecc-sche

[U-Boot] [PATCH v2] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-14 Thread Inha Song
Use setbits/clrbits macro instead of readl/writel function Signed-off-by: Inha Song Signed-off-by: Minkyu Kang Tested-by: Przemyslaw Marczak --- Changes for v2: - Coding Style cleanup - add signed-off-by arch/arm/cpu/armv7/exynos/clock.c | 82 + 1 file ch

Re: [U-Boot] [PATCH v2] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-14 Thread Jaehoon Chung
Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 01/15/2014 02:27 PM, Inha Song wrote: > Use setbits/clrbits macro instead of readl/writel function > > Signed-off-by: Inha Song > Signed-off-by: Minkyu Kang > Tested-by: Przemyslaw Marczak > --- > Changes for v2: > - Coding Style cleanup

Re: [U-Boot] [PATCH] nand: fix reading after switching ecc

2014-01-14 Thread Gupta, Pekon
>From: Jeroen Hofstee [mailto:jer...@myspectrum.nl] [...] > >The gpmc will fail in hw ecc mode when trying to do subpage reads. Pekon any >suggestion for the elm mode, or should this bit just be cleared >unconditionally? > There are two reasons for not supporting sub-page feature in OMAP platforms:

Re: [U-Boot] [PATCH] net/bootp: add CONFIG_BOOTP_BOOTFILE

2014-01-14 Thread Wolfgang Denk
Dear Christian Gmeiner, In message <1389688171-31688-1-git-send-email-christian.gmei...@gmail.com> you wrote: > In some cases the TFTP server provides a bootfile name, which > does not expects our requirements. Make it possible to > not store the TFTP provided bootfile in the environment. There

Re: [U-Boot] how to get u-boot code with arm64: core support

2014-01-14 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, In message you wrote: > > CROSS_COMPILE=/home/lion/ARMv8/gcc-linaro-aarch64/bin/aarch64-linux-gnu- Side note: It is always wrong to use an absolute path name for CROSS_COMPILE. You should use "CROSS_COMPILE=aarch64-linux-gnu-" and make sure your PATH is set correc

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-14 Thread Nobuhiro Iwamatsu
2014/1/15 Jagan Teki : > On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu > wrote: >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> drivers/spi/sh_qspi.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c >> index edeb42d..77

Re: [U-Boot] [ANN] v2014.01-rc3

2014-01-14 Thread Przemyslaw Marczak
Dear all, On 01/15/2014 02:32 AM, Minkyu Kang wrote: On 14/01/14 22:12, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/13/2014 05:31 PM, Lukasz Majewski wrote: Hi Tom Hey all, I've put v2014.01-rc3 out and we should have a tarball soon. Here's where we're at, I feel.

Re: [U-Boot] XHCI Issues

2014-01-14 Thread Aaron Williams
More info On 01/13/2014 08:28 PM, Aaron Williams wrote: On 01/13/2014 06:20 PM, Aaron Williams wrote: Hi all, I am bringing up XHCI support for our SOC and have run into several issues with U-Boot's XHCI code. 1. I need to use a wrapper I call xhci_readl/xhci_writel since all of our I/O is

Re: [U-Boot] [PATCH v5 03/12] samsung: common: Add misc file and common function misc_init_r().

2014-01-14 Thread Minkyu Kang
On 14/01/14 22:55, Przemyslaw Marczak wrote: > Hello, > In case of discussion with Piotr Wilczek maybe it is better to make some > changes in this patch. > > On 01/10/2014 03:31 PM, Przemyslaw Marczak wrote: >> Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r() >> in common file::

[U-Boot] [PATCH 1/2] doc/README.scrapyard: update commit IDs, use TAB for indentation

2014-01-14 Thread Wolfgang Denk
To make adding new entries a bit easier, we reformat the file to use TABs for indentation. Also insert two now known commit IDs. Signed-off-by: Wolfgang Denk --- doc/README.scrapyard | 252 +++ 1 file changed, 154 insertions(+), 98 deletions(-) d

[U-Boot] [PATCH 0/2] PPC: MPC82xx removal

2014-01-14 Thread Wolfgang Denk
This patch series removes support for the Freescale MPC82xx family of Power Architecture processors. They have been out of production for years. I did a full build test for all (remaining) Power Architecture boards, and sample builds for some ARM and MIPS boards. Due to it's size (2.3 MB) only t

Re: [U-Boot] [PATCH v5 03/12] samsung: common: Add misc file and common function misc_init_r().

2014-01-14 Thread Przemyslaw Marczak
Hello, On 01/15/2014 08:35 AM, Minkyu Kang wrote: On 14/01/14 22:55, Przemyslaw Marczak wrote: Hello, In case of discussion with Piotr Wilczek maybe it is better to make some changes in this patch. On 01/10/2014 03:31 PM, Przemyslaw Marczak wrote: Config: CONFIG_MISC_INIT_R enables implement

<    1   2