[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 yamad...@jp.panasonic.com --- 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

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 nobuhiro.iwamatsu...@renesas.com wrote: Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/sh_qspi.c

[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

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 support

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 s...@denx.de: ... 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

[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 ideal.s...@samsung.com Signed-off-by: Minkyu Kang mk7.k...@samsung.com Tested-by: Przemyslaw Marczak p.marc...@samsung.com --- Changes for v2: - Coding Style cleanup - add signed-off-by

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 jh80.ch...@samsung.com 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 ideal.s...@samsung.com Signed-off-by: Minkyu Kang mk7.k...@samsung.com Tested-by:

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: (1)

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 is

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 fe7aded5c2218b4786c09cd97dc4c49fd12...@exchbj02.viatech.com.bj 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

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 jagannadh.t...@gmail.com: On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

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 w...@denx.de --- doc/README.scrapyard | 252 +++ 1 file changed, 154 insertions(+), 98

[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

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

<    1   2