Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Valentin Longchamp
On 08/20/2013 02:48 AM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote: On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: This patch introduces the support for Keymile's kmp204x reference design. This design

[U-Boot] U-Boot timeout

2013-08-20 Thread Marshall Ha
Hi Simon, I saw that you had proposed a patch for increasing the U-Boot timeout to work with some USB flash devices: http://lists.denx.de/pipermail/u-boot/2010-December/083467.html I have also ran into this problem in U-Boot, with the same root cause. I realize that this mailer is primarily for

Re: [U-Boot] Enabling L2 cache on mx53

2013-08-20 Thread Stefano Babic
Hi Marek, On 19/08/2013 22:31, Marek Vasut wrote: Dear Fabio Estevam, Hi Marek, On Mon, Aug 19, 2013 at 4:51 PM, Marek Vasut ma...@denx.de wrote: L2CC on MX53 is enabled by setting just the L2ON and C bits in CP15, there's no configuration. Not even Linux enables the L2CC on MX53, so if

Re: [U-Boot] U-Boot Driver Development on Atmel's sama5d3xek

2013-08-20 Thread Michael Trimarchi
Hi On Tue, Aug 20, 2013 at 01:46:55PM +0800, Bo Shen wrote: Hi Steven, On 8/20/2013 12:51, Steven Rosenberg wrote: Hi Bo To clarify we need to run when booting with no human intervention and to be able to use gmac so the questions are mainly for the procedures on how to create a driver

Re: [U-Boot] [ANN] v2013.10-rc1

2013-08-20 Thread Stefano Babic
Hi Heiko, On 20/08/2013 06:14, Heiko Schocher wrote: Hello Tom, Am 20.08.2013 00:02, schrieb Tom Rini: Hey all, I've put v2013.10-rc1 out, and I hope Detlev can get the tarball uploaded soon. I just tried to sync u-boot-i2c.git with u-boot.git to prepare a u-boot-i2c pull request ...

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-20 Thread Andreas Naumann
Hi, Am 16.08.2013 17:30, schrieb Robert Nelson: On Fri, Aug 16, 2013 at 10:07 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Aug 16, 2013 at 9:34 AM, Peter A. Bigot p...@pabigot.com wrote: On 08/16/2013 08:38 AM, Tom Rini wrote: On Wed, Aug 14, 2013 at 09:53:16PM -0500, Peter A.

[U-Boot] The sched standalone app is not working on MPC8308RDB

2013-08-20 Thread Peter Pan
First of all, the examples/standalone/Makefile is still using architecture ppc instead of powerpc. The sched application is never compiled. I replace ppc with powerpc inside this Makefile, the sched application is now compiled. But the sched application is not working correctly. Once one thread

Re: [U-Boot] [PATCH v3 2/2] fsl_i2c: add workaround for the erratum I2C A004447

2013-08-20 Thread Heiko Schocher
Hello Chunhe, Am 16.08.2013 09:10, schrieb Chunhe Lan: This workaround is for the erratum I2C A004447. Device reference manual provides a scheme that allows the I2C master controller to generate nine SCL pulses, which enable an I2C slave device that held SDA low to release SDA. However, due to

Re: [U-Boot] [PATCH v3 1/2] fsl_i2c: generate nine pulses on SCL if the I2C bus is hung

2013-08-20 Thread Heiko Schocher
Hello Chunhe, Am 16.08.2013 09:10, schrieb Chunhe Lan: When the code detected that the bus is hung (e.g. SDA stuck low), send 9 pulses on SCL to try to fixup the bus. Signed-off-by: Zhao Chenhuichenhui.z...@freescale.com Signed-off-by: Chunhe Lanchunhe@freescale.com Cc: Scott

Re: [U-Boot] [PATCH] i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is enabled

2013-08-20 Thread Heiko Schocher
Hello Lukasz, Am 16.08.2013 15:31, schrieb Lukasz Majewski: The I2C_MULTI_BUS needs to be defined for correct I2C operation with many software emulated I2C controllers. This fix restores correct value of the I2C_MULTI_BUS changed by following commit: SHA1:

Re: [U-Boot] [PATCH] i2c:samsung: Adjust Trats, GONI and Universal_c210 boards to work with new I2C framework

2013-08-20 Thread Heiko Schocher
Hello Lukasz, Am 16.08.2013 15:33, schrieb Lukasz Majewski: New I2C framework, introduced after v2013.07 final release, imposed I2C code adjustment for some Samsung boards - namely Trats, GONI and Universal_c210. Those boards were using schematic based I2C enumeration (I2C_5, I2C_9). However,

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-20 Thread Roger Quadros
Hi, On 08/20/2013 11:50 AM, Andreas Naumann wrote: Hi, Am 16.08.2013 17:30, schrieb Robert Nelson: On Fri, Aug 16, 2013 at 10:07 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Aug 16, 2013 at 9:34 AM, Peter A. Bigot p...@pabigot.com wrote: On 08/16/2013 08:38 AM, Tom Rini

Re: [U-Boot] [PATCH 1/3] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN

2013-08-20 Thread Paul Burton
I'm not entirely sure whether it's a regression from the MTD merge or not, I only started adding support for my board in the past few months so I haven't tried older versions. From a glance at the history I suspect it might have always been possible, but since it only affects setups using

Re: [U-Boot] [PATCH 3/3] cmd_ubi: add write.part command, to write a volume in multiple parts

2013-08-20 Thread Paul Burton
Thanks, I'll fix the style issues and send v2 soon. Paul On 19/08/13 10:07, Stefan Roese wrote: Hi Paul, On 06.08.2013 12:13, Paul Burton wrote: This allows you to write data to an UBI volume when the amount of memory available to write that data from is less than the total size of the data.

Re: [U-Boot] U-Boot Driver Development on Atmel's sama5d3xek

2013-08-20 Thread Bo Shen
Hi Steven, On 8/20/2013 14:04, Steven Rosenberg wrote: Hi Bo, To keep it simple, we need a microcontroller driver that accesses a few peripherals on the board, not just Ethernet(GMAC), also UART, GPIO, I2C, etc. No human intervention. One boots on power up and the driver would need to load

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-20 Thread Andreas Naumann
Hi Roger, What are the symptoms you see when this issue triggers? The symptoms are erroneous USB transaction, seen with a USB port analyzer. These only sometimes (not always) stall the USB communication, e.g. a USB mass storage device cant be read any longer. What is the test case to

[U-Boot] [i2c] Pull request

2013-08-20 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c: Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()

2013-08-20 Thread Heiko Schocher
Hello Lukasz, Am 16.08.2013 15:35, schrieb Lukasz Majewski: After introduction of unified i2c model, the I2C_SET_BUS() macro is regarded as obsolete. Hence it is replaced with i2c_set_bus_num() function call. Signed-off-by: Lukasz Majewskil.majew...@samsung.com Cc: Heiko Schocherh...@denx.de

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

2013-08-20 Thread fenghua
From: David Feng feng...@phytium.com.cn This patch fix the fdt_initrd function. It will get #adress_cells property fisrt, then write linux,initrd-start and linux,initrd-end property value to fdt according to address cell size such that the 64bit initrd start address could be supported.

[U-Boot] [PATCH v4 2/4] board support of arm64

2013-08-20 Thread fenghua
From: David Feng feng...@phytium.com.cn Signed-off-by: David Feng feng...@phytium.com.cn --- board/armltd/dts/vexpress64.dts | 439 ++ board/armltd/vexpress64/Makefile | 43 board/armltd/vexpress64/vexpress64.c | 79 ++ boards.cfg

[U-Boot] [PATCH v4 0/4] arm64 patch

2013-08-20 Thread fenghua
From: David Feng feng...@phytium.com.cn *** BLURB HERE *** The porting has been merged with arm architecture. There are many arguments about whether the porting should be made as a seperated architecture. We could make comparition now. Most architecture codes are placed in arch/arm/cpu/armv8

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

2013-08-20 Thread fenghua
From: David Feng feng...@phytium.com.cn 1. function board_init_f in board_f.c should firstly zero gd_t structure before it call initcall_run_list, otherwise the debug print will go run if DEBUG is defined. Because the printf function will use global data to determine whether serial port

[U-Boot] [PATCH 2/3] arm:goni:mmc: Add sd card detection and initialization.

2013-08-20 Thread Przemyslaw Marczak
This change allow to use sd card on Goni the same like mmc 0. SD card is mmc dev 1, so it can be used like this: fatls mmc 1:2. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com ---

[U-Boot] [PATCH 3/3] ums: Extend ums to use all mmc devices.

2013-08-20 Thread Przemyslaw Marczak
This change allows using every mmc device instance with ums, like eMMC or SD cards. Example: ums device_number for mmc devices. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Marek Vasut marek.va...@gmail.com ---

[U-Boot] [PATCH 1/3] arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.

2013-08-20 Thread Przemyslaw Marczak
On s5pc1xx mmc devices offset is multiply of 0x10, wrong value was 0x1. Register offset always points to mmc 0 before this change. Add macro definition of mmc dev register offset to s5pc1xx and exynos mmc. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Signed-off-by: Kyungmin

[U-Boot] arm64 porting

2013-08-20 Thread FengHua
hi, The merging of arm64 to arm is complete. I have updated the PATCH v4. There are many arguments about whether the porting should be made as a seperated architecture. now we can make comparison. When porting as a seperated architecture, all architecture specific files and

[U-Boot] [PATCH 02/12] TI:armv7: Move CONFIG_SPL_LIBDISK_SUPPORT to MMC section

2013-08-20 Thread Tom Rini
We only need this library when we're doing disk access to MMC/SD. Update comment around the rest of CONFIG_SPL_LIB* to note that the others are always required. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/ti_armv7_common.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 04/12] TI:am335x: Better comment and organize the networking related options

2013-08-20 Thread Tom Rini
While in here, drop CONFIG_BOOTP_DEFAULT as it is unused in the code. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h | 11 +-- include/configs/ti_am335x_common.h | 11 +-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git

[U-Boot] [PATCH 01/12] am33xx: Correct and expand comments on CONFIG_SPL_MAX_SIZE

2013-08-20 Thread Tom Rini
We had been allowing the max size to be larger than actually allowed by the ROM. Expand the commentary here to explain why we set these locations. Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/include/asm/arch-am33xx/omap.h |2 +- include/configs/ti_am335x_common.h | 10

[U-Boot] [PATCH 03/12] omap5: Expand CONFIG_SPL_MAX_SIZE and comment upon SRAM_SCRATCH_SPACE_ADDR

2013-08-20 Thread Tom Rini
After examining both TRMs and doing some experimentation, we can rely on using the start of the download area for CONFIG_SPL_TEXT_BASE and then move SRAM_SCRATCH_SPACE_ADDR up, just like am335x. This is required for peripheral boot modes such as UART. Signed-off-by: Tom Rini tr...@ti.com ---

[U-Boot] [PATCH 00/12] am33xx/omap5: Improve docs for customization

2013-08-20 Thread Tom Rini
Hey all, The following series aims to make it easier to take the various ARMv7 TI reference platforms and use them as the base for a custom hardware project. The main outputs here are some re-shuffling of the config headers to try and group things somewhat logically, expanding on comments to

[U-Boot] [PATCH 06/12] am335x_evm: Regroup USB options

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h | 80 ++ 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 4e6429c..eae5a19 100644 ---

[U-Boot] [PATCH 05/12] am335x_evm: Add comment by SPL SPI support

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 5ed1dca..4e6429c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -240,12

[U-Boot] [PATCH 07/12] TI:armv7: Re-order slightly the generic CONFIG options, expand related comments

2013-08-20 Thread Tom Rini
Re-group the general options to note things that can be removed safely to reduce binary size when not required, and expand the comment about what commands we do include to note it could be replaced with a specific list of required one. While at it, move the CMD parts of various blocks IP to the

[U-Boot] [PATCH 11/12] omap5_uevm: Better comment why we have TCA642X and the reset time

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/omap5_uevm.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index d10c2b5..3948709 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -35,12

[U-Boot] [PATCH 10/12] TI:omap5: Clarify comments about SPL and DDR timings in common config

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/omap5_common.h | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 0345c57..98ba559 100644 --- a/include/configs/omap5_common.h +++

[U-Boot] [PATCH 12/12] dra7xx_evm: Re-order and comment the networking related config options

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/dra7xx_evm.h | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 58786ff..4fbe768 100644 --- a/include/configs/dra7xx_evm.h +++

[U-Boot] [PATCH 08/12] am335x_evm: Update README for customization

2013-08-20 Thread Tom Rini
As this is a reference platform, update the README to note which IP blocks are required for use due to design choices of the reference rather than required by the SoC itself. Signed-off-by: Tom Rini tr...@ti.com --- board/ti/am335x/README | 28 +++- 1 file changed, 27

[U-Boot] [PATCH 09/12] TI:am33xx: Move SPL YMODEM support to the per-board config

2013-08-20 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com --- include/configs/ti_am335x_common.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 837c02c..d2e34ae 100644 --- a/include/configs/ti_am335x_common.h +++

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/19/2013 06:07 PM, York Sun wrote: On 08/19/2013 03:04 PM, Tom Rini wrote: On Mon, Aug 19, 2013 at 02:20:25PM -0700, York Sun wrote: On 08/19/2013 12:54 PM, Tom Rini wrote: On Mon, Aug 19, 2013 at 02:47:53PM -0500, Scott Wood wrote: On Mon,

Re: [U-Boot] [PATCH v5] SPL: Makefile: Build a separate autoconf.mk for SPL

2013-08-20 Thread Tom Rini
On Mon, Aug 19, 2013 at 04:14:14PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com SPL defines CONFIG_SPL_BUILD but this does not percolate to the autoconf.mk Makefile. As a result the build breaks when CONFIG_SPL_BUILD is used in the board-specific include

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-20 Thread Robert Nelson
On Tue, Aug 20, 2013 at 5:15 AM, Andreas Naumann d...@andin.de wrote: Hi Roger, What are the symptoms you see when this issue triggers? The symptoms are erroneous USB transaction, seen with a USB port analyzer. These only sometimes (not always) stall the USB communication, e.g. a USB

[U-Boot] [PATCH] ARM: DRA: EMIF: Change DDR3 settings to use hw leveling

2013-08-20 Thread Sricharan R
Currently the DDR3 memory on DRA7 ES1.0 evm board is enabled using software leveling. This was done since hardware leveling was not working. Now that the right sequence to do hw leveling is identified, use it. This is required for EMIF clockdomain to idle and come back during lowpower usecases.

[U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-20 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. --- Changes since RFC: - NVIDIA Tegra doesn't postpone its USB init anymore - board_usb_init()'s sole argument name was shortened - networking code

Re: [U-Boot] [PATCH 1/2] usb:dfu:g_dnl: Change number of exported configurations at composite gadget

2013-08-20 Thread Egli, Samuel
Hi Lukasz, -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Montag, 19. August 2013 17:17 To: u-boot@lists.denx.de Cc: Lukasz Majewski; Heiko Schocher; Tormod Volden; Lukasz Majewski; Marek Vasut; Egli, Samuel Subject: [PATCH 1/2] usb:dfu:g_dnl: Change number

Re: [U-Boot] [ANN] v2013.10-rc1

2013-08-20 Thread Tom Rini
On Mon, Aug 19, 2013 at 06:02:26PM -0400, Tom Rini wrote: Hey all, I've put v2013.10-rc1 out, and I hope Detlev can get the tarball uploaded soon. We've got a lot of changes in here, including the SPDX license conversion. I'd like to ask folks to test things and let me know what's in

Re: [U-Boot] [PATCH 7/7 v11] powerpc: p1022ds: add TPL for p1022ds nand boot

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com TPL is introduced in the patch NAND: TPL : introduce the TPL based on the SPL, here enable TPL for p1022ds nand boot. Signed-off-by: Ying Zhang b40...@freescale.com --- Change from v10: - No

Re: [U-Boot] [PATCH 4/7 v11] powerpc : spi flash : Support to start from eSPI with SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com This patch introduces SPL to enable a loader stub that being loaded by the code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-08-20 Thread York Sun
On 08/14/2013 07:48 PM, Zhang Ying-B40530 wrote: Hi, York, I see. I am sure there isn't newer version. Applied to u-boot-mpc85xx.git/master. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/7 v11] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com 1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it. 2. Some functions were unused in the minimal SPL, but it is useful in the common SPL. So, enabled some functionality for common SPL.

Re: [U-Boot] [PATCH 3/7 v11] powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com Enable p1022ds to start from eSDHC with SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Change from v10: - Fix the warning from spl.c. Change from v9: - Mofidy

Re: [U-Boot] [PATCH][v2] powerpc: Fix CamelCase checkpatch warnings

2013-08-20 Thread York Sun
On 08/16/2013 02:22 AM, Prabhakar Kushwaha wrote: 85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions. because of this code checkpatch script generates WARNING: Avoid CamelCase. Convert variables name to normal naming convention and modify board, driver files

Re: [U-Boot] [PATCH 5/7 v11] powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com Enable p1022ds to start from eSPI with SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Change from v10: - No change. Change from v9: - No change. Change from v8: - No change. Change

Re: [U-Boot] [PATCH 6/7 v11] NAND: TPL : introduce the TPL based on the SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com Due to the nand SPL on some board(e.g. P1022DS)has a size limit, it can not be more than 4K. So, the SPL cannot initialize the DDR with the SPD code. This patch introduces TPL to enable a loader

Re: [U-Boot] [PATCH 2/7 v11] powerpc: mpc85xx: Support booting from SD Card with SPL

2013-08-20 Thread York Sun
On 08/16/2013 12:16 AM, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com The code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The SPL's size is sizeable, the maximum size must not exceed the size of L2

[U-Boot] [PATCH] SPDX-License-Identifier: clean up license header

2013-08-20 Thread York Sun
This patch cleans up license header in these files: board/freescale/p1022ds/spl.c drivers/mmc/fsl_esdhc_spl.c drivers/mtd/spi/fsl_espi_spl.c Signed-off-by: York Sun york...@freescale.com --- board/freescale/p1022ds/spl.c | 17 +

Re: [U-Boot] [U-boot] question about pl310.h / armv7.h

2013-08-20 Thread Matt Sealey
I would agree with the idea moving pl310 functionality into pl310-specific files - armv7 doesn't dictate use of pl310 (or an external cache controller of any nature) at least for about half the possible cores you could go find. Those that need/configure for an external L2 controller may not even

Re: [U-Boot] [PATCH 2/3] powerpc/t4240: fix lanes routing for QSGMII protocols

2013-08-20 Thread York Sun
On 08/19/2013 03:57 AM, Shaohui Xie wrote: From: Shaohui Xie shaohui@freescale.com When using QSGMII protocols, the first lane and third lane on each slot need to be swapped. Signed-off-by: Shaohui Xie shaohui@freescale.com --- Applied to u-boot-mpc85xx/master. York

Re: [U-Boot] [PATCH 3/3] powerpc/t4240: add QSGMII interface support

2013-08-20 Thread York Sun
On 08/19/2013 03:58 AM, Shaohui Xie wrote: From: Shaohui Xie shaohui@freescale.com Also some fix for QSGMII. 1. fix QSGMII configure of Serdes2. 2. fix PHY address of QSGMII MAC9 MAC10 for each FMAN. 3. fix dtb for QSGMII interface. Signed-off-by: Shaohui Xie

Re: [U-Boot] [PATCH] powerpc/sec: Add workaround for SEC A-003571

2013-08-20 Thread York Sun
On 08/14/2013 06:31 PM, Shengzhou Liu wrote: Multiple read/write transactions initiated by security engine may cause system to hang. Workaround: set MCFGR[AXIPIPE] to 0 to avoid hang. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |

Re: [U-Boot] [PATCH 2/2] powerpc: Print hardcoded size like print_size() does

2013-08-20 Thread York Sun
On 07/31/2013 08:31 AM, Shruti Kanetkar wrote: Makes the startup output more consistent Signed-off-by: Shruti Kanetkar shr...@freescale.com Acked-by: Andy Fleming aflem...@freescale.com --- arch/powerpc/cpu/mpc85xx/cpu.c | 2 +- arch/powerpc/cpu/mpc85xx/cpu_init.c | 14

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Scott Wood
On Tue, 2013-08-20 at 08:28 +0200, Valentin Longchamp wrote: On 08/20/2013 02:48 AM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote: On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: This patch introduces

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Scott Wood
On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote: On 08/19/2013 05:48 PM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote: On Fri, 2013-07-26 at 12:02 +0200,

Re: [U-Boot] [PATCH] powerpc/p1010rdb: fix calculating ddr_freq_mhz

2013-08-20 Thread York Sun
On 08/13/2013 01:41 AM, Shengzhou Liu wrote: There was a bug for calculating ddr_freq_mhz, it should be divided by 100 rather than 0x100. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- board/freescale/p1010rdb/spl_minimal.c |2 +- 1 files changed, 1

Re: [U-Boot] [PATCH 1/3][v3] powerpc/common/vsc3316: remove const from vsc3316_config parameter define

2013-08-20 Thread York Sun
On 08/19/2013 03:43 AM, Shaohui Xie wrote: From: Shaohui Xie shaohui@freescale.com Since the parameters need to be modified according to different Serdes protocols at runtime, the const will block this. Also remove const from arrays define used by vsc3316_config. Signed-off-by:

Re: [U-Boot] [PATCH 1/2] powerpc: Use print_size() where appropriate

2013-08-20 Thread York Sun
On 07/31/2013 08:31 AM, Shruti Kanetkar wrote: Makes the startup output more consistent Signed-off-by: Shruti Kanetkar shr...@freescale.com Acked-by: Andy Fleming aflem...@freescale.com --- arch/powerpc/cpu/mpc824x/cpu.c | 8 +++- arch/powerpc/cpu/mpc85xx/cpu_init.c | 8

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Scott Wood
On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote: On 08/19/2013 05:48 PM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote: On Fri, 2013-07-26 at 12:02 +0200, Valentin Longchamp wrote: snip +/* TLB 1 */

[U-Boot] [PATCH] i.MX6: nitrogen6x: force HDMI onto IPU0/DI0

2013-08-20 Thread Eric Nelson
Our Linux kernel switches the HDMI connector onto IPU0/DI1, but the U-Boot display driver only supports IPU0/DI0 for the time being. Because of this, a soft re-boot will leave the HDMI output connected to the wrong display port and prevent video from being displayed. Signed-off-by: Eric Nelson

Re: [U-Boot] [U-Boot,V3] ppc4xx: Remove CANBT board

2013-08-20 Thread Tom Rini
On Wed, Aug 07, 2013 at 01:22:10PM +0200, Matthias Fuchs wrote: This board and especially the CPU (PPC405CR) is EOL. Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu Acked-by: Wolfgang Denk w...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [i2c] Pull request

2013-08-20 Thread Tom Rini
On Tue, Aug 20, 2013 at 12:20:29PM +0200, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c.git The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c: Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH] ppc4xx: Remove support for PPC405CR CPUs

2013-08-20 Thread Tom Rini
On Wed, Aug 07, 2013 at 12:10:38PM +0200, Matthias Fuchs wrote: This patch removes support for the APM 405CR CPU. This CPU is EOL and no board uses this chip. Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH] SPDX-License-Identifier: clean up license header

2013-08-20 Thread Tom Rini
On Tue, Aug 20, 2013 at 10:20:55AM -0700, York Sun wrote: This patch cleans up license header in these files: board/freescale/p1022ds/spl.c drivers/mmc/fsl_esdhc_spl.c drivers/mtd/spi/fsl_espi_spl.c Signed-off-by: York Sun york...@freescale.com Acked-by: Tom Rini

Re: [U-Boot] [PATCH] ARM: DRA: EMIF: Change DDR3 settings to use hw leveling

2013-08-20 Thread Tom Rini
On Tue, Aug 20, 2013 at 06:47:36PM +0530, Sricharan R wrote: Currently the DDR3 memory on DRA7 ES1.0 evm board is enabled using software leveling. This was done since hardware leveling was not working. Now that the right sequence to do hw leveling is identified, use it. This is required for

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread York Sun
On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote: On 08/19/2013 05:48 PM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote:

[U-Boot] Pull request : u-boot-mpc85xx

2013-08-20 Thread York Sun
Tom, The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2: SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19 18:05:19 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to

Re: [U-Boot] Fix for incorrect conversion hex string to number (FMAN firmware address).

2013-08-20 Thread York Sun
On 08/08/2013 05:30 PM, York Sun wrote: On 06/19/2013 12:48 AM, Николай Пузанов wrote: --- arch/powerpc/cpu/mpc85xx/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 1.8.1.2 diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c b/arch/powerpc/cpu/mpc85xx/fdt.c index 24eb978..ece1336

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Scott Wood
On Tue, 2013-08-20 at 12:40 -0700, York Sun wrote: On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote: On 08/19/2013 05:48 PM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread York Sun
On 08/20/2013 12:47 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:40 -0700, York Sun wrote: On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote: On 08/19/2013 05:48 PM, Scott Wood wrote: On Mon,

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread Scott Wood
On Tue, 2013-08-20 at 12:57 -0700, York Sun wrote: On 08/20/2013 12:47 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:40 -0700, York Sun wrote: On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon, 2013-08-19 at 18:02 -0700, York Sun wrote:

Re: [U-Boot] [PATCH v6 1/2] exynos5250: Add arndale board support

2013-08-20 Thread Kim Phillips
On Tue, 6 Aug 2013 20:05:46 +0530 Chander Kashyap chander.kash...@linaro.org wrote: Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- This patchseries gives me:

Re: [U-Boot] [PATCH v2 7/7] imx: add status reporting for HAB status

2013-08-20 Thread Bernhard Walle
Hi, Am 12.08.13 16:39, schrieb Stefano Babic: + +bool is_hab_enabled(void) +{ + struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; + struct fuse_bank *bank = ocotp-bank[0]; + struct fuse_bank0_regs *fuse = + (struct fuse_bank0_regs *)bank-fuse_regs; +

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-20 Thread York Sun
On 08/20/2013 01:03 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:57 -0700, York Sun wrote: On 08/20/2013 12:47 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:40 -0700, York Sun wrote: On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue, 2013-08-20 at 13:20 -0500, Scott Wood wrote: On Mon,

[U-Boot] should print_mmc_devices() not add an extraneous blank between devices?

2013-08-20 Thread Robert P. J. Day
playing on my beaglebone black and: U-Boot# mmc list OMAP SD/MMC: 0 OMAP SD/MMC: 1 -- ??? U-Boot# puzzled as to why the second line is indented, and discovered, first from cmd_mmc.c: print_mmc_devices('\n'); which reasonably defines a newline as a separator, but then there's

[U-Boot] [PATCH] powerpc/mpc85xx: Add workaround for erratum A-005125

2013-08-20 Thread York Sun
In a very rare condition, a system hang is possible when the e500 core initiates a guarded load to PCI / PCIe /SRIO performs a coherent write to memory. Please refer to errata document for more details. This erratum applies to the following SoCs and their variants, if any. BSC9132 BSC9131 MPC8536

Re: [U-Boot] [RFC PATCH 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100.

2013-08-20 Thread Scott Wood
On Tue, 2013-08-20 at 13:26 -0700, York Sun wrote: On 08/20/2013 01:03 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:57 -0700, York Sun wrote: On 08/20/2013 12:47 PM, Scott Wood wrote: On Tue, 2013-08-20 at 12:40 -0700, York Sun wrote: On 08/20/2013 11:21 AM, Scott Wood wrote: On Tue,

[U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-08-20 Thread Joel Fernandes
As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned on 4 byte boundaray causing data aborts in eth_setup - conf_buf during dhcp boot over usb_ether. Fix the issue my aligning control_req buffer to 4-byte boundary. Tested on am335x_evm platform (beaglebone). Applies on

Re: [U-Boot] [PATCH v6 1/2] exynos5250: Add arndale board support

2013-08-20 Thread Chander Kashyap
Dear Kim, On 21 August 2013 00:54, Kim Phillips kim.phill...@linaro.org wrote: On Tue, 6 Aug 2013 20:05:46 +0530 Chander Kashyap chander.kash...@linaro.org wrote: Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org Signed-off-by:

Re: [U-Boot] [PATCH v6 1/2] exynos5250: Add arndale board support

2013-08-20 Thread Chander Kashyap
On 21 August 2013 08:56, Chander Kashyap chander.kash...@linaro.org wrote: Dear Kim, On 21 August 2013 00:54, Kim Phillips kim.phill...@linaro.org wrote: On Tue, 6 Aug 2013 20:05:46 +0530 Chander Kashyap chander.kash...@linaro.org wrote: Arndale board is based on samsung's exynos5250 soc.

Re: [U-Boot] [PATCH 1/2] usb:dfu:g_dnl: Change number of exported configurations at composite gadget

2013-08-20 Thread Marek Vasut
Dear Egli, Samuel, Hi Lukasz, -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Montag, 19. August 2013 17:17 To: u-boot@lists.denx.de Cc: Lukasz Majewski; Heiko Schocher; Tormod Volden; Lukasz Majewski; Marek Vasut; Egli, Samuel Subject: [PATCH 1/2]

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-20 Thread Marek Vasut
Dear Mateusz Zalega, This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. --- Changes since RFC: - NVIDIA Tegra doesn't postpone its USB init anymore - board_usb_init()'s sole argument name

Re: [U-Boot] [PATCH] ARM: DRA: EMIF: Change DDR3 settings to use hw leveling

2013-08-20 Thread Sricharan R
Hi Tom, On Wednesday 21 August 2013 01:08 AM, Tom Rini wrote: On Tue, Aug 20, 2013 at 06:47:36PM +0530, Sricharan R wrote: Currently the DDR3 memory on DRA7 ES1.0 evm board is enabled using software leveling. This was done since hardware leveling was not working. Now that the right sequence

Re: [U-Boot] [PATCH v9 2/2] console: usb: kbd: To improve TFTP booting performance

2013-08-20 Thread Marek Vasut
Dear Jim Lin, TFTP booting is slow when a USB keyboard is installed and stdin has usbkbd added. This fix is to change Ctrl-C polling for USB keyboard to every second when NET transfer is running. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name

Re: [U-Boot] [PATCH v9 1/2] NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined

2013-08-20 Thread Marek Vasut
Dear Jim Lin, This flag is to make console aware that NET transfer is running or not. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name from CONFIG_CTRLC_POLL_MS to CONFIG_CTRLC_POLL_S. 2. New code will be executed only when CONFIG_CTRLC_POLL_S is

Re: [U-Boot] [PATCH] config.mk: Add -Wundef to CFLAGS

2013-08-20 Thread Masahiro Yamada
Hello, Albert and U-Boot developers. The current status of this patch is Changes Requested. I love -Wundef option to be in, but it looks like difficult for me to post the version 2. The first choice to meet Albert's requirement is Therefore I ask: - that this patch be submitted along

[U-Boot] [Patch v7 0/2] Add Arndale board support

2013-08-20 Thread Chander Kashyap
The Arndale board is based on samsung's exynos5250 SOC. For spl generation, it depends on the patch at [5]. First patch provides the basic arndale board support. The second patch adds the MMC support. Changes in v2: - split from earlier patchset at [3] as per Minkyu - Removed

[U-Boot] [Patch v7 1/2] exynos5250: Add arndale board support

2013-08-20 Thread Chander Kashyap
Arndale board is based on samsung's exynos5250 soc. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- MAINTAINERS |4 + board/samsung/arndale/Makefile | 34

[U-Boot] [Patch v7 2/2] exynos5250: arndale: Add mmc support

2013-08-20 Thread Chander Kashyap
From: Inderpal Singh inderpal.si...@linaro.org This patch adds mmc support to the arndale board. Signed-off-by: Inderpal Singh inderpal.si...@linaro.org --- board/samsung/arndale/arndale.c | 14 ++ board/samsung/dts/exynos5250-arndale.dts | 18 ++ 2

Re: [U-Boot] [PATCH 03/12] omap5: Expand CONFIG_SPL_MAX_SIZE and comment upon SRAM_SCRATCH_SPACE_ADDR

2013-08-20 Thread Sricharan R
Hi Tom, On Tuesday 20 August 2013 06:23 PM, Tom Rini wrote: After examining both TRMs and doing some experimentation, we can rely on using the start of the download area for CONFIG_SPL_TEXT_BASE and then move SRAM_SCRATCH_SPACE_ADDR up, just like am335x. This is required for peripheral boot

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-20 Thread Simon Glass
Hi David, On Tue, Aug 20, 2013 at 4:48 AM, feng...@phytium.com.cn wrote: From: David Feng feng...@phytium.com.cn 1. function board_init_f in board_f.c should firstly zero gd_t structure before it call initcall_run_list, otherwise the debug print will go run if DEBUG is defined.