Re: [U-Boot] [PATCH] nand: reinstate lazy bad block scanning

2014-11-05 Thread Masahiro Yamada
Hi Scott, On Tue, 4 Nov 2014 23:49:36 -0600 Scott Wood scottw...@freescale.com wrote: On Wed, 2014-11-05 at 12:40 +0900, Masahiro Yamada wrote: Hi Scott, Rostislav, On Mon, 3 Nov 2014 15:42:29 -0600 Scott Wood scottw...@freescale.com wrote: On Wed, 2014-10-22 at 13:40 +0200,

Re: [U-Boot] [PATCH] MAINTAINERS: add me as a maintainer of MTD

2014-11-05 Thread Heiko Schocher
Hello Scott, Am 03.11.2014 22:34, schrieb Scott Wood: On Fri, 2014-10-31 at 11:26 +0100, Heiko Schocher wrote: Add MAINTAINERS and doc/git-mailrc entry. Signed-off-by: Heiko Schocherh...@denx.de --- as discussed this step here and there first of all with Scott Wood for example here:

Re: [U-Boot] [PATCH 6/6] linux/kernel.h: sync min, max, min3, max3 macros with Linux

2014-11-05 Thread Masahiro Yamada
Hi Marek, On Wed, 5 Nov 2014 08:57:50 +0100 Marek Vasut ma...@denx.de wrote: On Wednesday, November 05, 2014 at 08:48:19 AM, Masahiro Yamada wrote: Hi Marek, Hi! (reduced Cc) On Wed, 5 Nov 2014 07:02:23 +0100 Marek Vasut ma...@denx.de wrote: On Wednesday, November 05, 2014

Re: [U-Boot] [PATCH 1/4] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Li Ye-B37916
Hi Fabio, On 11/4/2014 11:46 PM, Fabio Estevam wrote: Hi Ye Li, On Tue, Nov 4, 2014 at 6:27 AM, Ye.Li b37...@freescale.com wrote: Plugin image is a firmware which can be executed by boot ROM to do device initialization, custom settings, delay assertion, etc. Could you please elaborate a bit

[U-Boot] [PATCH v2 2/4] imx: mx6q/dlarm2: Add support for building plugin image

2014-11-05 Thread Ye . Li
Update cfg script to build for plugin image. This default plugin image supports the boot devices as DCD image. To enable the plugin, must define the CONFIG_USE_PLUGIN in mx6qarm2.h Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - None board/freescale/mx6qarm2/Makefile

[U-Boot] [PATCH v2] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Ye . Li
Plugin image is a firmware which can be executed during booting. Unlike device configuration data (DCD) which is static and interpretative configuration, plugin can be used to implement rich logics more than the peripherals configuration. Customers may consider to use the plugin, for the cases

[U-Boot] [PATCH v2 4/4] imx: mx6sxsabresd: Add support for building plugin image

2014-11-05 Thread Ye . Li
Update cfg script to build for plugin image. This default plugin image supports the boot devices as DCD image. To enable the plugin, must define the CONFIG_USE_PLUGIN in mx6sxsabresd.h Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - None board/freescale/mx6sxsabresd/Makefile

[U-Boot] [PATCH v2 3/4] imx: mx6slevk: Add support for building plugin image

2014-11-05 Thread Ye . Li
Update cfg script to build for plugin image. This default plugin image supports the boot devices as DCD image. To enable the plugin, must define the CONFIG_USE_PLUGIN in mx6slevk.h Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - None board/freescale/mx6slevk/Makefile |

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 10:09 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 11/04/2014 10:37 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: Hi Przemyslaw, On 10/30/2014 6:36 PM, Stefano Babic wrote: Hi Ye, On 10/09/2014 11:08, Ye.Li wrote:

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 11:56 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 09/10/2014 11:08 AM, Ye.Li wrote: Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing the ID. Signed-off-by: Ye.Li b37...@freescale.com

Re: [U-Boot] [PATCH v2] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Stefano Babic
Hi Ye, On 05/11/2014 09:13, Ye.Li wrote: Plugin image is a firmware which can be executed during booting. Unlike device configuration data (DCD) which is static and interpretative configuration, plugin can be used to implement rich logics more than the peripherals configuration. Customers

[U-Boot] [PATCH] mx6: video_skip: Fix crash on NULL pointer

2014-11-05 Thread picmaster
From: Nikolay Dimitrov picmas...@mail.bg Signed-off-by: Nikolay Dimitrov picmas...@mail.bg Cc: Stefano Babic sba...@denx.de --- arch/arm/imx-common/video.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/imx-common/video.c b/arch/arm/imx-common/video.c index

Re: [U-Boot] [PATCH 6/6] linux/kernel.h: sync min, max, min3, max3 macros with Linux

2014-11-05 Thread Marek Vasut
On Wednesday, November 05, 2014 at 09:12:40 AM, Masahiro Yamada wrote: Hi Marek, Hi Masahiro, On Wed, 5 Nov 2014 08:57:50 +0100 Marek Vasut ma...@denx.de wrote: On Wednesday, November 05, 2014 at 08:48:19 AM, Masahiro Yamada wrote: Hi Marek, Hi! (reduced Cc) On Wed, 5

Re: [U-Boot] [PATCH v2 1/3] usb:ehci-mx6 add board_ehci_usb_mode function

2014-11-05 Thread Marek Vasut
On Wednesday, November 05, 2014 at 07:00:32 AM, Peng Fan wrote: 在 11/5/2014 1:33 AM, Marek Vasut 写道: On Tuesday, November 04, 2014 at 02:29:56 PM, Peng Fan wrote: Hi Marek, 在 11/4/2014 7:01 PM, Marek Vasut 写道: On Tuesday, November 04, 2014 at 11:50:29 AM, Peng Fan wrote: 在 11/4/2014

Re: [U-Boot] [PATCH v2 1/3] usb:ehci-mx6 add board_ehci_usb_mode function

2014-11-05 Thread Peng Fan
在 11/5/2014 5:03 PM, Marek Vasut 写道: On Wednesday, November 05, 2014 at 07:00:32 AM, Peng Fan wrote: 在 11/5/2014 1:33 AM, Marek Vasut 写道: On Tuesday, November 04, 2014 at 02:29:56 PM, Peng Fan wrote: Hi Marek, 在 11/4/2014 7:01 PM, Marek Vasut 写道: On Tuesday, November 04, 2014 at 11:50:29

[U-Boot] [PATCH] arm: am335x: net: pxm2: disable rgmii internal delay mode

2014-11-05 Thread Heiko Schocher
disable internal delay through gmii_sel register, as this is done in the ar8031 phy. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com --- board/siemens/pxm2/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/siemens/pxm2/board.c

Re: [U-Boot] [PATCH v1] ppc: Fix ppc4xx CONFIG_SYS_GENERIC_BOARD

2014-11-05 Thread Stefan Roese
On 03.11.2014 10:56, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach dirk.eib...@gdsys.cc I realized that with v2014.10 u-boot is not starting up on ppc4xx boards with CONFIG_SYS_GENERIC_BOARD set. I bisected it down to this: d54d7eb support blackfin board initialization in generic board_f With

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

2014-11-05 Thread Stefan Roese
Hi Tom, please pull this fix for ppc4xx: The following changes since commit 26f195c71252e98aebfffd5cfa994a4475559370: ARM: kwimage: fix v0 format (2014-11-04 15:03:07 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git for you to fetch changes up to

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Przemyslaw Marczak
Hello Ye Li, On 11/05/2014 09:28 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 10:09 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 11/04/2014 10:37 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 5:24 PM, Li Ye-B37916 wrote: Hi Przemyslaw, On 10/30/2014 6:36 PM, Stefano Babic

Re: [U-Boot] [PATCH 4/4] imx: mx6: Set Pfuze mode to decrease power number for DSM

2014-11-05 Thread Li Ye-B37916
Hi Przemyslaw, On 11/4/2014 11:57 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 09/10/2014 11:08 AM, Ye.Li wrote: Set all switches APS mode in normal and PFM mode in standby. So when mx6 entering DSM mode, the power number can be decreased. There is no impact for mx6 in run mode. Changes

Re: [U-Boot] [PATCH 2/4] imx: mx6slevk: Add PMIC Pfuze support

2014-11-05 Thread Przemyslaw Marczak
Hello, On 11/05/2014 09:33 AM, Li Ye-B37916 wrote: Hi Przemyslaw, On 11/4/2014 11:56 PM, Przemyslaw Marczak wrote: Hello Ye Li, On 09/10/2014 11:08 AM, Ye.Li wrote: Initialize the Pfuze on I2C1 at board late init. The mx6slevk board has Pfuze100 or Pfuze200, print the chip type by parsing

Re: [U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-11-05 Thread Dirk Eibach
Hello Stefan, will you look after this series? I ask because there is also some mpc83xx stuff involved. Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths

2014-11-05 Thread Lukasz Majewski
Recently the ext4 file system imposed passing absolute path with its file name parameter. As a result dfu_alt_info env variable has been modified to provide absolute path when ext4 file system is accessed (e.g. /uImage ext4 0 2;). Unfortunately, lthor flashing program provides plain file name

Re: [U-Boot] [PATCH v3 0/2] Adds support for Exynos5422 odroid xu3 board

2014-11-05 Thread Lukasz Majewski
Hi Hyungwon, This is v3 of the patchset adding support Odroud XU3 board. link to the previous version: https://www.mail-archive.com/u-boot@lists.denx.de/msg152275.html This patchset fixes GPIO information of Exynos5420 which is needed to support Exynos5422 Odroid XU3 board. On the base

Re: [U-Boot] [PATCH v3 1/2] exynos5: fix GPIO information of exynos5420

2014-11-05 Thread Lukasz Majewski
Hi Hyungwon, This patch fixes wrong GPIO information such as GPIO bank, table which is used to convert GPIO name to index, bank base address, and etc. Just a minor tip: It is a good practice to add changelog (as you did in the cover letter) in the separate commits. Signed-off-by: Hyungwon

Re: [U-Boot] [PATCH v3 2/2] Odroid-XU3: Add support for Odroid-XU3

2014-11-05 Thread Lukasz Majewski
Hi Hyungwon, This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com --- Changes for v3: - Remove unnecessary node from DT file - Remove unnecessary features

Re: [U-Boot] [PATCH v1 1/2] ppc4xx: Fix i2c repeated start

2014-11-05 Thread Stefan Roese
On 29.10.2014 15:56, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach dirk.eib...@gdsys.cc Debugging some i2c trouble I saw on my scope that repeated start is not working properply. The 4xx even held clock pulled down after transfers. Having a look in the driver I realized that IIC_CNTL_RPST is

Re: [U-Boot] [PATCH v1 2/2] ppc4xx: Handle i2c stuck on combined xfer

2014-11-05 Thread Stefan Roese
On 29.10.2014 15:56, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach dirk.eib...@gdsys.cc ppc4xx i2c master gets stuck on errors while repeated start is active. Can be easily reproduced by i2c md on an unpopulated i2c address. There is not stop condition given, scl remains pulled low. The only

Re: [U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-11-05 Thread Stefan Roese
Hi Dirk, On 05.11.2014 10:45, Dirk Eibach wrote: will you look after this series? I ask because there is also some mpc83xx stuff involved. Yes, I just looked again. Not sure how we should handle this patch series. I can ack the PPC4xx and CFI flash related patches and someone else can pull

Re: [U-Boot] Query on the ci_udc driver for USB client implementation

2014-11-05 Thread Sanchayan Maity
On Tuesday 04 November 2014 09:58 PM, Lukasz Majewski wrote: Hi Sanchayan, On Tuesday 04 November 2014 10:25 AM, Marek Vasut wrote: On Monday, November 03, 2014 at 04:46:48 PM, Fabio Estevam wrote: On Mon, Nov 3, 2014 at 3:33 AM, Sanchayan Maity maitysancha...@gmail.com wrote: Hello,

Re: [U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-05 Thread Timo Ketola
On 05.11.2014 09:16, Masahiro Yamada wrote: On Tue, 4 Nov 2014 12:56:50 +0200 Timo Ketola t...@exertus.fi wrote: make distclean make yourboard_config - make $BUILD_DIR/u-boot.kwb + make $KBUILD_OUTPUT/u-boot.kwb Should be make yourboard_defconfig make u-boot.kwb Sounds logical.

Re: [U-Boot] SPL (Secondary Program Loader) on iMX6SL

2014-11-05 Thread Fabio Estevam
Hi John, On Wed, Nov 5, 2014 at 12:58 AM, John Tobias john.tobias...@gmail.com wrote: Hi All, I ported the SPL features of u-boot into iMX6 SabreSD. I was able to load the SPL image and configure the DDR correctly. Cool, could you please submit this patch adding spl support to mx6 sabresd?

[U-Boot] [PATCH v2] am335x: make get_board_rev() function weak

2014-11-05 Thread Igor Grinberg
Current get_board_rev() function returns a hard coded value which is obviously incorrect for the majority of boards. Allow boards to provide a correct implementation by making this function weak. In addition open code the trivial and useless BOARD_REV_ID define and adjust the comment.

Re: [U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-11-05 Thread Dirk Eibach
Hi Stefan, 2014-11-05 11:43 GMT+01:00 Stefan Roese s...@denx.de: ... Yes, I just looked again. Not sure how we should handle this patch series. I can ack the PPC4xx and CFI flash related patches and someone else can pull this series (Kim for mpc83xx. Or Kim ack's the 83xx patch and I'll pull

[U-Boot] [PATCH v2 01/10] sparc: Add initr function for CMD_AMBAPP command

2014-11-05 Thread Francois Retief
Add an initr function in the board_r.c file for the AMBA Plug-n-Play command. Add a Kconfig entry for the ambapp command and remove all CONFIG_CMD_AMBAPP defines from the board configuration headers. Also add a Kconfig entry to display the AMBA PnP information on startup. This option is off by

[U-Boot] [PATCH v2 0/10] sparc: Update SPARC architecture to generic board init

2014-11-05 Thread Francois Retief
The SPARC architecture has not yet been upgraded to the new generic board init codebase. This patch series is an first attempt at that. The changes has been tested on a TSIM simulator (grsim_defconfig) and a gr712rc-board. We would appreciate some help with testing. This series currently does

[U-Boot] [PATCH v2 02/10] sparc: Add function to fixup command tables

2014-11-05 Thread Francois Retief
Add a function to fixup the command tables to board_init_r.c file when the CONFIG_NEEDS_MANUAL_RELOC variable has been defined. This is used by the SPARC, AVR32, NDS32 and M68K architectures. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: - Add patch to relocate the

[U-Boot] [PATCH v2 06/10] sparc: Reworked LEON3 startup for generic board-init

2014-11-05 Thread Francois Retief
Reworked the LEON3 startup code to call board_init_f function at startup. Also implemented the relocate_code function in assembly to relocate the monitor and setup the stack pointer before calling board_init_r. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: - Add

[U-Boot] [PATCH v2 05/10] sparc: Use microseconds instead of ticks for timeout

2014-11-05 Thread Francois Retief
We now use the generic delay method which specifies the timeout as microseconds instead of ticks. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: None drivers/net/greth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/greth.c

[U-Boot] [PATCH v2 03/10] sparc: Add more LEON3 AMBA vendor/device IDs

2014-11-05 Thread Francois Retief
Add more LEON3 AMBA vendor/device ID pairs from GRLIB. The upcomming PROM work and new gr712rc board need these values. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: - Split AMBA vendor/device ID work into its own patch common/cmd_ambapp.c | 18 +-

[U-Boot] [PATCH v2 08/10] sparc: Update all LEON3 boards to generic board-init

2014-11-05 Thread Francois Retief
Add the CONFIG_SYS_GENERIC_BOARD variable to all the LEON3 boards. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: None include/configs/gr_cpci_ax2000.h | 4 +++- include/configs/gr_ep2s60.h | 4 +++- include/configs/gr_xc3s_1500.h | 4 +++-

[U-Boot] [PATCH v2 04/10] sparc: Initial work for generic board-init

2014-11-05 Thread Francois Retief
Initial work in preperation for generic board init for the SPARC architecture. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: None arch/sparc/config.mk | 3 +++ arch/sparc/cpu/leon2/cpu.c| 23 arch/sparc/cpu/leon3/cpu.c|

[U-Boot] [PATCH v2 09/10] sparc: Update GRSIM board with memory settings for TSIM

2014-11-05 Thread Francois Retief
Update the GRSIM board with the memory settings for the evaluation version of TSIM. We only have access to this version of TSIM for testing. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- Changes in v2: - Update GRSIM memory settings for evaluation version of TSIM

[U-Boot] [PATCH v2 10/10] sparc: Cleanup of LEON3 CPU initialisation code

2014-11-05 Thread Francois Retief
This changeset do some cleanup of the LEON3 CPU initialization code. We move the interrupt initialization into a separate function for beter modularity. In the memory controller initialization function, we put amount of code in the function. Thus your board only need to define the variables

Re: [U-Boot] [PATCH 0/6] kbuild, kconfig: sync with Linux 3.18-rc1

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 01:06:07PM +0900, Masahiro Yamada wrote: Hi Tom, On Tue, 4 Nov 2014 10:12:15 -0500 Tom Rini tr...@ti.com wrote: On Thu, Oct 30, 2014 at 10:50:45AM +0900, Masahiro Yamada wrote: Masahiro Yamada (5): kbuild: bug fixes and cleanups of Makefile.host

Re: [U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-11-05 Thread Stefan Roese
Hi Dirk, On 05.11.2014 13:00, Dirk Eibach wrote: Yes, I just looked again. Not sure how we should handle this patch series. I can ack the PPC4xx and CFI flash related patches and someone else can pull this series (Kim for mpc83xx. Or Kim ack's the 83xx patch and I'll pull all and push it

Re: [U-Boot] [PATCH 08/11] omap3: cm-t3517: add basic board support

2014-11-05 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 11/04/14 18:46, Tom Rini wrote: On Mon, Nov 03, 2014 at 11:32:24AM +0200, Igor Grinberg wrote: CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC. Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT,

[U-Boot] Please pull u-boot-sunxi/master into master

2014-11-05 Thread Hans de Goede
Hi Tom, Please pull u-boot-sunxi/master into master, highlights: 1) Kconfig cleanup by Ian 2) device-model support for gpio and uarts by Simon The following changes since commit 26f195c71252e98aebfffd5cfa994a4475559370: ARM: kwimage: fix v0 format (2014-11-04 15:03:07 -0500) are available

Re: [U-Boot] [PATCH 08/11] omap3: cm-t3517: add basic board support

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 02:16:35PM +0200, Igor Grinberg wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 11/04/14 18:46, Tom Rini wrote: On Mon, Nov 03, 2014 at 11:32:24AM +0200, Igor Grinberg wrote: CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC.

[U-Boot] [PATCH v2 8/11] omap3: cm-t3517: add basic board support

2014-11-05 Thread Igor Grinberg
CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC. Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT, Analog audio codec, touch screen controller, LED. Add basic support including: LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM. Signed-off-by: Igor

Re: [U-Boot] [PATCH v3 1/3] mtd, spi: add MTD layer driver

2014-11-05 Thread Heiko Schocher
Hello Jagan, Daniel, Am 04.11.2014 22:24, schrieb Daniel Schwierzeck: 2014-11-04 21:32 GMT+01:00 Jagan Tekijagannadh.t...@gmail.com: On 5 September 2014 11:08, Heiko Schocherh...@denx.de wrote: From: Daniel Schwierzeckdaniel.schwierz...@gmail.com add MTD layer driver for spi, original patch

[U-Boot] [PATCH v1 1/3] sparc: Make LEON serial drivers use readl/writel macros

2014-11-05 Thread Francois Retief
Update the LEON2/3 serial driver to make use of the readl and writel macros as well as the WATCHDOG_RESET() macro. Also, added readl/writel and friends to the asm/io.h file. Lastly, removed baudrate scaler macro variables from board config. It is now calculated in the serial driver using the

Re: [U-Boot] [PATCH V2 3/4] common: introduce board_preboot_os hook

2014-11-05 Thread Stefano Babic
Hi Nikita, On 29/10/2014 16:56, Nikita Kiryanov wrote: Introduce board specific function board_preboot_os() to allow for board specific config before we boot. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de

[U-Boot] [PATCH v1 0/3] sparc: Add support for Gaisler GR712RC-BOARD Development Kit

2014-11-05 Thread Francois Retief
This patch series add support for the Aeroflex Gaisler GR712RC-BOARD Development Kit. It builds on top of the previous SPARC architecture update series. Francois Retief (3): sparc: Make LEON serial drivers use readl/writel macros sparc: Add MDIO support to GRETH driver sparc: Add support

[U-Boot] [PATCH v1 2/3] sparc: Add MDIO support to GRETH driver

2014-11-05 Thread Francois Retief
Added MDIO support to the Aeroflex Gaisler GRETH driver. The result is that we can now use the CONFIG_CMD_MII commands to access the PHY chip. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- drivers/net/greth.c | 57 + 1 file

[U-Boot] [PATCH v1 3/3] sparc: Add support for gr712rc-board

2014-11-05 Thread Francois Retief
Add support of the Aeroflex Gaisler GR712RC-BOARD Development Kit. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- arch/sparc/Kconfig | 8 + board/gaisler/gr712rc_board/Kconfig | 9 + board/gaisler/gr712rc_board/MAINTAINERS | 6 +

Re: [U-Boot] [PATCH v3 2/3] mtd, nand: move common functions from cmd_nand.c to common place

2014-11-05 Thread Heiko Schocher
Hello Jagan, Am 04.11.2014 21:55, schrieb Jagan Teki: Hi Heiko Schocher, Nice pick - On 5 September 2014 11:08, Heiko Schocherh...@denx.de wrote: move common functions from cmd_nand.c (for calculating offset and size from cmdline paramter) to common place, so they could used from other

Re: [U-Boot] [PATCH 08/11] omap3: cm-t3517: add basic board support

2014-11-05 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/05/14 14:23, Tom Rini wrote: On Wed, Nov 05, 2014 at 02:16:35PM +0200, Igor Grinberg wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 11/04/14 18:46, Tom Rini wrote: On Mon, Nov 03, 2014 at 11:32:24AM +0200, Igor Grinberg

Re: [U-Boot] [linux-sunxi] [PATCH 1/9] sun6i: Add new p2wi controller driver

2014-11-05 Thread Hans de Goede
Hi, On 11/03/2014 04:59 PM, Chen-Yu Tsai wrote: Hi, On Mon, Nov 3, 2014 at 11:34 PM, Hans de Goede hdego...@redhat.com wrote: From: Oliver Schinagl oli...@schinagl.nl The A31 uses a new push-pull two wire interface, which features higher transfer speeds (upto 6 MHz) in theory. While the

Re: [U-Boot] [PATCH] nand: reinstate lazy bad block scanning

2014-11-05 Thread Heiko Schocher
Hello Scott, Rostislav, Am 03.11.2014 22:42, schrieb Scott Wood: On Wed, 2014-10-22 at 13:40 +0200, Rostislav Lisovy wrote: Commit ff94bc40af3481d47546595ba73c136de6af6929 (mtd, ubi, ubifs: resync with Linux-3.14) accidentally reverted part of the commit

[U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2014-11-05 Thread Roger Quadros
Push the device tree blob load address (fdtaddr) further apart than kernel load address (loadaddr) to accomodate a larger kernel image. We set fdtaddr to the same value as set in ti_armv7_common.h. With this change, I'm able to boot linux-3.18-rc1 zImage built using omap2plus_defconfig.

[U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Roger Meier
Signed-off-by: Roger Meier r.me...@siemens.com --- .travis.yml | 86 +++ 1 file changed, 86 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000..027aff2 --- /dev/null +++

[U-Boot] [PATCH] usb: ehci: fix Interrupt on Doorbell flag of USBCMD

2014-11-05 Thread Masahiro Yamada
CMD_IAAD (Interrupt on Async Advance Doorbell) is bit 6, not bit 5. While we are here, sort the flags. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/usb/host/ehci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci.h

Re: [U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 03:57:34PM +0200, Roger Quadros wrote: Push the device tree blob load address (fdtaddr) further apart than kernel load address (loadaddr) to accomodate a larger kernel image. We set fdtaddr to the same value as set in ti_armv7_common.h. With this change, I'm able to

Re: [U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-05 Thread Masahiro YAMADA
Hi Timo, 2014-11-05 17:12 GMT+09:00 Timo Ketola timo.ket...@exertus.fi: On 05.11.2014 09:16, Masahiro Yamada wrote: On Tue, 4 Nov 2014 12:56:50 +0200 Timo Ketola t...@exertus.fi wrote: make distclean make yourboard_config - make $BUILD_DIR/u-boot.kwb + make

Re: [U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2014-11-05 Thread Roger Quadros
On 11/05/2014 04:18 PM, Tom Rini wrote: On Wed, Nov 05, 2014 at 03:57:34PM +0200, Roger Quadros wrote: Push the device tree blob load address (fdtaddr) further apart than kernel load address (loadaddr) to accomodate a larger kernel image. We set fdtaddr to the same value as set in

Re: [U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-05 Thread Andrew Ruder
On Wed, Nov 05, 2014 at 07:57:27AM +0100, Heiko Schocher wrote: The problem is in generally enabling this feature in the size impact ... This should be discussed if we want this for all boards ... This change actually only triggers a few changes that affect whether or not ubi_init() returns

Re: [U-Boot] [PATCH] ot1200: fix sf detection

2014-11-05 Thread Heiko Schocher
Hello Anatolij, Am 22.10.2014 12:09, schrieb Anatolij Gustschin: Hi all, On Wed, 22 Oct 2014 11:29:51 +0200 Christian Gmeinerchristian.gmei...@gmail.com wrote: Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way to define a GPIO line, which can be used to force CS high across

Re: [U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Meier, Roger
And here is the result: https://travis-ci.org/siemens/u-boot/builds/40058028 -Original Message- From: Roger Meier [mailto:r.me...@siemens.com] Sent: Mittwoch, 5. November 2014 14:39 To: u-boot@lists.denx.de Cc: Roger Meier; Meier, Roger Subject: [PATCH] .travis.yml: build u-boot on

Re: [U-Boot] [PATCH 1/2] ubi: enable error reporting in initialization

2014-11-05 Thread Heiko Schocher
Hello Andrew, Am 05.11.2014 15:27, schrieb Andrew Ruder: On Wed, Nov 05, 2014 at 07:57:27AM +0100, Heiko Schocher wrote: The problem is in generally enabling this feature in the size impact ... This should be discussed if we want this for all boards ... This change actually only triggers a

Re: [U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 04:25:55PM +0200, Roger Quadros wrote: On 11/05/2014 04:18 PM, Tom Rini wrote: On Wed, Nov 05, 2014 at 03:57:34PM +0200, Roger Quadros wrote: Push the device tree blob load address (fdtaddr) further apart than kernel load address (loadaddr) to accomodate a larger

Re: [U-Boot] [linux-sunxi] [PATCH 4/9] sun6i: Add cpucfg register definitions

2014-11-05 Thread Hans de Goede
Hi, On 11/03/2014 05:05 PM, Chen-Yu Tsai wrote: Hi, On Mon, Nov 3, 2014 at 11:34 PM, Hans de Goede hdego...@redhat.com wrote: Not used atm, for future use (e.g. PSCI). Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/include/asm/arch-sunxi/cpu.h| 5 +++

Re: [U-Boot] [linux-sunxi] [PATCH 5/9] sun4i: Rename dram files to dram_sun4i.x

2014-11-05 Thread Hans de Goede
Hi, On 11/04/2014 05:23 AM, Julian Calaby wrote: Hi Hans, On Tue, Nov 4, 2014 at 2:34 AM, Hans de Goede hdego...@redhat.com wrote: In preparation for adding sun6i dram support. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile| 6 +-

[U-Boot] [PATCH v2 1/9] sun6i: Add new p2wi controller driver

2014-11-05 Thread Hans de Goede
From: Oliver Schinagl oli...@schinagl.nl The A31 uses a new push-pull two wire interface, which features higher transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8 bytes each time, this driver will only see very little use and thus is limited to single byte transmission only.

[U-Boot] [PATCH v2 4/9] sun6i: Add cpucfg register definitions

2014-11-05 Thread Hans de Goede
Not used atm, for future use (e.g. PSCI). Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/psci.S| 4 +- arch/arm/include/asm/arch-sunxi/cpu.h | 3 +- arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h | 67 ++ 3 files

[U-Boot] [PATCH v2 3/9] sun6i: Add clock functions needed for SPL / DRAM init

2014-11-05 Thread Hans de Goede
Add clock_init_safe and clockset_pll5 functions, as these are needed for SPL support resp. DRAM init (which is needed for SPL too). Also add some extra clock register constant defines. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/clock_sun6i.c| 77

[U-Boot] [PATCH v2 2/9] sun6i: Add basic axp221 driver

2014-11-05 Thread Hans de Goede
From: Oliver Schinagl oli...@schinagl.nl The A31 uses the AXP221 pmic for various voltages. Signed-off-by: Oliver Schinagl oli...@schinagl.nl Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/board.c| 26 +++ drivers/power/Kconfig | 47

[U-Boot] [PATCH v2 8/9] sun6i: Enable SPL

2014-11-05 Thread Hans de Goede
Enable the SPL now that we've all the necessary bits in place. Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig| 1 + configs/Colombus_defconfig | 9 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig

[U-Boot] [PATCH v2 5/9] sun4i: Rename dram files to dram_sun4i.x

2014-11-05 Thread Hans de Goede
In preparation for adding sun6i dram support. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile| 6 +- arch/arm/cpu/armv7/sunxi/dram.c | 750 --- arch/arm/cpu/armv7/sunxi/dram_sun4i.c| 750

[U-Boot] [PATCH v2 9/9] sun6i: Add Mele M9 board

2014-11-05 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig | 4 board/sunxi/MAINTAINERS | 1 + configs/Mele_M9_defconfig | 18 ++ 3 files changed, 23 insertions(+) create mode 100644 configs/Mele_M9_defconfig diff --git a/board/sunxi/Kconfig

[U-Boot] [PATCH v2 6/9] sun6i: Add dram initialization code

2014-11-05 Thread Hans de Goede
Add full support for dram initialization, using a fixed clock and autodetection of the memory organization (numbers of channels, bus-width, etc.). This is based on dram_sun6i.c and dram.h from u-boot in the Allwinner A31 SDK, extended with extra initialization sequences and the autodetect

[U-Boot] [PATCH v2 7/9] sun6i: Poke magic sram controller register to avoid cache issues

2014-11-05 Thread Hans de Goede
Without this the cache will only work in write-through mode, and as soon as it is put in write-back mode things break. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/cpu/armv7/sunxi/board.c

Re: [U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 03:10:11PM +, Meier, Roger wrote: And here is the result: https://travis-ci.org/siemens/u-boot/builds/40058028 Interesting. I just saw something else about travis-ci elsewhere. My first thought is can you update it to use buildman instead of MAKEALL? And a few

[U-Boot] [PATCH v2 0/9] sun6i: Add dram init and SPL support

2014-11-05 Thread Hans de Goede
Hi All, Here is v2 of my A31 dram init SPL support series. Changes since v1: -sun6i: Add new p2wi controller driver -Rename p2wi_set_pmu_address to p2wi_change_to_p2wi_mode -sun6i: Add basic axp221 driver -Add support for all dldo and aldo-s -Add Kconfig option to select building AXP221 and

Re: [U-Boot] Pull request: u-boot-sh/rmobile

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 06:56:47AM +0900, Nobuhiro Iwamatsu wrote: Dear Tom Rini. Please pull u-boot-sh rmobile branch. The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6: arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400) are

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

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 01:19:18PM +0100, Hans de Goede wrote: Hi Tom, Please pull u-boot-sunxi/master into master, highlights: 1) Kconfig cleanup by Ian 2) device-model support for gpio and uarts by Simon The following changes since commit 26f195c71252e98aebfffd5cfa994a4475559370:

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

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 10:27:54AM +0100, Stefan Roese wrote: Hi Tom, please pull this fix for ppc4xx: The following changes since commit 26f195c71252e98aebfffd5cfa994a4475559370: ARM: kwimage: fix v0 format (2014-11-04 15:03:07 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH v2] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Bill Pringlemeir
On 5 Nov 2014, sba...@denx.de wrote: Let's see the advantages you are listing here. Of course, if we are comparing to the way was mostly used for i.MXes, it takes advantages. Using only the DCD, most configurations must be decided at compile time. This does not allow to have a single image

Re: [U-Boot] [PATCH V2 0/4] cm-fx6 updates

2014-11-05 Thread Stefano Babic
On 29/10/2014 16:56, Nikita Kiryanov wrote: This patchset contains a bug fix for DRAM detection, support for Phison SSD, and a new preboot hook. Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Changes in V2: - Added board_preboot_os to bootm.h -

[U-Boot] CONFIG_SYS_SPI_ST_ENABLE_WP_PIN

2014-11-05 Thread Jagan Teki
Hi Heiko, Did you see any issue wrt N25Q128, why we need this SRWD? At-least - I never see any issue with N25Q128 with later/prior parts, please comment? thanks! -- Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] porting u-boot, MMU question

2014-11-05 Thread DaveKucharczyk
I'm trying to upgrade u-boot-2009.08 to u-boot-2014.07. Our board is loosely based on the Freescale mx53loco board. I used the old board file and config header files and moved them over to new u-boot directory. Then using the new api to make changes. I'm now trying to figure out how to port and

[U-Boot] [PULL] Please pull u-boot-imx

2014-11-05 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 3f97af5302ee15530411232b464d255eb2ff2ffb: ot1200: add sata support (2014-10-23 10:04:26 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up

Re: [U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Wolfgang Denk
Dear Roger Meier, In message 1415194714-13192-1-git-send-email-r.me...@siemens.com you wrote: Signed-off-by: Roger Meier r.me...@siemens.com --- .travis.yml | 86 +++ 1 file changed, 86 insertions(+) create mode 100644 .travis.yml

Re: [U-Boot] porting u-boot, MMU question

2014-11-05 Thread Stefano Babic
Hi David, On 05/11/2014 17:36, DaveKucharczyk wrote: I'm trying to upgrade u-boot-2009.08 to u-boot-2014.07. Our board is loosely based on the Freescale mx53loco board. I used the old board file and config header files and moved them over to new u-boot directory. Then using the new api to

Re: [U-Boot] buildman: using wrong libgcc.a

2014-11-05 Thread Steve Rae
On 14-11-03 01:14 PM, Simon Glass wrote: Hi, On 30 October 2014 14:57, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Steve, On 30-10-14 21:42, Steve Rae wrote: H -- maybe it would be better to specify the entire path for the CROSS_COMPILE, and not rely on the PATH to find the cross

Re: [U-Boot] [PATCH v2] imx: mx6: Add support for MX6 plugin images

2014-11-05 Thread Stefano Babic
Hi Bill, On 05/11/2014 17:06, Bill Pringlemeir wrote: This seems true that the SPL is another way to implement the 'plug-in' features as they relate to DCD. Right. I think a portion not taken care of by SPL is 2nd and subsequent image verification. Not for subsequent images, if the

Re: [U-Boot] porting u-boot, MMU question

2014-11-05 Thread DaveKucharczyk
Stefano, thank you for the very fast response. :) Stefano Babic wrote Instead of doing this, I think it will be easier if you start from the current mx53loco nad make the customization for your board. Freescale's U-Boot (2009.08) and mainline diverged, as well as some internal API. Initially

Re: [U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Daniel Schwierzeck
On 05.11.2014 14:38, Roger Meier wrote: Signed-off-by: Roger Meier r.me...@siemens.com --- .travis.yml | 86 +++ 1 file changed, 86 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file

Re: [U-Boot] [PATCH] .travis.yml: build u-boot on travis-ci

2014-11-05 Thread Meier, Roger
On Wed, Nov 05, 2014 at 03:10:11PM +, Meier, Roger wrote: And here is the result: https://travis-ci.org/siemens/u-boot/builds/40058028 Interesting. I just saw something else about travis-ci elsewhere. My first thought is can you update it to use buildman instead of MAKEALL? And a

Re: [U-Boot] [PATCH v2 1/2] mmc: Board-specific MMC power initializations

2014-11-05 Thread Paul Kocialkowski
Hi there, thanks for the review, Le mardi 04 novembre 2014 à 13:32 -0500, Tom Rini a écrit : On Tue, Nov 04, 2014 at 07:58:38PM +0200, Igor Grinberg wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 11/04/14 17:56, Tom Rini wrote: On Sat, Nov 01, 2014 at 11:35:43AM

  1   2   3   >