[U-Boot] [PATCH] ARM: atmel: add sama5d3 Xplained board support

2014-02-09 Thread Bo Shen
Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC. Now it supports boot from NAND flash and SD/MMC card. Features support: - NAND flash - SD/MMC card - Two USB hosts - Ethernet (one GMAC, one EMAC) Signed-off-by: Bo Shen voice.s...@atmel.com ---

Re: [U-Boot] [PATCH] ARM: atmel: add sama5d3 Xplained board support

2014-02-09 Thread Wolfgang Denk
Dear Bo Shen, In message 1391932359-23520-1-git-send-email-voice.s...@atmel.com you wrote: Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC. Now it supports boot from NAND flash and SD/MMC card. Features support: - NAND flash - SD/MMC card - Two USB hosts - Ethernet

Re: [U-Boot] [PATCH] ARM: atmel: add sama5d3 Xplained board support

2014-02-09 Thread Bo Shen
Hi Wolfgang Denk, On 02/09/2014 07:13 PM, Wolfgang Denk wrote: Dear Bo Shen, In message 1391932359-23520-1-git-send-email-voice.s...@atmel.com you wrote: Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC. Now it supports boot from NAND flash and SD/MMC card. Features support:

Re: [U-Boot] [PATCH v3 2/2] ventana: Add Gateworks Ventana family support

2014-02-09 Thread Tim Harvey
On Thu, Feb 6, 2014 at 4:07 AM, Wolfgang Denk w...@denx.de wrote: Dear Tim, In message caj+vnu2udv1yeujh79uznf01jtamde7p8u-g_x1hendg7mk...@mail.gmail.com you wrote: +/* + * Hardware Monitor + */ +#define GSC_HWMON_TEMP 0x00 +#define GSC_HWMON_VIN

Re: [U-Boot] U-Boot DWC2 unused variables

2014-02-09 Thread Oleksandr Tymoshenko
On 2014-02-03, at 10:34 PM, Stephen Warren swar...@wwwdotorg.org wrote: Oleksandr, Thanks for the quick response on the s-o-b lines. Another question: The compiler is complaining about hprt0 being written but then not used in the functions below. I assume the second parameter passed to

[U-Boot] ATMEL AT45DB041D spi flash and gplugd

2014-02-09 Thread Yogi P
Hello all, From following commit spi write/erase times out on gplugd which uses ATMEL AT45DB041D spi flash. commit f4f51a8ff894d34eb332f0d11f6c73c7bf509848 Author: Jagannadha Sutradharudu Teki jaga...@xilinx.com Date: Wed Oct 2 19:36:58 2013 +0530 sf: probe: Add support for erase sector

[U-Boot] [PATCH 1/3] mpc85xx: Add support for the supplement configuration unit register

2014-02-09 Thread Tang Yuantian
From: Tang Yuantian yuantian.t...@freescale.com The supplement configuration unit (SCFG) provides chip-specific configuration and status registers for the device. It is the chip defined module for extending the device configuration unit (DCFG) module. It provides a set of CCSR registers in

[U-Boot] [PATCH 3/3] mpc85xx: Add deep sleep support on T1040QDS

2014-02-09 Thread Tang Yuantian
From: Tang Yuantian yuantian.t...@freescale.com Add deep sleep support on T1040QDS platforms. Signed-off-by: Tang Yuantian yuantian.t...@freescale.com --- board/freescale/t1040qds/t1040qds.c | 12 include/configs/T1040QDS.h | 4 2 files changed, 16 insertions(+)

[U-Boot] [PATCH] env: disable CONFIG_ETHADDR CONFIG_IPADDR

2014-02-09 Thread Alexey Brodkin
We don't want to have duplicates of the same MAC or/and IP address within one network. But if those values are hard-coded into particular board config chances are high that multiple instances of the same board may easily have the same IP/MAC addresses. As for disabled options CONFIG_GATEWAYIP and

Re: [U-Boot] [PATCH 2/7] fdt: add fdt sign command

2014-02-09 Thread Heiko Schocher
Hello Marek, Am 08.02.2014 15:09, schrieb Marek Vasut: On Saturday, January 25, 2014 at 07:44:24 AM, Heiko Schocher wrote: check if a fdt is correct signed pass an optional addr value. Contains the addr of the key blob Signed-off-by: Heiko Schocherh...@denx.de Cc: Simon Glasss...@chromium.org

Re: [U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

2014-02-09 Thread Heiko Schocher
Hello Marek, Am 08.02.2014 15:16, schrieb Marek Vasut: On Saturday, January 25, 2014 at 07:44:28 AM, Heiko Schocher wrote: add fit_info command to the host tools. This command prints the name, offset and the len from a property from a node in a fit file. This info can be used to extract a

Re: [U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash

2014-02-09 Thread Heiko Schocher
Hello Marek, Am 08.02.2014 15:18, schrieb Marek Vasut: On Thursday, February 06, 2014 at 06:19:11 AM, Heiko Schocher wrote: Hello Marek, Am 06.02.2014 04:47, schrieb Marek Vasut: This patch adds support for SHA-256 hash into the FIT image. The usage is as with the other hashing algorithms:

[U-Boot] Secure uboot functionality

2014-02-09 Thread JYOTI DUBEY
Can I get certain information regarding secure u-boot functionality available in u-boot 2009 to perform the validation of kernel image.It would be helpful If the actual source code can be obtained to perform the same. Thanks in Advance! ___ U-Boot

Re: [U-Boot] [PATCH 2/2] exynos: clock: use the clear and set bits macros.

2014-02-09 Thread Minkyu Kang
On 06/02/14 14:20, Jaehoon Chung wrote: From: Inha Song ideal.s...@samsung.com Use setbits/clrbits macro instead of readl/writel function. (Suggested by Wolfgang) (Based on Inha's patch : arm: exynos: change to use clrbits macro instead of readl/writel function) Singed-off-by: Inha Song

Re: [U-Boot] [PATCH 1/2] exynos: clock: fixed that cfg is set to wrong value.

2014-02-09 Thread Minkyu Kang
On 06/02/14 14:20, Jaehoon Chung wrote: From: Inha Song ideal.s...@samsung.com This patch fixed that cfg value is set to wrong value. Because it didn't read the related register. (Based on Inha's patch : arm:exynos:add missing readl) Signed-off-by: Inha Song ideal.s...@samsung.com