Re: [U-Boot] [PATCH v4 10/12] odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412

2014-07-04 Thread Jaehoon Chung
On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This board file supports standard features of Odroid X2 and U3 boards: - Exynos4412 core clock set to 1000MHz and MPLL peripherial clock set to 800MHz, - MAX77686 power regulator, - USB PHY, - enable XCL205 - power for board peripherials -

Re: [U-Boot] [PATCH v4 04/12] board:samsung: check the boot device and init the right mmc driver.

2014-07-04 Thread Przemyslaw Marczak
Hello Jaehoon, On 07/04/2014 07:45 AM, Jaehoon Chung wrote: Hi, Przemyslaw. On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: It is possible to boot device using a micro SD or eMMC slots. In this situation, boot device should be registered as a block device 0 in the MMC framework, because

Re: [U-Boot] [PATCH v4 08/12] samsung: board: enable support of multiple board types

2014-07-04 Thread Przemyslaw Marczak
On 07/04/2014 07:49 AM, Jaehoon Chung wrote: On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This change adds declaration of functions: - set_board_type() - called at checkboard() - get_board_type() - called at checkboard() - get_board_name() For supporting multiple board types in a one

Re: [U-Boot] [PATCH v4 10/12] odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412

2014-07-04 Thread Przemyslaw Marczak
On 07/04/2014 08:07 AM, Jaehoon Chung wrote: On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This board file supports standard features of Odroid X2 and U3 boards: - Exynos4412 core clock set to 1000MHz and MPLL peripherial clock set to 800MHz, - MAX77686 power regulator, - USB PHY, - enable

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-04 Thread Albert ARIBAUD
Hi Benoît, On Thu, 3 Jul 2014 22:58:56 +0200, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Hi Albert, On Thu, Jul 3, 2014 at 3:35 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Helmut, On Thu, 03 Jul 2014 10:19:39 +0200, Helmut Raiger helmut.rai...@hale.at wrote:

Re: [U-Boot] ARMv8 spin-table patches

2014-07-04 Thread Mark Rutland
Hi, Apologies for the late reply. On Fri, Jun 27, 2014 at 05:44:05PM +0100, Tom Rini wrote: On Fri, Jun 27, 2014 at 09:11:39AM -0700, York Sun wrote: Dear Albert, Wolfgang, Tom, I have seen some patches for PSCI. We don't have PSCI enabled on Freescale ARMv8 SoCs. Will spin-table

Re: [U-Boot] [PATCH 1/4] ARM: fix the ARCH Timer frequency setting.

2014-07-04 Thread Diana Craciun
On 07/04/2014 04:43 AM, Xiubo Li-B47053 wrote: Subject: Re: [PATCH 1/4] ARM: fix the ARCH Timer frequency setting. On 07/03/2014 12:51 PM, Xiubo Li wrote: For some SoCs, the CONFIG_SYS_CLK_FREQ maybe won't equal the ARCH Timer's frequency. Can you give an example? In LS1021A-QDS/TWR, the

[U-Boot] [PATCH] mpc85xx/t104x: Enable L2 and CPC cache when resume

2014-07-04 Thread Tang Yuantian
From: Tang Yuantian yuantian.t...@freescale.com When resume from deep sleep, uboot needs to enable L2 and CPC cache, or they would be keeping unusable in kernel because kernel didn't enble or initialized them. This patch didn't change the existing L2 cache enabling code, just put them in a

[U-Boot] [PATCH 6/6] git-mailrc: add me as the maintainer of UniPhier SoCs

2014-07-04 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- doc/git-mailrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index e53c888..77f66f9 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -26,6 +26,7 @@ alias lukma Lukasz Majewski

[U-Boot] [PATCH 4/6] arm: uniphier: add UniPhier config headers

2014-07-04 Thread Masahiro Yamada
Configuration headers for Panasonic UniPhier series: PH1-LD4, PH1-Pro4, PH1-sLD8 Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/ph1_ld4.h | 64 + include/configs/ph1_pro4.h| 66 + include/configs/ph1_sld8.h| 64 +

[U-Boot] [PATCH 2/6] serial: add UniPhier serial driver

2014-07-04 Thread Masahiro Yamada
The driver for on-chip UART used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- drivers/serial/Makefile | 1 + drivers/serial/serial.c | 2 + drivers/serial/serial_uniphier.c | 206 +++ 3

[U-Boot] [PATCH 5/6] arm: uniphier: add board entries to boards.cfg

2014-07-04 Thread Masahiro Yamada
Add board entries for Panasonic UniPhier family: PH1-LD4, PH1-Pro4, PH1-sLD8 Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- boards.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards.cfg b/boards.cfg index 8e2db82..cfe4498 100644 --- a/boards.cfg +++ b/boards.cfg @@

[U-Boot] [PATCH 1/6] nand: denali: add Denali NAND driver for SPL

2014-07-04 Thread Masahiro Yamada
The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. This driver requires two CONFIG macros: - CONFIG_NAND_DENALI Define to enable this driver. - CONFIG_SYS_NAND_BAD_BLOCK_POS Specify bad block mark position in the oob space. Typically 0. Signed-off-by: Masahiro

[U-Boot] [PATCH 0/6] Add support for Panasonic UniPhier SoCs/boards

2014-07-04 Thread Masahiro Yamada
UniPhier is the SoC family developed by Panasonic Corporation, based on ARM Cortex-A9. This patch set adds its SoC/board support code with some drivers. This series depends on the Denali NAND driver patch: http://patchwork.ozlabs.org/patch/357717/ It must be applied first. Masahiro Yamada

Re: [U-Boot] [PATCH v4 04/12] board:samsung: check the boot device and init the right mmc driver.

2014-07-04 Thread Jaehoon Chung
Hi, Przemyslaw. On 07/04/2014 05:07 PM, Przemyslaw Marczak wrote: Hello Jaehoon, On 07/04/2014 07:45 AM, Jaehoon Chung wrote: Hi, Przemyslaw. On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: It is possible to boot device using a micro SD or eMMC slots. In this situation, boot device

Re: [U-Boot] [PATCH v4 10/12] odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412

2014-07-04 Thread Jaehoon Chung
On 07/04/2014 05:08 PM, Przemyslaw Marczak wrote: On 07/04/2014 08:07 AM, Jaehoon Chung wrote: On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This board file supports standard features of Odroid X2 and U3 boards: - Exynos4412 core clock set to 1000MHz and MPLL peripherial clock set to

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-04 Thread Magnus Lilja
Hi all, (I hope gmail formats this mail according to the mailing list requirements, my apologies if it doesn't) On 4 July 2014 10:50, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Benoît, On Thu, 3 Jul 2014 22:58:56 +0200, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Hi

Re: [U-Boot] [PATCH 3/4] ARM: LS1021A: enable ARMv7 virt support for LS1021A A7

2014-07-04 Thread Diana Craciun
On 07/04/2014 04:48 AM, Xiubo Li-B47053 wrote: diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index d639a6f..f090971 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -18,6 +18,15 @@ #define CONFIG_BOARD_EARLY_INIT_F #define

Re: [U-Boot] [PATCH 0/4] Add LS1021A-QDS/TWR Non-secure and HYP support.

2014-07-04 Thread Diana Craciun
On 07/04/2014 04:31 AM, Xiubo Li-B47053 wrote: This patch series depends on the following patch: [U-Boot,v4,03/10] ARM: non-sec: reset CNTVOFF to zero Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled

[U-Boot] [U-boot] [Patch v2 1/3] mtd: nand: davinci: add opportunity to write keystone U-boot image

2014-07-04 Thread Ivan Khoronzhuk
The Keystone SoCs use the same NAND driver as Davinci. This patch adds opportunity to write Keystone U-boot image to NAND device using appropriate RBL ECC layout. This is needed only if RBL boots U-boot from NAND device and that's supposed that raw u-boot partition is used only for writing image.

[U-Boot] [U-boot] [Patch v2 0/3] Add support for NAND U-boot image upgrade

2014-07-04 Thread Ivan Khoronzhuk
This series adds opportunity to write U-boot image on AEMIF NAND device using standard nand u-boot commands. Also added script to automate this process. This series is logical continue of [U-boot] [Patch v3 0/3] keystone: nand: add additional nand ecclayout series

[U-Boot] [U-boot] [Patch v2 3/3] k2hk_evm: add script to automate NAND flash process

2014-07-04 Thread Ivan Khoronzhuk
Add script to automate NAND flash process. As for now the board has two burn scripts - burn to boot from SPI NOR flash and burn to boot from AEMIF NAND flash, rename burn_uboot script to burn_uboot_spi. Also update README to contain NAND burn U-boot process description. Signed-off-by: Ivan

[U-Boot] [U-boot] [Patch v2 2/3] keystone: add support for NAND gpheader image

2014-07-04 Thread Ivan Khoronzhuk
Add support for NAND gpheader image. TI Keystone2 ROM bootloader expects 8 bytes of trailing zeroes in the nand u-boot image. So add zeros at the end of the nand gph image. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- Makefile | 6

Re: [U-Boot] [Patch v1 2/4] armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page

2014-07-04 Thread Mark Rutland
Hi York, I spotted a couple of generic issues below. Most of these are issues with the existing code that you happen to be moving around, rather than with the new code this patch introduces. There are a couple of gotchas around secondary startup that are painful with the bootwrapper for arm64 at

Re: [U-Boot] [PATCH] kirkwood: define empty CONFIG_MVGBE_PORTS by default

2014-07-04 Thread Prafulla Wadaskar
-Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 02 July 2014 05:48 To: u-boot@lists.denx.de Cc: l...@openwrt.org; Prafulla Wadaskar; Stefan Roese Subject: [PATCH] kirkwood: define empty CONFIG_MVGBE_PORTS by default Each board with defines it's own set of

Re: [U-Boot] [PATCH] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-07-04 Thread Prafulla Wadaskar
-Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 02 July 2014 05:48 To: u-boot@lists.denx.de Cc: l...@openwrt.org; Prafulla Wadaskar; Stefan Roese Subject: [PATCH] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define Signed-off-by: Luka Perkov

Re: [U-Boot] [PATCH] kirkwood: cosmetic: style fixes in kwbimage.cfg files

2014-07-04 Thread Prafulla Wadaskar
-Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 02 July 2014 05:47 To: u-boot@lists.denx.de Cc: l...@openwrt.org; Prafulla Wadaskar; Stefan Roese Subject: [PATCH] kirkwood: cosmetic: style fixes in kwbimage.cfg files When diffing through the various

[U-Boot] [PATCH V3 1/9] exynos_fb: Remove usage of static defines

2014-07-04 Thread Ajay Kumar
Previously, we used to statically assign values for vl_col, vl_row and vl_bpix using #defines like LCD_XRES, LCD_YRES and LCD_COLOR16. Introducing the function exynos_lcd_early_init() would take care of this assignment on the fly by parsing FIMD DT properties, thereby allowing us to remove

[U-Boot] [PATCH V3 0/9] peach_pit: Add support for FIMD, DP and parade chip

2014-07-04 Thread Ajay Kumar
Patchset V1: https://www.mail-archive.com/u-boot@lists.denx.de/msg140596.html Patchset V2: https://www.mail-archive.com/u-boot@lists.denx.de/msg141203.html Changes from V1: [PATCH V2 3/10] : Don't mix cpu_is and proid_isas per Minkyu's suggestion. Also, incorporate Simon's

[U-Boot] [PATCH V3 2/9] arm: exynos: Add RPLL for Exynos5420

2014-07-04 Thread Ajay Kumar
RPLL is needed to drive the LCD panel on Exynos5420 based boards. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org --- arch/arm/cpu/armv7/exynos/clock_init.h |3 +++

[U-Boot] [PATCH V3 3/9] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-07-04 Thread Ajay Kumar
Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by exynos video driver. Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org

[U-Boot] [PATCH V3 4/9] video: exynos_fimd: Add framework to disable FIMD sysmmu

2014-07-04 Thread Ajay Kumar
On Exynos5420 and newer versions, the FIMD sysmmus are in on state by default. We have to disable them in order to make FIMD DMA work. This patch adds the required framework to exynos_fimd driver, and disables FIMD sysmmu on Exynos5420. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com ---

[U-Boot] [PATCH V3 5/9] video: Add driver for Parade PS8625 dP to LVDS bridge

2014-07-04 Thread Ajay Kumar
From: Vadim Bendebury vben...@chromium.org The initialization table comes from the Illustration of I2C command for initialing PS8625 document supplied by Parade. Signed-off-by: Vadim Bendebury vben...@chromium.org Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass

[U-Boot] [PATCH V3 6/9] ARM: exynos: Add missing declaration for gpio_direction_input

2014-07-04 Thread Ajay Kumar
This patch adds missing declaration for gpio_direction_input function, thereby helps in resolving compilation warnings. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/include/asm/arch-exynos/gpio.h |1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH V3 7/9] exynos5420: add callbacks needed for exynos_fb driver

2014-07-04 Thread Ajay Kumar
Add initialization code for peach_pit panel, parade bridge chip, and backlight. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org --- arch/arm/include/asm/arch-exynos/system.h |3 +

[U-Boot] [PATCH V3 9/9] CONFIGS: peach-pit: Enable display for peach_pit board

2014-07-04 Thread Ajay Kumar
Enable drivers for FIMD, DP and parade bridge chip. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- include/configs/peach-pit.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 76b8d7a..88c093f 100644 ---

[U-Boot] [PATCH V3 8/9] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip

2014-07-04 Thread Ajay Kumar
This patch adds DT properties for fimd and the parade bridge chip present on peach_pit. The panel supports 1366x768 resolution. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms

2014-07-04 Thread Marek Vasut
On Saturday, May 31, 2014 at 06:36:11 PM, Ian Campbell wrote: In 73545f75b66d ahci: wait longer for link I increased the timeout to 40ms based on the observed behaviour of a WD disk on a Cubietruck. Since then Karsten Merker and myself have both observed timeouts with HGST disks (Karsten on

Re: [U-Boot] [PATCH 1/6] nand: denali: add Denali NAND driver for SPL

2014-07-04 Thread Marek Vasut
On Friday, July 04, 2014 at 12:19:13 PM, Masahiro Yamada wrote: The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. This driver requires two CONFIG macros: - CONFIG_NAND_DENALI Define to enable this driver. - CONFIG_SYS_NAND_BAD_BLOCK_POS Specify bad block

Re: [U-Boot] [PATCH 2/6] serial: add UniPhier serial driver

2014-07-04 Thread Marek Vasut
On Friday, July 04, 2014 at 12:19:14 PM, Masahiro Yamada wrote: The driver for on-chip UART used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com [...] +static void uniphier_serial_init(struct uniphier_serial *port) +{ + writeb(UART_LCR_WLS_8,

Re: [U-Boot] [PATCH 2/5] board_r: run scsi init() on ARM too

2014-07-04 Thread Marek Vasut
On Saturday, May 31, 2014 at 06:36:12 PM, Ian Campbell wrote: This has been disabled for ARM in initr_scsi since that function was introduced. However it works fine for me on Cubieboard and Cubietruck (with the upcoming AHCI glue patch). Does this break bisectability ? I also tested on two

Re: [U-Boot] [PATCH 2/5] board_r: run scsi init() on ARM too

2014-07-04 Thread Ian Campbell
On Fri, 2014-07-04 at 16:59 +0200, Marek Vasut wrote: On Saturday, May 31, 2014 at 06:36:12 PM, Ian Campbell wrote: This has been disabled for ARM in initr_scsi since that function was introduced. However it works fine for me on Cubieboard and Cubietruck (with the upcoming AHCI glue patch).

Re: [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms

2014-07-04 Thread Ian Campbell
On Fri, 2014-07-04 at 16:58 +0200, Marek Vasut wrote: On Saturday, May 31, 2014 at 06:36:11 PM, Ian Campbell wrote: In 73545f75b66d ahci: wait longer for link I increased the timeout to 40ms based on the observed behaviour of a WD disk on a Cubietruck. Since then Karsten Merker and myself

Re: [U-Boot] [PATCH 2/5] board_r: run scsi init() on ARM too

2014-07-04 Thread Marek Vasut
On Friday, July 04, 2014 at 05:25:10 PM, Ian Campbell wrote: On Fri, 2014-07-04 at 16:59 +0200, Marek Vasut wrote: On Saturday, May 31, 2014 at 06:36:12 PM, Ian Campbell wrote: This has been disabled for ARM in initr_scsi since that function was introduced. However it works fine for me on

Re: [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms

2014-07-04 Thread Marek Vasut
On Friday, July 04, 2014 at 05:26:40 PM, Ian Campbell wrote: On Fri, 2014-07-04 at 16:58 +0200, Marek Vasut wrote: On Saturday, May 31, 2014 at 06:36:11 PM, Ian Campbell wrote: In 73545f75b66d ahci: wait longer for link I increased the timeout to 40ms based on the observed behaviour of a

Re: [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms

2014-07-04 Thread Ian Campbell
On Fri, 2014-07-04 at 17:44 +0200, Marek Vasut wrote: On Friday, July 04, 2014 at 05:26:40 PM, Ian Campbell wrote: On Fri, 2014-07-04 at 16:58 +0200, Marek Vasut wrote: On Saturday, May 31, 2014 at 06:36:11 PM, Ian Campbell wrote: In 73545f75b66d ahci: wait longer for link I increased

[U-Boot] [PATCH v4: DNS320 support 0/4] Add a new kirkwook board

2014-07-04 Thread Bastien ROUCARIÈS
Add a new kirkwook board dns-320. This is a rebase of an old patch set from Jamie Lentin. Source is available here: http://jamie.lentin.co.uk/devices/dlink-dns325/ Please apply Changelog: [V2] Use git option -M [V3] Fix a mismerge in boards.cfg [V4] Rebase. Cc: Prafulla Wadaskar

[U-Boot] [PATCH 1/4] kirkwood: Rename dns325 to dnskw

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk So we can re-use DNS-325 configuration for the DNS-320 without things getting confusing, rename all common parts from dns325 to dnskw, and use a config option to configure DNS-325 specifics. Signed-off-by: Jamie Lentin j...@lentin.co.uk Cc:

[U-Boot] [PATCH 4/4] kirkwood: Shorten DNS-325 IDENT_STRING to match DNS-320

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk You should already know you're using a D-link device. Signed-off-by: Jamie Lentin j...@lentin.co.uk --- include/configs/dnskw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/dnskw.h b/include/configs/dnskw.h index

[U-Boot] [PATCH 2/4] kirkwood: Add support for the D-Link DNS-320

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk Extend dnskw to support the D-Link DNS-320 ShareCenter NAS also. For more information on this NAS, see:- http://jamie.lentin.co.uk/devices/dlink-dns320 http://dns323.kood.org/dns-320 http://sharecenter.dlink.com/products/DNS-320 Changes since V1: *

[U-Boot] [PATCH 3/4] kirkwood: Set unused SD pins back to GPIO for DNS-320 DNS-325

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk Neither device makes any use of the SD reader functionalty, so as suggested by Stefan Herbrechtsmeier, set the pins to GPIO instead to make this more obvious. Label MPP10 MPP11's use whilst here. Signed-off-by: Jamie Lentin j...@lentin.co.uk Cc:

Re: [U-Boot] [Patch v9 1/5] Added 64-bit MMIO accessors for ARMv8

2014-07-04 Thread Albert ARIBAUD
Hi York, On Mon, 23 Jun 2014 15:15:52 -0700, York Sun york...@freescale.com wrote: From: J. German Rivera german.riv...@freescale.com This is needed for accessing peripherals with 64-bit MMIO registers, from ARMv8 processors. Signed-off-by: J. German Rivera german.riv...@freescale.com

Re: [U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-07-04 Thread Albert ARIBAUD
Hi Tom, On Mon, 23 Jun 2014 16:15:51 -0400, Tom Rini tr...@ti.com wrote: On Mon, Jun 23, 2014 at 10:07:04PM +0200, Jeroen Hofstee wrote: This is not only more readable but also prevents a warning about a missing prototype. The prototypes which are actually missing are added. cc:

Re: [U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-07-04 Thread Albert ARIBAUD
Hi Jeroen, On Mon, 23 Jun 2014 22:07:04 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: This is not only more readable but also prevents a warning about a missing prototype. The prototypes which are actually missing are added. cc: Albert Aribaud albert.u.b...@aribaud.net Signed-off-by:

Re: [U-Boot] [PATCH] ARM: kirkwood: fix cpu info for 6282 device id

2014-07-04 Thread Prafulla Wadaskar
-Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 02 July 2014 05:48 To: u-boot@lists.denx.de Cc: l...@openwrt.org; Prafulla Wadaskar; Stefan Roese Subject: [PATCH] ARM: kirkwood: fix cpu info for 6282 device id Signed-off-by: Luka Perkov l...@openwrt.org

Re: [U-Boot] [PATCH 1/4] kirkwood: Rename dns325 to dnskw

2014-07-04 Thread Albert ARIBAUD
Hi Bastien, On Fri, 4 Jul 2014 19:01:47 +0200, Bastien ROUCARIÈS roucaries.bast...@gmail.com wrote: From: Jamie Lentin j...@lentin.co.uk So we can re-use DNS-325 configuration for the DNS-320 without things getting confusing, rename all common parts from dns325 to dnskw, and use a config

Re: [U-Boot] [PATCH 2/4] kirkwood: Add support for the D-Link DNS-320

2014-07-04 Thread Albert ARIBAUD
Hi Bastien, On Fri, 4 Jul 2014 19:01:48 +0200, Bastien ROUCARIÈS roucaries.bast...@gmail.com wrote: From: Jamie Lentin j...@lentin.co.uk Extend dnskw to support the D-Link DNS-320 ShareCenter NAS also. For more information on this NAS, see:-

[U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support

2014-07-04 Thread Pekon Gupta
This patch series adds support for parallel NAND devices support connected via GPMC chip-select on various boards belonging to AM33xx and OMAPx platforms. This series also moves some board specific CONFIG_NAND_xx from generic files to individual files. Tested using: ./MAKEALL -s am33xx -s omap3

[U-Boot] [PATCH v1 3/7] arm: lib: continue board_init_r even if valid flash device is not detected

2014-07-04 Thread Pekon Gupta
Most platforms have fall-back boot sources, if their primary boot fails. This patch allows board_init to continue scanning through other secondary boot sources like NAND, MMC, etc if valid FLASH device is not detected. Signed-off-by: Pekon Gupta pe...@ti.com --- arch/arm/lib/board.c | 7 +--

[U-Boot] [PATCH v1 1/7] TI: armv7: move board specific NAND configs out from ti_armv7_common.h and ti_am335x_common.h

2014-07-04 Thread Pekon Gupta
This patch moves some board specific NAND configs: - FROM: generic config files like 'ti_armv7_common.h' and 'ti_am335x_common.h' - TO: individual board config files using these configs. So that each board can independently set the value as per its design. Following configs are affected in this

[U-Boot] [PATCH v1 2/7] board/ti/am335x: add support for beaglebone NAND cape

2014-07-04 Thread Pekon Gupta
Beaglebone Board can be connected to expansion boards to add devices to them. These expansion boards are called 'capes'. This patch adds support for following versions of Beaglebone(AM335x) NAND capes (a) NAND Device with bus-width=16, block-size=128k, page-size=2k, oob-size=64 (b) NAND Device

[U-Boot] [PATCH v1 5/7] board/ti/am335x: update configs for parallel NAND

2014-07-04 Thread Pekon Gupta
This patch - consolidate CONFIG_SYS_NAND_xx and CONFIG_SPL_NAND_xx from various configuration files into single file. - update MTD Partition table to match AM335x_EVM DT in linux-kernel - segregate CONFIGs based on different boot modes (like SPL and U-Boot) Signed-off-by: Pekon Gupta

[U-Boot] [PATCH v1 4/7] board/ti/am335x: add support for beaglebone NOR Cape

2014-07-04 Thread Pekon Gupta
This patch updates pin-mux for beaglebone NOR cape [1] This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device. On Beaglebone, GPMC chip-select-0 is shared by both NAND and NOR capes, so only one of them can be enabled at a time from board profile configs. [1]

[U-Boot] [PATCH v1 6/7] board/ti/am43xx: add support for parallel NAND

2014-07-04 Thread Pekon Gupta
This patch adds support for NAND device connected to GPMC chip-select on following AM43xx EVM boards. am437x-gp-evm: On this board, NAND Flash signals are muxed with eMMC, thus at a time either eMMC or NAND can be enabled. Selection between eMMC and NAND is controlled by: (a) Statically

[U-Boot] [PATCH v1 7/7] board/ti/dra7xx: add support for parallel NAND

2014-07-04 Thread Pekon Gupta
This patch adds support for x16 NAND device (MT29F2G16AAD) connected to GPMC chip-select present on DRA7xx EVM. On this board, GPMC_WPN and NAND_BOOTn are controlled by DIP switch, So following board settings are required for NAND device detection: SW5.9 (GPMC_WPN) = LOW SW5.1 (NAND_BOOTn) =

Re: [U-Boot] [PATCH] ARM: kirkwood: fix cpu info for 6282 device id

2014-07-04 Thread Albert ARIBAUD
Hi Prafulla, On Fri, 4 Jul 2014 11:43:48 -0700, Prafulla Wadaskar prafu...@marvell.com wrote: -Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 02 July 2014 05:48 To: u-boot@lists.denx.de Cc: l...@openwrt.org; Prafulla Wadaskar; Stefan Roese Subject:

Re: [U-Boot] [PATCH] vf610twr: Tune DDR initialization settings

2014-07-04 Thread Albert ARIBAUD
Hi Albert, On Mon, 9 Jun 2014 10:11:28 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Anthony, On Wed, 14 May 2014 17:29:48 -0400, Anthony Felice tony.fel...@timesys.com wrote: Removed settings in unsupported register fields. They didn’t do anything, and in most cases, were

[U-Boot] [PATCH V5: 0/5] Add a new kirkwook board

2014-07-04 Thread Bastien ROUCARIÈS
Add a new kirkwook board dns-320. This is a rebase of an old patch set from Jamie Lentin. Source is available here: http://jamie.lentin.co.uk/devices/dlink-dns325/ Please apply Changelog: [V2] Use git option -M [V3] Fix a mismerge in boards.cfg [V4] Rebase. [V5] Add documentation Cc: Prafulla

[U-Boot] [PATCH V5: 1/5] kirkwood: Rename dns325 to dnskw

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk So we can re-use DNS-325 configuration for the DNS-320 without things getting confusing, rename all common parts from dns325 to dnskw, and use a config option to configure DNS-325 specifics. Signed-off-by: Jamie Lentin j...@lentin.co.uk Cc:

[U-Boot] [PATCH V5: 3/5] kirkwood: Set unused SD pins back to GPIO for DNS-320 DNS-325

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk Neither device makes any use of the SD reader functionalty, so as suggested by Stefan Herbrechtsmeier, set the pins to GPIO instead to make this more obvious. Label MPP10 MPP11's use whilst here. Signed-off-by: Jamie Lentin j...@lentin.co.uk Cc:

[U-Boot] [PATCH V5: 2/5] kirkwood: Add support for the D-Link DNS-320

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk Extend dnskw to support the D-Link DNS-320 ShareCenter NAS also. For more information on this NAS, see:- http://jamie.lentin.co.uk/devices/dlink-dns320 http://dns323.kood.org/dns-320 http://sharecenter.dlink.com/products/DNS-320 Signed-off-by: Jamie

[U-Boot] [PATCH V5: 4/5] kirkwood: Shorten DNS-325 IDENT_STRING to match DNS-320

2014-07-04 Thread Bastien ROUCARIÈS
From: Jamie Lentin j...@lentin.co.uk You should already know you're using a D-link device. Signed-off-by: Jamie Lentin j...@lentin.co.uk --- include/configs/dnskw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/dnskw.h b/include/configs/dnskw.h index

[U-Boot] [PATCH V5: 5/5] Add documentation for dns-32{0,5}

2014-07-04 Thread Bastien ROUCARIÈS
Add documentation for dns-320 dns-325 kirkwood box. This documentation include harware description, and link to external documentation. Signed-off-by: Bastien ROUCARIÈS roucaries.bast...@gmail.com --- doc/README.dnskw | 25 + 1 file changed, 25 insertions(+) create

Re: [U-Boot] enbw_cmc, da850evm_direct_nor, and calimain vectors table misaligned (was: [PATCH] arm: fix a build error with CONFIG_USE_IRQ)

2014-07-04 Thread Albert ARIBAUD
Hi Christian, On Wed, 2 Jul 2014 15:45:17 +0200, Christian Riesch christian.rie...@omicron.at wrote: Hello Albert, On Wed, Jun 18, 2014 at 2:55 PM, Christian Riesch christian.rie...@omicron.at wrote: Am I missing something here? What would be the preferred solution to make the board

Re: [U-Boot] [PATCH] mmc: sdhci: Fixed timeout for sdhci_send_command()

2014-07-04 Thread Steve Rae
Tested-by: Steve Rae s...@broadcom.com (does resolve the issue on our board!) On 14-06-27 02:37 AM, Pantelis Antoniou wrote: Hi Eli, On Jun 12, 2014, at 12:41 PM, Eli Billauer wrote: The current wait loop just reads the status 1 times, which makes the actual timeout period

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-04 Thread Benoît Thébaudeau
Hi Albert, On Fri, Jul 4, 2014 at 10:50 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On Thu, 3 Jul 2014 22:58:56 +0200, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: On Thu, Jul 3, 2014 at 3:35 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: On Thu, 03 Jul 2014

Re: [U-Boot] [PATCH] arm: Fix armv8 compilation error

2014-07-04 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 13:25:52 -0700, Darwin Rambo dra...@broadcom.com wrote: From: Shaibal.Dutta shaibal.du...@broadcom.com Fix following compilation error when CONFIG_ARM64 is defined Error: unknown or missing system register name at operand 2 -- `mrs x0,daifmsr daifset,#3'

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-04 Thread Benoît Thébaudeau
Hi Magnus, On Fri, Jul 4, 2014 at 12:42 PM, Magnus Lilja lilja.mag...@gmail.com wrote: Hi all, (I hope gmail formats this mail according to the mailing list requirements, my apologies if it doesn't) I think that HTML is forbidden. You can switch Gmail to plain text mode with the More options

Re: [U-Boot] [PATCH v2] gpio: spear_gpio: Fix gpio_set_value() implementation

2014-07-04 Thread Albert ARIBAUD
Hi Axel, On Mon, 16 Sep 2013 08:35:41 +0800, Axel Lin axel@ingics.com wrote: In current gpio_set_value() implementation, it always sets the gpio control bit no matter the value argument is 0 or 1. Thus the GPIOs never set to low. This patch fixes this bug. The address bus is used as

Re: [U-Boot] [PATCH v5 2/2] socfpga: Adding DesignWare watchdog support

2014-07-04 Thread Albert ARIBAUD
Hi Chin, On Tue, 10 Jun 2014 01:11:04 -0500, Chin Liang See cl...@altera.com wrote: To enable the DesignWare watchdog support at SOCFPGA Cyclone V dev kit. Signed-off-by: Chin Liang See cl...@altera.com Cc: Anatolij Gustschin ag...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc:

Re: [U-Boot] [PATCH v5 1/2] watchdog/denali: Adding DesignWare watchdog driver support

2014-07-04 Thread Albert ARIBAUD
Hi Chin, On Tue, 10 Jun 2014 01:10:21 -0500, Chin Liang See cl...@altera.com wrote: To add the DesignWare watchdog driver support. It required information such as register base address and clock info from configuration header file within include/configs folder. Signed-off-by: Chin Liang

Re: [U-Boot] [PATCH v8] socfpga: Adding Scan Manager driver

2014-07-04 Thread Albert ARIBAUD
Hi Chin, On Tue, 10 Jun 2014 01:17:42 -0500, Chin Liang See cl...@altera.com wrote: Scan Manager driver will be called to configure the IOCSR scan chain. This configuration will setup the IO buffer settings Signed-off-by: Chin Liang See cl...@altera.com Cc: Dinh Nguyen dingu...@altera.com

Re: [U-Boot] [PATCH] arm: Fix armv8 compilation error

2014-07-04 Thread Steve Rae
Albert, I don't think that there is any code currently submitted that triggers this error. (it is hidden inside inline functions...) However, you could add one line of code 'anywhere' to test this: test_and_set_bit(1, (volatile void *)0x12345678); Thanks, Steve PS. - using:

[U-Boot] Pull request: u-boot-arm/master

2014-07-04 Thread Albert ARIBAUD
Hello, The following changes since commit fe8b3212b7938861eacdefe6115810303a96f9cc: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-07-02 16:38:02 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

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

2014-07-04 Thread Tom Rini
On Sat, Jul 05, 2014 at 12:57:22AM +0200, Albert ARIBAUD wrote: Hello, The following changes since commit fe8b3212b7938861eacdefe6115810303a96f9cc: Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-07-02 16:38:02 -0400) are available in the git repository at: