Re: [U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105

2015-02-13 Thread Stefan Roese
Hi Albert, please find some review comments below. On 12.02.2015 18:37, Albert ARIBAUD (3ADEV) wrote: Work_92105 from Work Microwave is an LPC3250- based board with the following features: - 64MB SDR DRAM - 1 GB SLC NAND, managed through MLC controller. - Ethernet - Ethernet + PHY SMSC8710 -

Re: [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support

2015-02-13 Thread Heiko Schocher
Hello Albert, Am 12.02.2015 18:37, schrieb Albert ARIBAUD (3ADEV): Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v2: None arch/arm/cpu/arm926ejs/lpc32xx/devices.c | 11 ++ arch/arm/include/asm/arch-lpc32xx/clk.h | 4 +

[U-Boot] [PATCH v3] powerpc/t1040qds: Add support of SD boot for T1040QDS Board

2015-02-13 Thread Vijay Rai
Add support of 2 stage SD boot loader using SPL framework. here, PBL initialise the internal SRAM and copy SPL(160KB). This further initialise DDR using SPD environment and copy u-boot(768 KB) from NAND to DDR. Finally SPL transer control to u-boot. Initialise/create followings required for SPL

Re: [U-Boot] i.MX28 u-boot SPL fail

2015-02-13 Thread Marco Cavallini
2015-02-12 16:57 GMT+01:00 Marco Hi, On a custom i.MX28 board I am using u-boot-2015.01. The debug port DUART is not the same as i.MX28, so I changed these settings in iomux.c: const iomux_cfg_t iomux_setup[] = { /* DUART */ // MX28_PAD_PWM0__DUART_RX, // MX28_PAD_PWM1__DUART_TX, /*

Re: [U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105

2015-02-13 Thread Albert ARIBAUD
Hi Stefan, Le Fri, 13 Feb 2015 10:36:52 +0100, Stefan Roese s...@denx.de a écrit : +++ b/arch/arm/cpu/arm926ejs/lpc32xx/dram.c @@ -0,0 +1,80 @@ +/* + * LPC32xx dram init + * + * (C) Copyright 2014 DENX Software Engineering GmbH + * Written-by: Albert ARIBAUD

Re: [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support

2015-02-13 Thread Albert ARIBAUD
Hi Heiko, Le Fri, 13 Feb 2015 11:48:26 +0100, Heiko Schocher h...@denx.de a écrit : Hello Albert, Am 12.02.2015 18:37, schrieb Albert ARIBAUD (3ADEV): Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v2: None arch/arm/cpu/arm926ejs/lpc32xx/devices.c

[U-Boot] u-boot sunxi fel plan for v2015.04

2015-02-13 Thread Hans de Goede
Hi Siarhei and Simon, I'm wondering what the plan is wrt sunxi FEL booting for u-boot v2015.04 I know that you both have been working on this, and I think that for v2015.04 Simon's latest set probably is the best way forward for now, we're going to need parts of that set anyways for the more

Re: [U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards

2015-02-13 Thread Minkyu Kang
On 15/01/15 11:45, Joonyoung Shim wrote: This patchset is to support eMMC reset using DT for some exynos boards e.g. Odroid X2/U3/XU3. It needs to reset eMMC memory to perform complete reboot, so we should handle nRESET_OUT line specially. nRESET_OUT line is connected to gpio and it can

Re: [U-Boot] [PATCH] EXYNOS5: Add function to enable exynos5420 usbdev phy ctrl

2015-02-13 Thread Minkyu Kang
On 21/01/15 13:51, Joonyoung Shim wrote: Exynos5420 has different registers with other exynos5 SoCs to control usb device phy, so need separated function to enable exynos5420 usb device phy. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- I used usbdev instead of usbdrd on

Re: [U-Boot] [PATCH v6 0/7] Exynos5: Fix warnings and enrich clock_get_periph_rate

2015-02-13 Thread Minkyu Kang
On 04/02/15 19:29, Akshay Saraswat wrote: This patch series does following changes - 1. Removing compiler warnings for clock_get_periph_rate. 2. Adding and enabling support for Exynos542x in clock_get_periph_rate. 3. Replacing peripheral specific function calls with

Re: [U-Boot] [PATCH] arm: exynos: fix the div value for set_mmc_clk

2015-02-13 Thread Minkyu Kang
On 08/01/15 16:50, Jaehoon Chung wrote: The most exynos used the Ratio + 1 as div value. And value at register is Ratio. So if want to set exact value, it needs to subtract one. Value at register (Ratio) = div - 1 Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com ---

Re: [U-Boot] [PATCH] odroid: fix g2d sclk rate

2015-02-13 Thread Minkyu Kang
On 23/01/15 17:30, Joonyoung Shim wrote: G2D core should be provided 200MHz clock rate. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- board/samsung/odroid/odroid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/odroid/odroid.c

Re: [U-Boot] [sunxi] [RFC/RFH] Adding mainline u-boot support for the Olimex A20-SOM-EVB

2015-02-13 Thread Hans de Goede
Hi, On 12-02-15 22:54, Karsten Merker wrote: Hello, I am working on adding support for the Olimex A20-SOM-EVB development board to mainline u-boot (and to the mainline Linux kernel, but that is a topic for a different thread). The board package actually consists of two parts, the A20-SOM-EVB

[U-Boot] please pull u-boot-samsung master

2015-02-13 Thread Minkyu Kang
Dear Tom, The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to

Re: [U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105

2015-02-13 Thread Stefan Roese
Hi Albert, On 13.02.2015 12:08, Albert ARIBAUD wrote: +++ b/board/work-microwave/work_92105/README +This board has SPL support, and uses the LPC32XX boot image format. +Once the U-Boot target work_92105 is built, the following two files +can be flashed: + + spl/lpc32xx-spl.bin at

Re: [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support

2015-02-13 Thread Heiko Schocher
Hello Albert, Am 13.02.2015 12:09, schrieb Albert ARIBAUD: Hi Heiko, Le Fri, 13 Feb 2015 11:48:26 +0100, Heiko Schocher h...@denx.de a écrit : Hello Albert, Am 12.02.2015 18:37, schrieb Albert ARIBAUD (3ADEV): Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in

[U-Boot] Please pull u-boot-dm

2015-02-13 Thread Simon Glass
Hi Tom, This is mostly the PowerPC driver model support and the conversion to Kconfig. I have a few stragglers on the Kconfig side but will look at that next week. The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable

Re: [U-Boot] please pull u-boot-samsung master

2015-02-13 Thread Simon Glass
Hi Minkyu, On 13 February 2015 at 01:31, Minkyu Kang mk7.k...@samsung.com wrote: Dear Tom, The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500) are available in the git repository

Re: [U-Boot] Unused video drivers

2015-02-13 Thread Simon Glass
Hi Nikita, On 13 February 2015 at 05:49, Nikita Kiryanov nik...@compulab.co.il wrote: Hi all, I noticed we have a lot of unused video drivers, specifically: CONFIG_EXYNOS_PWM_BL This should probably be removed or at least moved to a different place as it is not a video driver.

[U-Boot] [PATCH] mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined

2015-02-13 Thread Samuel Egli
The patch c316f577b4b72d1a1aeb559e9b3fad20808f1ffd breaks siemens boards because prefetch mode is not enabled. I assume it breaks other boards as well that don't use prefetch. This patch sets read_buf to nand_read_buf if NAND_OMAP_GPMC_PREFETCH is not defined. Signed-off-by: Samuel Egli

Re: [U-Boot] MPC8541 / MPC8555E: DDR_SDRAM_CLK_CNLT[SS_EN] handling

2015-02-13 Thread York Sun
You are right. We used to have this bit set for 8555 and 8541. I believe it was removed/dropped/lost by this commit 457caecdbca3df21a93abff19eab12dbc61b7897. York On 02/12/2015 11:35 PM, Curt Brune wrote: Hello, I am curious about the setting of the SS_EN bit in the DDR_SDRAM_CLK_CNLT

Re: [U-Boot] u-boot sunxi fel plan for v2015.04

2015-02-13 Thread Simon Glass
+Albert, Tom HI Hans, On 13 February 2015 at 01:19, Hans de Goede hdego...@redhat.com wrote: Hi Siarhei and Simon, I'm wondering what the plan is wrt sunxi FEL booting for u-boot v2015.04 I know that you both have been working on this, and I think that for v2015.04 Simon's latest set

Re: [U-Boot] [PATCH v2 4/8] lpc32xx: add GPIO support

2015-02-13 Thread Simon Glass
Hi Albert, On 12 February 2015 at 23:30, Albert ARIBAUD albert.arib...@3adev.fr wrote: Hi Simon, Le Thu, 12 Feb 2015 22:06:51 -0700, Simon Glass s...@chromium.org a écrit : Hi Albert, On 12 February 2015 at 10:37, Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr wrote: This driver only

[U-Boot] [PATCH] net/phy/realtek: Disable interrupt on Realtek Ethernet PHY drivers

2015-02-13 Thread Codrin Ciubotariu
Some Realtek Ethernet PHYs, like RTL8211D(G/N) and RTL8211E(G), have interrupts enabled by default. If the interrupt is not treated later by the OS and the PHY's interrupt line is enabled and shared with other interrupts, the system will get an interrupt storm. This patch disables the interrupt

[U-Boot] Unused video drivers

2015-02-13 Thread Nikita Kiryanov
Hi all, I noticed we have a lot of unused video drivers, specifically: CONFIG_EXYNOS_PWM_BL CONFIG_L5F31188 CONFIG_SED156X CONFIG_VIDEO_COREBOOT CONFIG_VIDEO_IMX25LCDC CONFIG_VIDEO_SED13806 CONFIG_VIDEO_SMI_LYNXEM CONFIG_AM335X_LCD Any objections to removing these drivers? -- Regards, Nikita

Re: [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

2015-02-13 Thread Robin Gong
On Thu, Feb 12, 2015 at 04:08:51PM -0800, Tim Harvey wrote: On Wed, Feb 11, 2015 at 7:47 AM, Tim Harvey thar...@gateworks.com wrote: On Wed, Feb 11, 2015 at 2:49 AM, Robin Gong b38...@freescale.com wrote: snip This is very board dependent. Here you are referring to a board that has a

Re: [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

2015-02-13 Thread Robin Gong
On Wed, Feb 11, 2015 at 07:47:57AM -0800, Tim Harvey wrote: On Wed, Feb 11, 2015 at 2:49 AM, Robin Gong b38...@freescale.com wrote: snip This is very board dependent. Here you are referring to a board that has a reset input to the PMIC's from the IMX6's watchdog output. In this case,

Re: [U-Boot] [PATCH 2/2] dm: mx6: sabre: Move driver model CONFIGs to Kconfig

2015-02-13 Thread Simon Glass
On 9 February 2015 at 13:41, Simon Glass s...@chromium.org wrote: Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass s...@chromium.org --- configs/mx6dlsabreauto_defconfig | 2 ++ configs/mx6dlsabresd_defconfig| 2 ++

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-13 Thread Vince Bridgers
Hi Marek! Comments and answers follow Hi Vince! We already do this kind of a programming in board/altera/socfpga/socfpga.c in board_phy_config(), don't we ? Yes, good point. This patch series is a first in some upcoming patches to make this better. The Linux implementation uses

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-13 Thread Vince Bridgers
No. But with your comments above (which make total sense), I tend to NAK this ability to configure the PHY skew timings via environment variables. Understood, I'll focus on the devicetree implementation and a README to help non-expert users use the MII command for board bringup debug

Re: [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

2015-02-13 Thread Przemyslaw Marczak
Hello Tom, On 02/12/2015 04:37 PM, Tom Rini wrote: On Sun, Feb 01, 2015 at 03:38:42AM +0100, Albert ARIBAUD wrote: Hello Przemyslaw, On Wed, 28 Jan 2015 13:55:42 +0100, Przemyslaw Marczak p.marc...@samsung.com wrote: For ARM architecture, enable the CONFIG_USE_ARCH_MEMSET/MEMCPY, will highly

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-13 Thread Stefan Roese
Hi Vince, On 13.02.2015 17:19, Vince Bridgers wrote: No. But with your comments above (which make total sense), I tend to NAK this ability to configure the PHY skew timings via environment variables. Understood, I'll focus on the devicetree implementation and a README to help

Re: [U-Boot] [PATCH 1/2] dm: stv0991: Move driver model CONFIGs to Kconfig

2015-02-13 Thread Simon Glass
On 9 February 2015 at 13:41, Simon Glass s...@chromium.org wrote: Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass s...@chromium.org --- configs/stv0991_defconfig | 2 ++ include/configs/stv0991.h | 10 -- 2 files

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-13 Thread Vince Bridgers
Hi Joe! ... +1 from me as well. ... Joe, whats your opinion on this? ... Do we really think this is a strong use-case? This seem like the type of thing I would expect to tweak for testing through mii / mdio commands and then configure the device tree based on that. This is pretty much

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Przemyslaw Marczak
Hello, On 02/12/2015 05:07 PM, Tom Rini wrote: On Thu, Feb 05, 2015 at 10:51:00AM +0100, Lukasz Majewski wrote: Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-13 Thread Vince Bridgers
Hi Stefan Setting the skews in DT would indeed be preferable in my opinion. +1 from me. Agreed. I'll focus on a devicetree based implementation, and editing phy values during board debug and bringup can be addressed with debug/development notes. I'd be willing to publish these somewhere

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Przemyslaw Marczak
Hello Simon, On 02/02/2015 07:15 PM, Simon Glass wrote: Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb for the DFU now, to be able write 32MB

[U-Boot] [PATCH] lsxl: add a README file

2015-02-13 Thread Michael Walle
The README describes the recovery method which can be used if the NAS box is not reachable anymore. Addionally, it describes the different boot scripts. Signed-off-by: Michael Walle mich...@walle.cc --- board/buffalo/lsxl/README | 139 ++ 1 file

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: relocation before enable secondary cores

2015-02-13 Thread Tom Rini
On Fri, Feb 13, 2015 at 09:37:23AM +0800, Peng Fan wrote: Hi, Albert and Tom On 2/4/2015 7:02 PM, Marc Zyngier wrote: On 04/02/15 10:15, Peng Fan wrote: If CONFIG_ARMV7_PSCI is not defined and CONFIG_ARMV7_SECURE_BASE is defined, smp_kicl_all_cpus may enable secondary cores and runs into

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Tom Rini
On Fri, Feb 13, 2015 at 04:48:15PM +0100, Przemyslaw Marczak wrote: Hello, On 02/12/2015 05:07 PM, Tom Rini wrote: On Thu, Feb 05, 2015 at 10:51:00AM +0100, Lukasz Majewski wrote: Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear

[U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize

2015-02-13 Thread Dileep Katta
OUT transactions must be aligned to wMaxPacketSize for each transfer, or else transfer will not complete successfully. This patch modifies rx_bytes_expected to return a transfer length that is aligned to wMaxPacketSize. Note that the value of wMaxPacketSize and ep-maxpacket may not be the same

Re: [U-Boot] i.MX28 u-boot SPL fail

2015-02-13 Thread Fabio Estevam
On Fri, Feb 13, 2015 at 8:16 AM, Marco Cavallini cavallini.k...@gmail.com wrote: I have already studied this useful document http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/2013-u-boot-mxs-without-fsl-tools.pdf I do not need any encryption. I did exactly the same as explained here

Re: [U-Boot] Unused video drivers

2015-02-13 Thread Andy Pont
Hi Nikita, CONFIG_EXYNOS_PWM_BL CONFIG_L5F31188 CONFIG_SED156X CONFIG_VIDEO_COREBOOT CONFIG_VIDEO_IMX25LCDC CONFIG_VIDEO_SED13806 CONFIG_VIDEO_SMI_LYNXEM CONFIG_AM335X_LCD I believe that Hannes Petermaier recently posted some board updates that use the CONFIG_AM335X_LCD option and I

Re: [U-Boot] [PATCH v1 1/1] usb: gadget: fastboot: Add fastboot erase

2015-02-13 Thread Steve Rae
On 15-02-12 12:29 AM, Dileep Katta wrote: Hi Steve, On 11 February 2015 at 05:25, Steve Rae s...@broadcom.com wrote: Hi, Dileep On 15-02-10 12:49 AM, Dileep Katta wrote: Adds the fastboot erase functionality, to erase a partition specified by name. The erase is performed based on erase

Re: [U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize

2015-02-13 Thread Steve Rae
On 15-02-13 09:59 AM, Dileep Katta wrote: OUT transactions must be aligned to wMaxPacketSize for each transfer, or else transfer will not complete successfully. This patch modifies rx_bytes_expected to return a transfer length that is aligned to wMaxPacketSize. Note that the value of

Re: [U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize

2015-02-13 Thread Stegmaier, Angela
Hi Dileep, -Original Message- From: Dileep Katta [mailto:dileep.ka...@linaro.org] Sent: Friday, February 13, 2015 11:59 AM To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; Stegmaier, Angela Cc: Dileep

[U-Boot] [PATCH 1/3] dm: cros_ec: Convert to Kconfig

2015-02-13 Thread Simon Glass
Since both I2C and SPI are converted to Kconfig, we can convert cros_ec to Kconfig for these buses. LPC will need to wait until driver mode PCI is available. Signed-off-by: Simon Glass s...@chromium.org --- configs/peach-pi_defconfig | 4 configs/peach-pit_defconfig | 4

[U-Boot] [PATCH 3/3] dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMAL

2015-02-13 Thread Simon Glass
Use Kconfig instead of board config for DM and DM_THERMAL. Signed-off-by: Simon Glass s...@chromium.org --- configs/mx6sxsabresd_defconfig | 2 ++ configs/mx6sxsabresd_spl_defconfig | 2 ++ include/configs/mx6sxsabresd.h | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff

Re: [U-Boot] [PATCH v1 3/3] usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget

2015-02-13 Thread Steve Rae
On 15-02-12 10:33 PM, Dileep Katta wrote: Configure the serial number using the serial# environment variable during the fastboot bind. This enables fastboot devices to return the serial number for the attached devices. Signed-off-by: Dileep Katta dileep.ka...@linaro.org ---

Re: [U-Boot] [PATCH v1 2/3] fastboot: Correct fastboot_fail and fastboot_okay strings

2015-02-13 Thread Steve Rae
On 15-02-12 10:33 PM, Dileep Katta wrote: If the string is copied without NULL termination using strncpy(), then strncat() on the next line, may concatenate the string after some stale (or random) data, if the response string was not zero-initialized. Signed-off-by: Dileep Katta

[U-Boot] [PATCH 2/3] dm: Move CONFIG_I2C_COMPAT to Kconfig

2015-02-13 Thread Simon Glass
Make this option available in Kconfig and clean up the board that uses it. Note there is also an entry in exynos5-common.h but this affects multiple boards and should be dropped as part of the Samsung I2C migration to driver model. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] u-boot sunxi fel plan for v2015.04

2015-02-13 Thread Siarhei Siamashka
On Fri, 13 Feb 2015 07:17:20 -0700 Simon Glass s...@chromium.org wrote: +Albert, Tom HI Hans, On 13 February 2015 at 01:19, Hans de Goede hdego...@redhat.com wrote: Hi Siarhei and Simon, I'm wondering what the plan is wrt sunxi FEL booting for u-boot v2015.04 I know that you both

Re: [U-Boot] [PATCH 1/1] MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register

2015-02-13 Thread York Sun
On 02/13/2015 12:57 PM, Curt Brune wrote: According to the MPC8555/MPC8541 reference manual the SS_EN (source synchronous enable) bit in the DDR_SDRAM_CLK_CNLT register must be set during initialization. From section 9.4.1.8 of that manual: Source synchronous enable. This bit field

Re: [U-Boot] Unused video drivers

2015-02-13 Thread Benoît Thébaudeau
Dear Nikita Kiryanov, Fabio, all, On Fri, Feb 13, 2015 at 1:49 PM, Nikita Kiryanov nik...@compulab.co.il wrote: I noticed we have a lot of unused video drivers, specifically: CONFIG_EXYNOS_PWM_BL CONFIG_L5F31188 CONFIG_SED156X CONFIG_VIDEO_COREBOOT CONFIG_VIDEO_IMX25LCDC Fabio, do you

[U-Boot] [PATCH 1/1] MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register

2015-02-13 Thread Curt Brune
According to the MPC8555/MPC8541 reference manual the SS_EN (source synchronous enable) bit in the DDR_SDRAM_CLK_CNLT register must be set during initialization. From section 9.4.1.8 of that manual: Source synchronous enable. This bit field must be set during initialization. See Section

Re: [U-Boot] [PATCH v3] imx6: Added DEK blob generator command

2015-02-13 Thread Simon Glass
Hi, On 12 February 2015 at 08:59, ulises.carde...@freescale.com wrote: From: Raul Cardenas ulises.carde...@freescale.com Some comments from me since I was copied. Just code style. Freescale's SEC block has built-in Data Encryption Key(DEK) Blob Protocol which provides a method for

Re: [U-Boot] Unused video drivers

2015-02-13 Thread Fabio Estevam
Hi Benoît, On Fri, Feb 13, 2015 at 6:36 PM, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Dear Nikita Kiryanov, Fabio, all, On Fri, Feb 13, 2015 at 1:49 PM, Nikita Kiryanov nik...@compulab.co.il wrote: I noticed we have a lot of unused video drivers, specifically:

[U-Boot] [U-boot][PATCH] serial: sh: fix internal clock source on SCIF

2015-02-13 Thread Vladimir Barinov
The formula to calculate SCIF BRR for R-Car H2/M2/E2 SoCs is as follows: BRR = pclk / (64 * 2^(2n-1) * baudrate) - 1, the prescaler is 0 due to SCSMR settings, hence n=0 Also SCSCR must be set to use internal or external clock source. Signed-off-by: Vladimir Barinov

[U-Boot] [U-boot][PATCH] arm: rmobile: Add Porter board support

2015-02-13 Thread Vladimir Barinov
Porter is an entry level development board based on R-Car M2 SoC (R8A7791) This commit supports the following peripherals: - SCIF, I2C, Ethernet, QSPI, SD, USB Host Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- arch/arm/cpu/armv7/rmobile/Kconfig |6 +-

Re: [U-Boot] u-boot sunxi fel plan for v2015.04

2015-02-13 Thread Tom Rini
On Fri, Feb 13, 2015 at 09:19:08AM +0100, Hans de Goede wrote: Hi Siarhei and Simon, I'm wondering what the plan is wrt sunxi FEL booting for u-boot v2015.04 I know that you both have been working on this, and I think that for v2015.04 Simon's latest set probably is the best way forward for

Re: [U-Boot] [RFC PATCH v2 5/8] net: Add basic driver model support to Ethernet stack

2015-02-13 Thread Joe Hershberger
Hi Simon, On Thu, Feb 12, 2015 at 11:20 PM, Simon Glass s...@chromium.org wrote: Hi Joe, On 10 February 2015 at 23:25, Joe Hershberger joe.hershber...@gmail.com wrote: On Fri, Feb 6, 2015 at 7:25 PM, Simon Glass s...@chromium.org wrote: Hi Joe, On 2 February 2015 at 17:38, Joe

Re: [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe

2015-02-13 Thread Joe Hershberger
On Thu, Feb 12, 2015 at 11:14 PM, Simon Glass s...@chromium.org wrote: Hi Joe, On 10 February 2015 at 23:08, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Tue, Feb 10, 2015 at 10:39 PM, Simon Glass s...@chromium.org wrote: Hi Joe, On 10 February 2015 at 18:30, Joe