Re: [U-Boot] [PATCH] ARM: UniPhier: remove Denali NAND controller fixup code

2014-12-07 Thread Masahiro YAMADA
2014-11-28 15:19 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: This ugly work-around code is unnecessary since commit f09eb52b3ffc (mtd: denali: set some registers after nand_scan_ident()). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Applied to

Re: [U-Boot] [PATCH] flash: do not fail even if flash_size is zero

2014-12-07 Thread Masahiro YAMADA
2014-12-05 12:20 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: CONFIG_SYS_MAX_FLASH_BANKS_DETECT allows to determine the number of flash banks at run-time, that is, there is a possibility that no flash bank is found. It makes sense to continue the boot process without any flash device.

Re: [U-Boot] [PATCH 0/9] ARM: UniPhier: a collection of nice cleanups of board/SoC support code

2014-12-07 Thread Masahiro YAMADA
2014-12-06 0:03 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Masahiro Yamada (9): ARM: UniPhier: disable autostart by default ARM: UniPhier: use boot_is_swapped() macro for readability ARM: UniPhier: move CONFIG_UNIPHIER_SMP to Kconfig ARM: UniPhier: move support card

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

2014-12-07 Thread Masahiro YAMADA
Hi Tom, The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 -0500) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to

[U-Boot] [PATCH v1] mx51_na04: add support for the Hercules eCAFE laptop

2014-12-07 Thread Emil Renner Berthing
Signed-off-by: Emil Renner Berthing u-b...@esmil.dk --- arch/arm/Kconfig | 5 + arch/arm/include/asm/arch-mx5/iomux-mx51.h | 19 ++ arch/arm/include/asm/mach-types.h | 13 + board/hercules/mx51_na04/Kconfig | 15 +

[U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings

2014-12-07 Thread Hans de Goede
The Colombus defconfig settings are missing a number of settings for recently added features, because we did not know exactly how things were hooked up. Maxime Ripard has run various tests to get us the necessary details, this commit updates the defconfig with this info. This commit also updates

[U-Boot] [PATCH 2/2] sunxi: mmc: Properly setup mod-clk and clock sampling phases

2014-12-07 Thread Hans de Goede
The sunxi mmc controller has both an internal clock divider, as well as the divider in the mod0-clk for the mmc controller. The internal divider cannot be used, as it conflicts with the setting of clock sampling phases which is done in the mod0-clk, so it must be set to 0 (divide by 1). For some

[U-Boot] A23 u-boot with SPL / dram init available in my personal git repo

2014-12-07 Thread Hans de Goede
Hi, This is still a bit rough around the edges, I'll clean it up as time permits and then post it upstream. In the mean time people interested can find $subject here: https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-wip ChenYu, this also has a mmc fix which you may find interesting, it

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-07 Thread Marek Vasut
On Sunday, December 07, 2014 at 02:50:25 AM, Scott Wood wrote: On Sun, 2014-12-07 at 02:32 +0100, Marek Vasut wrote: On Sunday, December 07, 2014 at 12:45:30 AM, Scott Wood wrote: On Sat, 2014-12-06 at 14:07 +0100, Marek Vasut wrote: On Tuesday, December 02, 2014 at 02:26:14 PM, Stefan

Re: [U-Boot] [PATCH] ARM: exynos5420: Leave VBUS GPIO configuration up to common code

2014-12-07 Thread Simon Glass
On 5 December 2014 at 13:46, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Since commit 4a271cb1b4ffdf330 (exynos: usb: Switch USB VBUS GPIOs to be device tree configured) it's not needed for the board specific files to turn on the VBUS GPIO by hand as that gets done based on device tree.

Re: [U-Boot] [PATCH] Exynos: Move down common USB configuration

2014-12-07 Thread Simon Glass
On 5 December 2014 at 13:01, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: USB is a pretty common feature on exynos 5 board, so it seems sensible to configure it directly from exynos5-common. As a side-effect this makes USB available from u-boot on exynos 5420 based boards. While there

Re: [U-Boot] [PATCH v3] Export redesign

2014-12-07 Thread Simon Glass
Hi Martin, On 3 December 2014 at 07:39, Simon Glass s...@chromium.org wrote: Hi Martin, On 1 December 2014 at 00:16, Martin Dorwig dor...@tetronik.com wrote: this is an atempt to make the export of functions typesafe. I replaced the jumptable void ** by a struct (jt_funcs) with function

Re: [U-Boot] [PATCH] gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()

2014-12-07 Thread Simon Glass
On 6 December 2014 at 21:48, Axel Lin axel@ingics.com wrote: Current code does not set gpio output value in ich6_gpio_direction_output(), fix it. Signed-off-by: Axel Lin axel@ingics.com --- drivers/gpio/intel_ich6_gpio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH 1/2] x86: move arch-specific asmlinkage to asm/linkage.h

2014-12-07 Thread Simon Glass
Hi Masahiro, On 3 December 2014 at 01:36, Masahiro Yamada yamad...@jp.panasonic.com wrote: Commit 65dd74a674d6 (x86: ivybridge: Implement SDRAM init) introduced x86-specific asmlinkage into arch/x86/include/asm/config.h. Commit ed0a2fbf14f7 (x86: Add a definition of asmlinkage) added the

Re: [U-Boot] [PATCH v2] bcm281xx: add support for USB OTG clock

2014-12-07 Thread Michael Trimarchi
Hi Il 07/dic/2014 02:24 Steve Rae s...@broadcom.com ha scritto: enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) Signed-off-by: Steve Rae s...@broadcom.com --- Changes in v2: removed unrelated changes as per Felipe Balbi ba...@ti.com

Re: [U-Boot] [PATCH 1/2] x86: move arch-specific asmlinkage to asm/linkage.h

2014-12-07 Thread Masahiro Yamada
Hi Simon, On Sun, 7 Dec 2014 14:44:21 -0700 Simon Glass s...@chromium.org wrote: #endif diff --git a/arch/x86/include/asm/linkage.h b/arch/x86/include/asm/linkage.h new file mode 100644 index 000..bdca72e --- /dev/null +++ b/arch/x86/include/asm/linkage.h @@ -0,0 +1,6 @@

Re: [U-Boot] [PATCH] deepsleep/qe: add qe deepsleep support

2014-12-07 Thread qiang.z...@freescale.com
On Sat, December 06, 2014 2:00 AM, York Sun wrote: -Original Message- From: York Sun [mailto:york...@freescale.com] Sent: Saturday, December 06, 2014 2:00 AM To: Zhao Qiang-B45475; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] deepsleep/qe: add qe deepsleep support On

Re: [U-Boot] [PATCH 2/5] arm: exynos: add display clocks for Exynos5800

2014-12-07 Thread Ajay kumar
On Fri, Dec 5, 2014 at 9:02 PM, Minkyu Kang proms...@gmail.com wrote: Dear Ajay Kumar, On 5 December 2014 at 23:13, Ajay Kumar ajaykumar...@samsung.com wrote: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5800 needed by exynos video driver. Signed-off-by: Ajay Kumar

Re: [U-Boot] [PATCH 2/5] arm: exynos: add display clocks for Exynos5800

2014-12-07 Thread Ajay kumar
Hi Minkyu, On Mon, Dec 8, 2014 at 11:07 AM, Ajay kumar ajayn...@gmail.com wrote: On Fri, Dec 5, 2014 at 9:02 PM, Minkyu Kang proms...@gmail.com wrote: Dear Ajay Kumar, On 5 December 2014 at 23:13, Ajay Kumar ajaykumar...@samsung.com wrote: Add get_lcd_clk and set_lcd_clk callbacks for

[U-Boot] [PATCH 02/13] ARM: atmel: sama5: add bus matrix header file

2014-12-07 Thread Bo Shen
This matrix header file can be shared between sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/include/asm/arch-at91/sama5_matrix.h | 37 +++ 1 file changed, 37 insertions(+) create mode 100644

[U-Boot] [PATCH 01/13] ARM: atmel: clock: make it possible to configure HMX32

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/armv7/at91/clock.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/clock.c b/arch/arm/cpu/armv7/at91/clock.c index 2cdddb2..0bf453e 100644 --- a/arch/arm/cpu/armv7/at91/clock.c +++

[U-Boot] [PATCH 07/13] ARM: atmel: sama5d4: add matrix1 base addr definition

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/include/asm/arch-at91/sama5d4.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-at91/sama5d4.h b/arch/arm/include/asm/arch-at91/sama5d4.h index d851568..f30cb5f 100644 ---

[U-Boot] [PATCH 0/13] ARM: atmel: enable spl for sama5d4 related boards

2014-12-07 Thread Bo Shen
This patch enable SPL support for both sama5d4ek and sama5d4 xplained board which are based on SAMA5D4 SoC. These two boards both support boot up from NAND flash, SD/MMC card and also serial flash. This patch series based on the ARM: atmel: enable usb ethernet gadget Bo Shen (13): ARM: atmel:

[U-Boot] [PATCH 03/13] ARM: atmel: sama5: add sfr register header file

2014-12-07 Thread Bo Shen
The SFR (special function registers) can be shared bwteen sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/include/asm/arch-at91/sama5_sfr.h | 38 ++ 1 file changed, 38 insertions(+) create mode 100644

[U-Boot] [PATCH 08/13] ARM: atmel: sama5d4: add bus matrix init function

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/armv7/at91/sama5d4_devices.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/sama5d4_devices.c b/arch/arm/cpu/armv7/at91/sama5d4_devices.c index 7469825..9c63e99 100644 ---

[U-Boot] [PATCH 13/13] ARM: atmel: sama5d4_xplained: enable spl support

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/Kconfig| 1 + board/atmel/sama5d4_xplained/sama5d4_xplained.c | 85 + configs/sama5d4_xplained_mmc_defconfig | 1 + configs/sama5d4_xplained_nandflash_defconfig| 1 +

[U-Boot] [PATCH 05/13] ARM: atmel: spl: add saic to aic redirect function

2014-12-07 Thread Bo Shen
Some SoC need to redirect the saic to aic to make the interrupt to work, here add a weak function to be replaced by real function. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/spl_atmel.c | 7 +++ arch/arm/include/asm/arch-at91/at91_common.h | 1 + 2

[U-Boot] [PATCH 04/13] ARM: atmel: spl: add weak bus matrix init function

2014-12-07 Thread Bo Shen
Some SoC need to configure the bus matrix, add an weak function to be replace by real function. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/spl_atmel.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/cpu/at91-common/spl_atmel.c

[U-Boot] [PATCH 11/13] ARM: atmel: sama5d4: build related file when enable SPL

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/at91-common/Makefile b/arch/arm/cpu/at91-common/Makefile index 89e1577..03614d4 100644 --- a/arch/arm/cpu/at91-common/Makefile +++

[U-Boot] [PATCH 09/13] ARM: atmel: sama5d4: add interrupt redirec function

2014-12-07 Thread Bo Shen
Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/armv7/at91/sama5d4_devices.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/sama5d4_devices.c b/arch/arm/cpu/armv7/at91/sama5d4_devices.c index 9c63e99..ef39cb7 100644 ---

[U-Boot] [PATCH 12/13] ARM: atmel: sama5d4ek: enable SPL support

2014-12-07 Thread Bo Shen
The sama5d4ek support boot up from NAND flash, SD/MMC card and also the SPI flash. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/Kconfig | 1 + board/atmel/sama5d4ek/sama5d4ek.c | 85 +++ configs/sama5d4ek_mmc_defconfig

[U-Boot] [PATCH 10/13] ARM: atmel: sama5d4: can access DDR in interleave mode

2014-12-07 Thread Bo Shen
The SAMAA5D4 SoC can access DDR in interleave mode. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/mpddrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/at91-common/mpddrc.c b/arch/arm/cpu/at91-common/mpddrc.c index 44798e6..beec13d

[U-Boot] [PATCH 06/13] ARM: atmel: spl: can not disable osc for sama5d4

2014-12-07 Thread Bo Shen
The SAMA5D4 SoC on chip rc oscillator can not be disabled. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/spl_atmel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/at91-common/spl_atmel.c b/arch/arm/cpu/at91-common/spl_atmel.c index

[U-Boot] [i2c] Pull request

2014-12-07 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 -0500) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master

Re: [U-Boot] [PATCH 4/5] exynos5420: Add LCD and LED powerup settings for peach-pi

2014-12-07 Thread Ajay kumar
Hi, On Fri, Dec 5, 2014 at 10:12 PM, Simon Glass s...@google.com wrote: Hi, On 5 December 2014 at 08:42, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Fri, 2014-12-05 at 19:43 +0530, Ajay Kumar wrote: Add code to support powerup sequence for peach-pi LCD. Signed-off-by: Ajay Kumar

[U-Boot] [PATCH v4] Export redesign

2014-12-07 Thread Martin Dorwig
this is an atempt to make the export of functions typesafe. I replaced the jumptable void ** by a struct (jt_funcs) with function pointers. The EXPORT_FUNC macro now has 3 fixed parameters and one variadic parameter The first is the name of the exported function, the rest of the parameters are