Re: [U-Boot] [U-Boot,PATCHv3,1/5] am43xx: Add qspi support

2014-01-06 Thread Sourav Poddar
On Monday 06 January 2014 01:06 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at 12:10 PM, Sourav Poddarsourav.pod...@ti.com wrote: Hi Jagan, On Saturday 21 December 2013 12:50 PM, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu

Re: [U-Boot] [PATCH v6 11/12] sf: Divide flash register ops from QEB code

2014-01-06 Thread Sourav Poddar
On Monday 06 January 2014 01:10 PM, Jagan Teki wrote: On Mon, Jan 6, 2014 at 12:39 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: QEB code comprises of couple of flash register read/write operations, this patch moved

Re: [U-Boot] [PULL-Update] : Please pull u-boot-imx

2014-01-06 Thread Albert ARIBAUD
Hi Stefano, On Fri, 03 Jan 2014 15:51:14 +0100, Stefano Babic sba...@denx.de wrote: On 02/01/2014 17:25, Stefano Babic wrote: Hi Albert, my first pull-request in 2014 ! Please pull from u-boot-imx, thanks ! Albert, I forget to merge some further patches. This is my updated PULL

Re: [U-Boot] [PATCH v3 05/12] common: lcd.c: fix data abort exception when try to access bmp header

2014-01-06 Thread Anatolij Gustschin
On Fri, 03 Jan 2014 17:43:06 +0100 Przemyslaw Marczak p.marc...@samsung.com wrote: Changes: - le16_to_cpu() to get_unaligned_le16() - le32_to_cpu() to get_unaligned_le32() when access fields in struct bmp header. This changes avoids data abort exception caused by unaligned data access.

[U-Boot] How to make Loading and Decompression parallel in u-boot

2014-01-06 Thread Ramappa
Hi, I'm having latest u-boot. I'm using DMA support to transfer images from NAND to RAM. So now I want to make Loading and decompression parallel. How to do this. Kindly give some suggestions on this. Thanks Ramappa -- View this message in context:

Re: [U-Boot] [PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot

2014-01-06 Thread Gupta, Pekon
Hello Enric, Nikita, and other OMAP3 users, As there were parallel set of patches running between u-boot and kernel. hence, some patch-sets caused regression for OMAP3x platforms when booting using u-boot specifically for ecc-schemes (like BCH4_SW). Hence this patch series fixes those

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

2014-01-06 Thread Albert ARIBAUD
Hi Minkyu, On Fri, 03 Jan 2014 14:30:17 +0900, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 2931fa4db349c97f882ffda42e901208654b5ca9: ARM: AM43xx: Add Maintainer (2013-12-18 21:14:45 -0500) are available in the git repository at:

[U-Boot] [PATCH 1/8] arm: exynos5420: Fix base address for USBPHY

2014-01-06 Thread Vivek Gautam
'USBPHY' which denotes USB 2.0 PHY is available on exynos5420 Add it's base address rather than making it 'DEVICE_NOT_AVAILABLE' Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 0/8] Exynos5420: Add support for XHCI controller

2014-01-06 Thread Vivek Gautam
This patch series is based on u-boot-samsung 'master' branch. The series is tested for both XHCI controller ports as well as EHCI controller ports present on smdk5420 and smdk5250. The series inclues few cleanup patches (cpu address fix, device tree cleanup), plus multiple controller support for

[U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-06 Thread Vivek Gautam
Update USB_MAX_CONTROLLER_COUNT to be '2' to enable support for both usb 3.0 controllers on exynos5420. NOTE: To use EHCI on exynos5420, this change will need to be reverted, since there's only one EHCI controller available on exynos5420. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com ---

[U-Boot] [PATCH 3/8] dts: exynos5250: Remove explicit device node of 'xhci'

2014-01-06 Thread Vivek Gautam
Device node for 'xhci' already exists in 'exynos5' dtsi file, so we don't need an explicit mention about it again in 'exynos5250' dtsi file. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/dts/exynos5250.dtsi | 14 -- 1 file changed, 14 deletions(-) diff --git

[U-Boot] [PATCH 6/8] dts: exynos5420: Move device node for xhci 2nd controller

2014-01-06 Thread Vivek Gautam
XHCI's 2nd controller is present on all Exynos5420 machines, so moving the corresponding node from board dts to SoC dts for exynos5420. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/dts/exynos5420.dtsi | 12

[U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Vivek Gautam
On smdk5420 two availbale XHCI controllers require VBUS GPIO to be configured, the EHCI however doesn't have any such VBUS GPIO. So correcting the available board_usb_vbus_init() function to the needs. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- board/samsung/smdk5420/smdk5420.c |

[U-Boot] [PATCH 4/8] config: exynos5: Enable XHCI on all Exynos5 systems

2014-01-06 Thread Vivek Gautam
XHCI host controller is present on Exynos5250 as well as Exynos5420, so enabling the correseponding config for all Exynos5 systems. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- include/configs/exynos5-dt.h|7 +++ include/configs/exynos5250-dt.h |7 --- 2 files

[U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-06 Thread Vivek Gautam
Add required support to use multiple USB 3.0 controllers available on exynos5420 SoC. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/cpu/armv7/exynos/power.c| 18 -- arch/arm/include/asm/arch-exynos/cpu.h | 10 arch/arm/include/asm/arch-exynos/power.h |

[U-Boot] [PATCH 2/8] arm: exynos5420: Add base addresses for USB 3.0

2014-01-06 Thread Vivek Gautam
Adding missing base addresses for XHCI and USB3-PHY, to enable support for XHCI on exynos5420 systems. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/include/asm/arch-exynos/cpu.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH v6 08/12] sf: Discover read dummy_cycles

2014-01-06 Thread Jagan Teki
Hi Sourav, On Mon, Jan 6, 2014 at 12:34 PM, Sourav Poddar sourav.pod...@ti.com wrote: On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: Discovered the read dummy_cycles based on the configured read command. Signed-off-by: Jagannadha Sutradharudu

[U-Boot] [PATCH] t2080qds/ddr: update ddr parameters

2014-01-06 Thread Shengzhou Liu
- Optimize UDIMM parameters for whole range from 1500MT/s to 2140MT/s. - Remove unused patameters: 'cpo', 'wrdata delay', '2T', which are unrelated to DDR3/3L. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- board/freescale/t2080qds/ddr.c | 12 ++--

Re: [U-Boot] [PATCH v6 08/12] sf: Discover read dummy_cycles

2014-01-06 Thread Sourav Poddar
On Monday 06 January 2014 03:48 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at 12:34 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote: Discovered the read dummy_cycles based on the configured read command.

Re: [U-Boot] [PATCH v6 08/12] sf: Discover read dummy_cycles

2014-01-06 Thread Jagan Teki
On Mon, Jan 6, 2014 at 3:51 PM, Sourav Poddar sourav.pod...@ti.com wrote: On Monday 06 January 2014 03:48 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at 12:34 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Saturday 04 January 2014 08:34 PM, Jagannadha Sutradharudu Teki wrote:

Re: [U-Boot] [PATCH v6 08/12] sf: Discover read dummy_cycles

2014-01-06 Thread Sourav Poddar
On Monday 06 January 2014 04:00 PM, Jagan Teki wrote: On Mon, Jan 6, 2014 at 3:51 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Monday 06 January 2014 03:48 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at 12:34 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Saturday 04 January

Re: [U-Boot] [PATCH v6 08/12] sf: Discover read dummy_cycles

2014-01-06 Thread Jagan Teki
On Mon, Jan 6, 2014 at 4:05 PM, Sourav Poddar sourav.pod...@ti.com wrote: On Monday 06 January 2014 04:00 PM, Jagan Teki wrote: On Mon, Jan 6, 2014 at 3:51 PM, Sourav Poddarsourav.pod...@ti.com wrote: On Monday 06 January 2014 03:48 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jan 6, 2014 at

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Propagate stack pointer to hyp mode

2014-01-06 Thread Marc Zyngier
Hi Ian, On Sun, Dec 29 2013 at 07:07:56 PM, Ian Campbell i...@hellion.org.uk wrote: Some users of the u-boot API (specifically grub) use the initial SP as a hint regarding where to look for the u-boot API signature. That looks really fragile... Signed-off-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH v4 3/3] wandboard: Set default environment to use zImage

2014-01-06 Thread Otavio Salvador
Hello Wolfgang, On Fri, Jan 3, 2014 at 8:43 PM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1388771903-8730-3-git-send-email-ota...@ossystems.com.br you wrote: ... There is no reason to continue using uImage for

Re: [U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-06 Thread Minkyu Kang
On 04/01/14 02:21, Przemyslaw Marczak wrote: Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/trats2.h include/configs/trats2.h | 26

Re: [U-Boot] [PATCH v3 01/12] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-06 Thread Minkyu Kang
On 04/01/14 01:43, Przemyslaw Marczak wrote: Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x00ff - pin number 0x0000 - bank offset 0xff00 - part number Signed-off-by:

Re: [U-Boot] [PATCH v3 09/12] samsung: misc: Add LCD download menu.

2014-01-06 Thread Minkyu Kang
On 04/01/14 01:43, Przemyslaw Marczak wrote: This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up - download menu - power key + volume down - thor mode

Re: [U-Boot] [PATCH] ARM: HYP/non-sec: Propagate stack pointer to hyp mode

2014-01-06 Thread Ian Campbell
On Mon, 2014-01-06 at 10:47 +, Marc Zyngier wrote: Hi Ian, On Sun, Dec 29 2013 at 07:07:56 PM, Ian Campbell i...@hellion.org.uk wrote: Some users of the u-boot API (specifically grub) use the initial SP as a hint regarding where to look for the u-boot API signature. That looks

[U-Boot] [PATCH V4 3/6] FDT: Exynos5420: Add compatible srings for PMIC

2014-01-06 Thread Leela Krishna Amudala
Add required compatible strings for PMIC S2MPS11 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index

[U-Boot] [PATCH V4 0/6] SMDK5420: Add S2MPS11 pmic support to SMDK5420

2014-01-06 Thread Leela Krishna Amudala
This patchset adds support for S2MPS11 pmic on SMDK5420 Changes since V3: - Removed pmic_deselect() function and made one common function for i2c bus selection. - Made some cosmetic changes suggested by Minkyu Kang mk7.k...@samsung.com Changes since V2: -

[U-Boot] [PATCH V4 1/6] exynos: Use common pmic_reg_update() definition

2014-01-06 Thread Leela Krishna Amudala
This function is used by different Exynos platforms, put it in the common file. Signed-off-by: Vadim Bendebury vben...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Doug Anderson diand...@google.com Reviewed-by: Lukasz Majewski l.majew...@samsung.com

[U-Boot] [PATCH V4 2/6] power: Explicitly select pmic device's bus

2014-01-06 Thread Leela Krishna Amudala
The current pmic i2c code assumes the current i2c bus is the same as the pmic device's bus. There is nothing ensuring that to be true. Therefore, select the proper bus before performing a transaction. Signed-off-by: Aaron Durbin adur...@chromium.org Signed-off-by: Simon Glass s...@chromium.org

[U-Boot] [PATCH V4 6/6] config: SMDK5420: Enable S2MPS11 pmic

2014-01-06 Thread Leela Krishna Amudala
configure S2MPS11 pmic on SMDK5420 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/configs/smdk5420.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index

[U-Boot] [PATCH V4 4/6] SMDK5420: S2MPS11: Adds the register settings for S2MPS11

2014-01-06 Thread Leela Krishna Amudala
Adds the register settings, addresses and voltages associated with S2MPS11 Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Vadim Bendebury vben...@google.com Reviewed-by: Lukasz Majewski l.majew...@samsung.com Acked-by:

[U-Boot] [PATCH V4 5/6] exynos: Add a common DT based PMIC driver initialization

2014-01-06 Thread Leela Krishna Amudala
Most of i2c PMIC drivers follow the same initialization sequence, let's generalize it in a common file. The initialization function finds the PMIC in the device tree, and if found - registers it in the list of known PMICs and initializes it, iterating through the table of settings supplied by the

[U-Boot] uboot post for arm

2014-01-06 Thread shobin
Hi all, Any one please tell me how to enable post for arm in uboot?i am using uboot-toradex for colibri t20 module.(My goal is to check the hardware peripherals is ok/not at boot itme).Please tell me a solution. -- View this message in context:

Re: [U-Boot] [PATCH v1 0/2] mtd: nand: omap: booting from NAND using u-boot

2014-01-06 Thread Stefan Roese
Hi Pekon, On 06.01.2014 08:40, Gupta, Pekon wrote: Hello Enric, Nikita, and other OMAP3 users, As there were parallel set of patches running between u-boot and kernel. hence, some patch-sets caused regression for OMAP3x platforms when booting using u-boot specifically for ecc-schemes (like

Re: [U-Boot] uboot post for arm

2014-01-06 Thread Michael Trimarchi
Hi On Mon, Jan 6, 2014 at 12:09 PM, shobin sho...@live.com wrote: Hi all, Any one please tell me how to enable post for arm in uboot?i am using uboot-toradex for colibri t20 module.(My goal is to check the hardware peripherals is ok/not at boot itme).Please tell me a solution. Is this

[U-Boot] Pull request for u-boot-marvell.git

2014-01-06 Thread Prafulla Wadaskar
Hi Albert, Please pull The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c: Albert ARIBAUD (1): Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' are available in the git repository at: u-boot-marvell.git master branch. Holger Brunck (1):

Re: [U-Boot] [PATCH v2 1/3] mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()

2014-01-06 Thread Fabio Estevam
Hi Stefano, On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Provide an argument to enable_fec_anatop_clock() to specify the clock frequency that will be generated. No changes are made to mx6slevk, which uses the

[U-Boot] [PATCH 2/2] mx6slevk: Include mx6_common.h

2014-01-06 Thread Fabio Estevam
Include mx6_common.h so that some ARM errata are applied and also the vddsoc regulator can be changed. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx6slevk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6slevk.h

[U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core

2014-01-06 Thread Fabio Estevam
According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core variants, so restrict its usage for quad and dual-lite only. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx6_common.h |

Re: [U-Boot] linkstation_HGLAN and MPC824x support

2014-01-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/02/2014 07:39 PM, Wolfgang Denk wrote: Dear York, In message 52c5fea1.7040...@freescale.com you wrote: Are you going to remove this platform, or waiting for someone to submit a patch to do so? Does removing this platform mean totally

[U-Boot] [PATCH v5 3/3] wandboard: Set default environment to use zImage

2014-01-06 Thread Otavio Salvador
From: John Weber rjohnwe...@gmail.com Change the default environment to use zImage instead of uImage, this requires changes to the default environment to load a file named zImage instead of uImage, and to use the 'bootz' command instead of 'bootm' when booting the kernel. The zImage works for

[U-Boot] [PATCH v5 1/3] mx6sabresd: Add eMMC specific environment to allow U-Boot update

2014-01-06 Thread Otavio Salvador
A new 'update_emmc_firmware' target is added to allow for easy U-Boot update in the eMMC as it has secury boot partition and this needs specific handling on how to program the specific partition. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v5: None Changes in v4: - Fix

[U-Boot] [PATCH v5 2/3] wandboard: add Future Eletronics 7 WVGA LCD extension board

2014-01-06 Thread Otavio Salvador
This adds support for the 7 WVGA produced by Future Eletronics and make it dynamically detect if it is connected or not based on the touchscreen controller. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v5: None Changes in v4: None Changes in v3: - rebased on imx/master

Re: [U-Boot] linkstation_HGLAN and MPC824x support

2014-01-06 Thread York Sun
On 01/06/2014 06:14 AM, Tom Rini wrote: On 01/02/2014 07:39 PM, Wolfgang Denk wrote: Dear York, In message 52c5fea1.7040...@freescale.com you wrote: Are you going to remove this platform, or waiting for someone to submit a patch to do so? Does removing this platform mean totally remove

Re: [U-Boot] linkstation_HGLAN and MPC824x support

2014-01-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/2014 11:26 AM, York Sun wrote: On 01/06/2014 06:14 AM, Tom Rini wrote: On 01/02/2014 07:39 PM, Wolfgang Denk wrote: Dear York, In message 52c5fea1.7040...@freescale.com you wrote: Are you going to remove this platform, or waiting for

Re: [U-Boot] [PATCH] t2080qds/ddr: update ddr parameters

2014-01-06 Thread York Sun
On 01/06/2014 01:26 AM, Shengzhou Liu wrote: - Optimize UDIMM parameters for whole range from 1500MT/s to 2140MT/s. - Remove unused patameters: 'cpo', 'wrdata delay', '2T', which are unrelated to DDR3/3L. Signed-off-by: Shengzhou Liu shengzhou@freescale.com ---

Re: [U-Boot] [PATCH 1/8] arm: exynos5420: Fix base address for USBPHY

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:36 AM, Vivek Gautam wrote: 'USBPHY' which denotes USB 2.0 PHY is available on exynos5420 Add it's base address rather than making it 'DEVICE_NOT_AVAILABLE' Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Reviewed-by: Marek Vasut ma...@denx.de Best

Re: [U-Boot] [PATCH v2 1/2] usb: ehci: exynos: set/reset hsic phys

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 07:20:20 AM, Inderpal Singh wrote: On 4 January 2014 12:46, Marek Vasut ma...@denx.de wrote: On Friday, January 03, 2014 at 06:03:47 AM, Inderpal Singh wrote: Hi Marek, Thanks for the review. On 3 January 2014 06:24, Marek Vasut ma...@denx.de

Re: [U-Boot] [PATCH 8/8] config: smdk5420: Enable support for multiple XHCI controllers

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrote: Update USB_MAX_CONTROLLER_COUNT to be '2' to enable support for both usb 3.0 controllers on exynos5420. NOTE: To use EHCI on exynos5420, this change will need to be reverted, since there's only one EHCI controller available on

Re: [U-Boot] [PATCH 2/8] arm: exynos5420: Add base addresses for USB 3.0

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:37 AM, Vivek Gautam wrote: Adding missing base addresses for XHCI and USB3-PHY, to enable support for XHCI on exynos5420 systems. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Reviewed-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: On smdk5420 two availbale XHCI controllers require VBUS GPIO to be configured, the EHCI however doesn't have any such VBUS GPIO. So correcting the available board_usb_vbus_init() function to the needs. Signed-off-by: Vivek

Re: [U-Boot] [PATCH 6/8] dts: exynos5420: Move device node for xhci 2nd controller

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:41 AM, Vivek Gautam wrote: XHCI's 2nd controller is present on all Exynos5420 machines, so moving the corresponding node from board dts to SoC dts for exynos5420. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Reviewed-by: Marek Vasut ma...@denx.de

Re: [U-Boot] [PATCH v2 2/2] usb: exynos5: arndale: Add network support

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 07:22:11 AM, Inderpal Singh wrote: On 4 January 2014 12:49, Marek Vasut ma...@denx.de wrote: On Friday, January 03, 2014 at 06:14:38 AM, Inderpal Singh wrote: Hi Marek, Thanks for review. On 3 January 2014 06:26, Marek Vasut ma...@denx.de wrote:

Re: [U-Boot] [PATCH 3/8] dts: exynos5250: Remove explicit device node of 'xhci'

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:38 AM, Vivek Gautam wrote: Device node for 'xhci' already exists in 'exynos5' dtsi file, so we don't need an explicit mention about it again in 'exynos5250' dtsi file. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Reviewed-by: Marek Vasut

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:40 AM, Vivek Gautam wrote: Add required support to use multiple USB 3.0 controllers available on exynos5420 SoC. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/cpu/armv7/exynos/power.c| 18 --

Re: [U-Boot] [PATCH 4/8] config: exynos5: Enable XHCI on all Exynos5 systems

2014-01-06 Thread Marek Vasut
On Monday, January 06, 2014 at 10:29:39 AM, Vivek Gautam wrote: XHCI host controller is present on Exynos5250 as well as Exynos5420, so enabling the correseponding config for all Exynos5 systems. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Reviewed-by: Marek Vasut ma...@denx.de

Re: [U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2014-01-06 Thread Tom Rini
On Mon, Dec 23, 2013 at 12:11:25PM +0100, Enric Balletbo Serra wrote: 2013/12/6 Enric Balletbo i Serra eballe...@gmail.com: Hi all, Most of the boards based on TI processors uses common configuration files (ti_armv7_common.h, ti_processor_common.h) to avoid duplication of code. This is

Re: [U-Boot] Pull request: u-boot-spi/master-xlnx

2014-01-06 Thread Jagan Teki
Hi Tom/Albert, On Sat, Jan 4, 2014 at 8:23 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: Hi Tom, Sending this PR for more zynq board support - waited since long time. -- Thanks, Jagan. The following changes since commit

[U-Boot] [U-BOOT PATCH v7 08/12] sf: Discover read dummy_byte

2014-01-06 Thread Jagannadha Sutradharudu Teki
Discovered the read dummy_byte based on the configured read command. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- Changes for v7: - Use the name dummy_byte instead of dummy_cycles drivers/mtd/spi/sf_internal.h | 2 ++ drivers/mtd/spi/sf_ops.c | 10 ++

[U-Boot] [PATCH v3 1/4] sf: ops: Unify read_ops bank configuration

2014-01-06 Thread Jagannadha Sutradharudu Teki
Unified the bar code from read_ops into a spi_flash_bar() Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- drivers/mtd/spi/sf_ops.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/mtd/spi/sf_ops.c b/drivers/mtd/spi/sf_ops.c index

[U-Boot] [PATCH v3 2/4] sf: Add dual memories support - DUAL_STACKED

2014-01-06 Thread Jagannadha Sutradharudu Teki
This patch added support for accessing dual memories in stacked connection with single chipselect line from controller. For more info - see doc/SPI/README.dual-flash Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- doc/SPI/README.dual-flash | 65

[U-Boot] [PATCH v3 0/4] sf: Add support to access dual flash memory

2014-01-06 Thread Jagannadha Sutradharudu Teki
This patchset adds support for dual flash memory accessing with single chipselect line from the controller. dual flash memory support is implemented in xilinx zynq qspi controllers in which dual stacked and dual parallel are the connection modes. -- Thanks, Jagan. Changes for v3: -

[U-Boot] [PATCH v3 3/4] sf: Add dual memories support - DUAL_PARALLEL

2014-01-06 Thread Jagannadha Sutradharudu Teki
This patch added support for accessing dual memories in parallel connection with single chipselect line from controller. For more info - see doc/SPI/README.dual-flash Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- doc/SPI/README.dual-flash | 27 +++

[U-Boot] [PATCH v3 4/4] sf: Add CONFIG_SF_DUAL_FLASH

2014-01-06 Thread Jagannadha Sutradharudu Teki
This config will use for defining greater than single flash support. currently - DUAL_STACKED and DUAL_PARALLEL. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- README | 6 ++ drivers/mtd/spi/sf.c | 3 ++- drivers/mtd/spi/sf_ops.c | 14

Re: [U-Boot] [PATCH] omap3: Derive config for Beagleboard-XM sans NAND support

2014-01-06 Thread Tom Rini
On Sun, Jan 05, 2014 at 08:02:07PM +0530, Sanjeev Premi wrote: Beagleboard XM doesn't have a NAND chip. Let the configuration reflect so. Signed-off-by: Sanjeev Premi spr...@ymail.com Cc: Tom Rini tr...@ti.com True, but why? And please note that: +#ifdef CONFIG_BEAGLE_XM +#define

Re: [U-Boot] [PATCH] spi: sh_spi: Use sh_spi_clear_bit() instead of open-coded

2014-01-06 Thread Jagan Teki
On Fri, Dec 27, 2013 at 11:47 AM, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi, Thanks for your patch. 2013/12/27 Axel Lin axel@ingics.com: We have a sh_spi_clear_bit() function, there's no reason not to use it. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Nobuhiro

Re: [U-Boot] [PATCH v5 2/3] wandboard: add Future Eletronics 7 WVGA LCD extension board

2014-01-06 Thread Fabio Estevam
On Mon, Jan 6, 2014 at 1:27 PM, Otavio Salvador ota...@ossystems.com.br wrote: [Removed wandboard -devel list as it bounces when I reply to it] -int board_video_skip(void) -{ - int ret; +static iomux_v3_cfg_t const fwadapt_7wvga_pads[] = { +

[U-Boot] [PATCH] powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum A003474

2014-01-06 Thread York Sun
Unfortunately a typo presents DDR-A003473 instead of DDR-A003474. Signed-off-by: York Sun york...@freescale.com --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/cpu/mpc85xx/cmd_errata.c

Re: [U-Boot] [PATCH] sh: delete redundant CONFIG_SH definition

2014-01-06 Thread Nobuhiro Iwamatsu
Hi, Thanks for your patch. 2014/1/6 Masahiro Yamada yamad...@jp.panasonic.com: CONFIG_SH is defined in arch/sh/config.mk. It is not necessary to define it in each board header config header file. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH] sh: delete redundant CONFIG_SH definition

2014-01-06 Thread Nobuhiro Iwamatsu
Hi, Applied, thanks. Best regards, Nobuhiro 2014/1/7 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Thanks for your patch. 2014/1/6 Masahiro Yamada yamad...@jp.panasonic.com: CONFIG_SH is defined in arch/sh/config.mk. It is not necessary to define it in each board header config header

[U-Boot] [PATCH] spi: sh_qspi: Add base register address

2014-01-06 Thread Nobuhiro Iwamatsu
This adds base register address of SH QSPI. Currently, SH QSPI is used only from R8A7790 and R8A7791. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/spi/sh_qspi.c

Re: [U-Boot] [PATCH v2] exynos5250: remove redundant SPI and PMIC related configs

2014-01-06 Thread Minkyu Kang
Dear Jagan Teki, On 21/12/13 04:00, Jagan Teki wrote: Hi Inderpal Singh, On Thu, Aug 8, 2013 at 7:15 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, On Thu, Jun 20, 2013 at 1:40 PM, Inderpal Singh inderpal.si...@linaro.org wrote: Hi Jagan, On 13 June 2013 01:08, Jagan Teki

[U-Boot] [PATCH v5 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-06 Thread Po Liu
Using the TPL method for nand boot by sram was already supported. Here add some code for mpc85xx ifc nand boot. - For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec. - Use a clear function name for nand spl boot. - Add

[U-Boot] [PATCH v5 2/2] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

2014-01-06 Thread Po Liu
Using the TPL/SPL method to booting from 8k page NAND flash. - Add 256kB size SRAM tlb for second step booting; - Add spl.c for TPL image boot; - Add spl_minimal.c for minimal SPL image; - Add C29XPCIE_NAND configure; - Modify C29XPCIE.h for nand config and

Re: [U-Boot] [PATCH v2 1/2] usb: ehci: exynos: set/reset hsic phys

2014-01-06 Thread Minkyu Kang
On 07/01/14 00:45, Marek Vasut wrote: On Monday, January 06, 2014 at 07:20:20 AM, Inderpal Singh wrote: On 4 January 2014 12:46, Marek Vasut ma...@denx.de wrote: On Friday, January 03, 2014 at 06:03:47 AM, Inderpal Singh wrote: Hi Marek, Thanks for the review. On 3 January 2014 06:24,

Re: [U-Boot] [PATCH] spi: sh_qspi: Add base register address

2014-01-06 Thread Jagan Teki
On Tue, Jan 7, 2014 at 7:13 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: This adds base register address of SH QSPI. Currently, SH QSPI is used only from R8A7790 and R8A7791. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/sh_qspi.c | 7

Re: [U-Boot] [PATCH 5/8] usb: xhci-exynos5: Add support for multiple USB 3.0 controllers

2014-01-06 Thread Minkyu Kang
Dear Vivek Gautam, On 06/01/14 18:29, Vivek Gautam wrote: Add required support to use multiple USB 3.0 controllers available on exynos5420 SoC. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/cpu/armv7/exynos/power.c| 18 --

Re: [U-Boot] [PATCH 7/8] smdk5420: Correct the vbus gpio configuration for USB controller

2014-01-06 Thread Vivek Gautam
Hi Marek, On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut ma...@denx.de wrote: On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote: On smdk5420 two availbale XHCI controllers require VBUS GPIO to be configured, the EHCI however doesn't have any such VBUS GPIO. So correcting the

Re: [U-Boot] [PATCH] spi: sh_qspi: Add base register address

2014-01-06 Thread Nobuhiro Iwamatsu
2014/1/7 Jagan Teki jagannadh.t...@gmail.com: On Tue, Jan 7, 2014 at 7:13 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: This adds base register address of SH QSPI. Currently, SH QSPI is used only from R8A7790 and R8A7791. Signed-off-by: Nobuhiro Iwamatsu

[U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-06 Thread nidalpres
Hi all! I was following instructions from http://eewiki.net/display/linuxonarm/iMX233-OLinuXino in order to get mainline kernel to boot off of my olinuxino micro board. I have created two partitions on my SD card: Device Boot Start End Blocks Id System /dev/sde1

Re: [U-Boot] Are mmc open/close subcommands needed?

2014-01-06 Thread Hector Palacios
Dear Otavio, On 01/03/2014 06:35 PM, Otavio Salvador wrote: On Thu, Jan 2, 2014 at 9:36 PM, Marek Vasut ma...@denx.de wrote: On Thursday, January 02, 2014 at 05:53:00 PM, Hector Palacios wrote: Hi, I saw commit 2a91c9134675140853577b565210458b5774e6cf that introduces mmc subcommands 'open'