Re: [U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ

2013-09-21 Thread Albert ARIBAUD
Hi Nobuhiro, On Fri, 20 Sep 2013 09:21:16 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Hi, Albert. (2013/09/19 18:09), Albert ARIBAUD wrote: Hi Nobuhiro, On Thu, 22 Aug 2013 13:05:49 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote:

[U-Boot] About patch S3C24XX: Add support to MINI2416 board

2013-09-21 Thread José Miguel Gonçalves
Hi, Precisely one year after my patch submission to add support to the MINI2416 board, seems a good time to ask this question, is there any good reason for not integrating this patch on the u-boot mainline? http://lists.denx.de/pipermail/u-boot/2012-September/134779.html Best regards, José

Re: [U-Boot] [PULL] u-boot-atmel/master - u-boot-arm/master

2013-09-21 Thread Albert ARIBAUD
Hi Andreas, On Thu, 19 Sep 2013 10:31:44 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, please pull the following fix into u-boot-arm/master for 2013.10 release. The following changes since commit 771f74c3d31a265bae103b2b407286ec03a4589b: arm:

[U-Boot] [PATCH v3 1/3] ARM,relocate: do not use r9

2013-09-21 Thread Jeroen Hofstee
r9 is a platform-specific register in ARM EABI and not per definition a general purpose register. Do not use it while relocating so it can be used for gd. cc: Albert ARIBAUD albert.u.b...@aribaud.net Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- arch/arm/lib/relocate.S | 6 +++--- 1

[U-Boot] [PATCH v3 0/3] ARM: use r9 for gd instead of r8

2013-09-21 Thread Jeroen Hofstee
Changes for v3: Drop the unneeded cc-option for the fixed flag. Drop make reserving the gd register a make variable and use http://patchwork.ozlabs.org/patch/273377/ ARM: refactor compiler options in config.mk instead. Changes for v2: Update the README as requested by Wolfgang Denk Jeroen

Re: [U-Boot] Pull request: u-boot-mmc #2

2013-09-21 Thread Tom Rini
On Fri, Sep 20, 2013 at 07:12:49PM +0300, Pantelis Antoniou wrote: Hi Tom, The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024: Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400) are available in the git repository at: git://git.denx.de/u-boot-mmc.git master

[U-Boot] [PATCH v3 2/3] ARM: use r9 for gd

2013-09-21 Thread Jeroen Hofstee
To be more EABI compliant and as a preparation for building with clang, use the platform-specific r9 register for gd instead of r8. note: The FIQ is not updated since it is not used in u-boot, and under discussion for the time being. The following checkpatch warning is ignored: WARNING: Use of

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

2013-09-21 Thread Tom Rini
Hey, The following changes since commit 82cecfce3fd33e151ed8bc382ae31b19535765c5: drivers: s3c44b0_rtc: delete an unused driver (2013-09-19 09:52:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to

[U-Boot] [PATCH v3 3/3] README: update ARM register usage

2013-09-21 Thread Jeroen Hofstee
Besides the change of this patchset it also updates the README to reflect that GOT-generated relocations are no longer supported on ARM. cc: Albert ARIBAUD albert.u.b...@aribaud.net Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- README | 8 +--- 1 file changed, 5 insertions(+), 3

Re: [U-Boot] Fix some obvious typos across multiple subsystems.

2013-09-21 Thread Tom Rini
On Wed, Aug 21, 2013 at 11:39:19AM -0400, Robert P. J. Day wrote: Typoes fixed: partion - partition retrive, retreive - retrieve th - to Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,1/6] part_efi: make sure the gpt_pte is freed

2013-09-21 Thread Tom Rini
On Tue, Sep 10, 2013 at 03:14:56PM -0500, Mark Langsdorf wrote: the gpt_pte wasn't being freed if it was checked against an invalid partition. The resulting memory leakage could make it impossible to repeatedly attempt to load non-existent files in a script. Also, downgrade the message for

Re: [U-Boot] bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm

2013-09-21 Thread Tom Rini
On Fri, Sep 06, 2013 at 11:23:55AM +0100, Paul Burton wrote: A plain bootm used to call the architecture specific boot function with no flags, but was modified by commit 35fc84fa Refactor the bootm command to reduce code duplication to call the architecture specific boot function multiple

Re: [U-Boot] [U-Boot, v2] Fix loading freeze when netconsole is active

2013-09-21 Thread Tom Rini
On Tue, Sep 10, 2013 at 12:02:31PM +0200, Frederic Leroy wrote: Netconsole calls eth_halt() before giving control to another operating system. But the state machine of netconsole don't take it into account. Thus, netconsole calls network functions of an halted network device, making the

Re: [U-Boot] cosmetic: doc: uImage.FIT: fix typos

2013-09-21 Thread Tom Rini
On Fri, Sep 13, 2013 at 08:28:21PM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] boards.cfg: Fix the comment for invoking tools/reformat.py from vim

2013-09-21 Thread Tom Rini
On Fri, Sep 13, 2013 at 11:43:37AM +0800, Axel Lin wrote: Add the missing bang (!) to execute external command, otherwise it does not work. Signed-off-by: Axel Lin axel@ingics.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] git-mailrc: Update SPI custodian

2013-09-21 Thread Tom Rini
On Mon, Sep 16, 2013 at 12:51:13PM +0530, Jagannadha Sutradharudu Teki wrote: Update git-mailrc with alias and nick name details. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] boards.cfg: show info about boards.cfg instead of MAINTAINERS

2013-09-21 Thread Tom Rini
On Fri, Sep 13, 2013 at 10:51:41AM +0200, Roger Meier wrote: Signed-off-by: Roger Meier ro...@bufferoverflow.ch Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Cosmetic: Update some info in the README arch section.

2013-09-21 Thread Tom Rini
On Sun, Sep 15, 2013 at 06:34:15PM -0400, Robert P. J. Day wrote: Tidy up, reorder, and add newer info to the arch/ directory subsection of the README file. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] SPDX: fix IBM-pibs license identifier

2013-09-21 Thread Tom Rini
On Tue, Sep 17, 2013 at 11:24:06AM +0200, Wolfgang Denk wrote: The SPDX License List version 1.19 now contains an official entry for the IBM-pibs license. However, instead of our suggestion ibm-pibs, the SPDX License List uses IBM-pibs, with the following rationale: The reason being that all

Re: [U-Boot] [U-Boot, v2] Cosmetic: Fix a number of typos, no functional changes.

2013-09-21 Thread Tom Rini
On Mon, Sep 16, 2013 at 07:15:45AM -0400, Robert P. J. Day wrote: Fix various misspellings of things like environment, kernel, default and volatile, and throw in a couple grammar fixes. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,v2] FIT: delete unnecessary casts

2013-09-21 Thread Tom Rini
On Thu, Sep 19, 2013 at 12:10:18PM +0900, Masahiro Yamada wrote: Becuase fdt_check_header function takes (const void *) type argument, the argument should be passed to it without being casted to (char *). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master,

Re: [U-Boot] arm: omap5: echi: Add GPL-2.0+ SPDX-License-Identifier

2013-09-21 Thread Tom Rini
On Tue, Sep 17, 2013 at 04:50:36PM +0900, Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] cosmetic: FIT: fix typos in comments

2013-09-21 Thread Tom Rini
On Wed, Sep 18, 2013 at 09:36:38AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] buildman: fix boards.cfg parsing

2013-09-21 Thread Tom Rini
On Thu, Sep 19, 2013 at 10:08:45AM +0200, Andreas Bie??mann wrote: Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format but missed to change the parsing in buildman. This patch changes c'tor of Board class to the new sequence, but omits maintainer field.

Re: [U-Boot] [PATCH v3 2/3] ARM: use r9 for gd

2013-09-21 Thread Jeroen Hofstee
Hello Albert, On 09/21/2013 02:04 PM, Jeroen Hofstee wrote: cc: Albert ARIBAUD albert.u.b...@aribaud.net --- This patch depends on http://patchwork.ozlabs.org/patch/273377/ Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- Could you be so kind to remove the first --- and comment if

Re: [U-Boot] About patch S3C24XX: Add support to MINI2416 board

2013-09-21 Thread Marek Vasut
Dear José Miguel Gonçalves, Hi, Precisely one year after my patch submission to add support to the MINI2416 board, seems a good time to ask this question, is there any good reason for not integrating this patch on the u-boot mainline?

[U-Boot] [PATCH v4 0/3] i2c, mxc: switch to new multibus/multiadapter framework

2013-09-21 Thread Philippe Reynes
This serie is composed of three patches: - one to fix the i2c init on the generic board - one to port the i2c mxc driver to new subsystem - one to update all configurations with i2c mxc driver This serie was tested with success on armadeus apf27. Difference between v4 and v3: - add a comment on

[U-Boot] [PATCH v4 3/3] i2c: update config using mxc driver to new subsystem

2013-09-21 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr --- include/configs/apf27.h | 11 ++- include/configs/flea3.h |9 - include/configs/imx31_phycore.h |7 +++ include/configs/m53evk.h |7 +++ include/configs/mx25pdk.h |

[U-Boot] [PATCH v4 2/3] i2c: mxc: move to new subsystem

2013-09-21 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr --- README | 11 +++ arch/arm/cpu/armv7/mx5/clock.c |2 +- arch/arm/cpu/armv7/mx6/clock.c |2 +- arch/arm/imx-common/Makefile |2 +- drivers/i2c/Makefile |2 +- drivers/i2c/mxc_i2c.c |

[U-Boot] [PATCH v4 1/3] i2c: fix init on generic board

2013-09-21 Thread Philippe Reynes
On generic board, the i2c init initialize only one bus. But the new i2c subsystem allow to manage severals i2c bus. So in the case, instead of initializing a bus, we just set the current i2c bus. The initialization will be done in the i2c command. Signed-off-by: Philippe Reynes trem...@yahoo.fr

Re: [U-Boot] [PATCH v3 02/28] sf: probe: Add new spi_flash_probe support

2013-09-21 Thread Sascha Silbe
Hi Jagannadha, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com writes: Added new spi_flash_probe support, currently added N25Q* flash part attributes support. [...] I've given your series another try on Cubox. It looks better this time (e.g. the probe issue is gone), but

Re: [U-Boot] [PATCH v3 07/28] sf: probe: Add support for W25* flash parts

2013-09-21 Thread Sascha Silbe
Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com writes: Added W25* parts are which are avilable in spi_flash_probe_legacy.c. Updated the sector_size attributes as per the flash parts. Looks fine for with this sector_size for computing the size of flash. This breaks

Re: [U-Boot] [PATCH v3 14/28] sf: probe: Add support for erase sector selection flag

2013-09-21 Thread Sascha Silbe
Hi Jagannadha, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com writes: SECT_4K, SECT_32K and SECT_64K opeartions are performed to to specific flash by adding a SECT* flag on respective spi_flash_params.flag param. [...] [drivers/mtd/spi/spi_flash_ops.c] @@ -153,17

[U-Boot] [PATCH v12 0/6] arm64 patch

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Changes for v12: - custom the patches to new format boards.cfg. Changes for v11: - Replace CONFIG_ARMV8 with CONFIG_ARM64. Currently, it's hard to distinguish what is armv8 specific and what is aarch64 specific, so we use CONFIG_ARM64 only,

[U-Boot] [PATCH v12 6/6] add weak entry definition

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- include/linux/linkage.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 9ddf830..2a2848a 100644 --- a/include/linux/linkage.h +++

[U-Boot] [PATCH v12 3/6] generic board patch of manual reloc and zero gd_t

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/board_f.c | 18 +++--- common/board_r.c | 18 ++ 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index

[U-Boot] [PATCH v12 5/6] remove compiling warnings

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/cmd_pxe.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index a2fb50a..df58522 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c

[U-Boot] [PATCH v12 2/6] board support of vexpress_aemv8a

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn Signed-off-by: Bhupesh Sharma bhupesh.sha...@freescale.com --- board/armltd/dts/vexpress64.dts | 439 ++ board/armltd/vexpress64/Makefile | 27 +++

[U-Boot] [PATCH v12 4/6] 64bit initrd start address support

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- common/fdt_support.c | 66 ++ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index

[U-Boot] [PATCH v12 1/6] core support of arm64

2013-09-21 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- arch/arm/config.mk |4 + arch/arm/cpu/armv8/Makefile | 38 + arch/arm/cpu/armv8/cache.S | 130 + arch/arm/cpu/armv8/cache_v8.c

[U-Boot] [PATCH v2] powerpc/c29xpcie: Getting DDR SPD image from 16-bit sub-address EEPROM

2013-09-21 Thread Po Liu
Currently, there is only one EEPROM on c29xpcie board which isAT24C1024. We program the SPD data at beginning of the AT24C1024.But the AT24C1024 has a 16-bit sub-address mode. This patch is tomake it work when getting SPD in a 16-bit sub-address EEPROM. Signed-off-by: Po Liu po@freescale.com

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-09-21 Thread myan
Hi Tom, I posted some patches to add device tree support for VxWorks several days ago. Wolfgang provided me with some very useful feedback, and I sent v2 patches. The discussion and patches are recorded here:

[U-Boot] [PATCH] powerpc/B4860: enable PBL tool for B4860

2013-09-21 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com Use a default RCW of protocol 0x2A_0x98, and a PBI configure file which uses CPC1 as 512KB SRAM, then PBL tool can be used on B4860 to build a pbl boot image. Signed-off-by: Shaohui Xie shaohui@freescale.com --- board/freescale/b4860qds/b4_pbi.cfg

[U-Boot] [U-boot] OOB-Layout question in NAND Flash chip

2013-09-21 Thread TigerLiu
Hi, experts: Is the u-boot's NAND OOB-layout same with linux kernel's nand drivers? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 08/10] arm: vf610: add rmii1 iomux definitions

2013-09-21 Thread Wang Huan-B18965
-Original Message- From: Marcel Ziswiler [mailto:mar...@ziswiler.com] Sent: Tuesday, September 17, 2013 6:45 PM To: u-boot@lists.denx.de Cc: Wang Huan-B18965; Marcel Ziswiler Subject: [PATCH 08/10] arm: vf610: add rmii1 iomux definitions Add secondary RMII1 iomux definitions.