[U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND

2014-05-14 Thread Aneesh Bansal
In case of secure boot from NAND, CSPR and FTIM settings are same as non-secure NAND boot. CSPR0 is configured as NAND and CSPR1 is configured as NOR. Signed-off-by: Aneesh Bansal aneesh.ban...@freescale.com --- include/configs/BSC9132QDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [U-Boot] [PATCH 4/4] cm-t54: add cm-t54 board support

2014-05-14 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 05/06/14 20:45, Tom Rini wrote: On Sun, Apr 27, 2014 at 01:17:28PM +0300, Dmitry Lifshitz wrote: Add cm-t54 board directory, config file. Enable build. [snip] diff --git a/board/compulab/cm_t54/Makefile

[U-Boot] [GIT PULL] Zynq patches

2014-05-14 Thread Michal Simek
Hi Albert, here is the set of patches I have capture for Xilinx Zynq. I am sending it now because this patchset was based on fpga changes I have done and which were merged yesterday. I have also checked your arm custodian repo and you don't have pending patches that's why I believe it shouldn't

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-14 Thread Ian Campbell
On Tue, 2014-05-13 at 07:19 -0400, Tom Rini wrote: On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote: On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote: On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote: This sets up the linkage from the phydev back to the

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Ian Campbell
On Wed, 2014-05-14 at 10:44 +0300, Siarhei Siamashka wrote: diff --git a/drivers/net/designware.h b/drivers/net/designware.h index 382b0c7..6d94b3a 100644 --- a/drivers/net/designware.h +++ b/drivers/net/designware.h @@ -215,13 +215,13 @@ struct dmamacdescr { #endif struct

[U-Boot] SMSC LAN9500 u-boot drivers

2014-05-14 Thread Raghunath Pol
Hi we are interfacing SMSC LAN9500 to TI OMAP 4460nbsp; i.e USB Ethernet we want enable ethernet in U-boot where can we get drivers OR u-boot source having SMSC LAN9500 drivers. Thanks in advance. Regards, Raghunath ___ U-Boot mailing list

[U-Boot] imximage: MAX_HW_CFG_SIZE_V2 too small for i.MX6D?

2014-05-14 Thread Arne Rovet
MAX_HW_CFG_SIZE_V2 is defined as 121 in tools/imximage.h, but I think the processor reference manual implies it can be larger (i.MX 6Dual/6Quad Applications Processor Reference Manual, Rev. 1, 04/2013). In the section labelled 8.6.2 Device Configuration Data (DCD) it says the DCD can be a maximum

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Siarhei Siamashka
On Thu, 01 May 2014 20:01:58 +0100 Ian Campbell i...@hellion.org.uk wrote: The {tx,rx}_mac_descrtable fields are aligned to ARCH_DMA_MINALIGN, which could be 256 or even larger. That means there is a potentially huge hole in the struct before those fields, so move them to the front where

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Siarhei Siamashka
On Wed, 14 May 2014 08:52:50 +0100 Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-05-14 at 10:44 +0300, Siarhei Siamashka wrote: diff --git a/drivers/net/designware.h b/drivers/net/designware.h index 382b0c7..6d94b3a 100644 --- a/drivers/net/designware.h +++

Re: [U-Boot] imximage: MAX_HW_CFG_SIZE_V2 too small for i.MX6D?

2014-05-14 Thread Stefano Babic
Hi Arne, On 14/05/2014 06:07, Arne Rovet wrote: MAX_HW_CFG_SIZE_V2 is defined as 121 in tools/imximage.h, but I think the processor reference manual implies it can be larger (i.MX 6Dual/6Quad Applications Processor Reference Manual, Rev. 1, 04/2013). In the section labelled 8.6.2 Device

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Siarhei Siamashka
On Wed, 14 May 2014 11:01:59 +0300 Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Wed, 14 May 2014 08:52:50 +0100 Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-05-14 at 10:44 +0300, Siarhei Siamashka wrote: diff --git a/drivers/net/designware.h b/drivers/net/designware.h

Re: [U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-14 Thread Masahiro Yamada
Hi. On Wed, 7 May 2014 22:16:12 -0700 Tim Harvey thar...@gateworks.com wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood scottw...@freescale.com Signed-off-by: Tim Harvey thar...@gateworks.com

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Ian Campbell
On Wed, 2014-05-14 at 11:32 +0300, Siarhei Siamashka wrote: On Wed, 14 May 2014 11:01:59 +0300 Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Wed, 14 May 2014 08:52:50 +0100 Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-05-14 at 10:44 +0300, Siarhei Siamashka wrote:

Re: [U-Boot] [linux-sunxi] [PATCH 3/2] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Marek Vasut
On Wednesday, May 14, 2014 at 10:01:59 AM, Siarhei Siamashka wrote: On Wed, 14 May 2014 08:52:50 +0100 Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-05-14 at 10:44 +0300, Siarhei Siamashka wrote: diff --git a/drivers/net/designware.h b/drivers/net/designware.h index

Re: [U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-14 Thread Stefano Babic
Hi Masahiro, On 14/05/2014 10:52, Masahiro Yamada wrote: Hi. On Wed, 7 May 2014 22:16:12 -0700 Tim Harvey thar...@gateworks.com wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood

[U-Boot] [PATCH] arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boards

2014-05-14 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Samuel Egli samuel.e...@siemens.com Cc: Roger Meier r.me...@siemens.com --- include/configs/siemens-am33x-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/siemens-am33x-common.h

[U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure

2014-05-14 Thread Jaehoon Chung
It's removed the exynos5_gpio_part1. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- board/samsung/smdk5420/smdk5420.c |3 --- 1 file changed, 3 deletions(-) diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c index 9207522..183c522 100644 ---

[U-Boot] [PATCH v2 1/4] bootm: make use of legacy image format configurable

2014-05-14 Thread Heiko Schocher
make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image format should be disabled. Therefore introduce this new define and enable legacy image format if

[U-Boot] [PATCH v2 2/4] mpc8313, signed fit: enable legacy image format on ids8313 board

2014-05-14 Thread Heiko Schocher
Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY on the ids8313 board, as it uses signed FIT images for booting Linux and need the legacy image format. Signed-off-by: Heiko Schocher h...@denx.de Cc: Simon Glass s...@chromium.org Cc: Kim Phillips kim.phill...@freescale.com Cc: Michael

[U-Boot] [PATCH v2 4/4] mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board

2014-05-14 Thread Heiko Schocher
- add CONFIG_SYS_GENERIC_BOARD - remove CONFIG_OF_CONTROL to boot again Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Kim Phillips kim.phill...@freescale.com Cc: Simon Glass s...@chromium.org Cc: Michael Conrad michael.con...@ids.de --- - changes for v2: - added acked-by from Kim ---

[U-Boot] [PATCH v2 0/4] mpc8313: ids8313 board updates

2014-05-14 Thread Heiko Schocher
- introduce CONFIG_IMAGE_FORMAT_LEGACY for enabling booting legacy image format. Disable this per default if CONFIG_FIT_SIGNATURE is defined. As the ids8313 board needs legacy image format and uses CONFIG_FIT_SIGNATURE, enable legacy image format for the ids8313 board - add

[U-Boot] [PATCH v2 3/4] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-05-14 Thread Heiko Schocher
move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c as this function is also used, if CONFIG_OF_CONTROL is not used. Poped up on the ids8313 board using signed FIT images, and activating CONFIG_SYS_GENERIC_BOARD. Without this patch it shows on boot: No valid FDT found - please

Re: [U-Boot] [PATCH v2 1/4] bootm: make use of legacy image format configurable

2014-05-14 Thread Michal Simek
On 05/14/2014 12:54 PM, Heiko Schocher wrote: make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image format should be disabled. Therefore introduce this new

Re: [U-Boot] [RFC PATCH] fpga: Added support to load bit stream from SD/MMC

2014-05-14 Thread Michal Simek
Hi Tom, On 05/02/2014 04:10 PM, Michal Simek wrote: From: Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com Added support to load a bitstream image in chunks by reading it in chunks from SD/MMC. Command format: loadfs [dev] [address] [image size] [blocksize] interface

Re: [U-Boot] [PATCH] arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boards

2014-05-14 Thread Egli, Samuel
Hi Heiko, -Original Message- From: Heiko Schocher [mailto:h...@denx.de] Sent: Mittwoch, 14. Mai 2014 12:40 To: u-boot@lists.denx.de Cc: Heiko Schocher; Tom Rini; Egli, Samuel; Meier, Roger Subject: [PATCH] arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boards Signed-off-by:

[U-Boot] [i2c] Pull request

2014-05-14 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git, thanks! The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400) are available in the git repository at:

[U-Boot] [PATCH 1/4] build: support a new image u-boot-dtb.img

2014-05-14 Thread Masahiro Yamada
In SPL framework, SPL uses u-boot.img to load u-boot.bin. Here, u-boot.img = uImage header + u-boot.bin To use OF control with a separate devicetree, u-boot.dtb must be placed right after u-boot.bin. In this case, u-boot-dtb.bin is generally used. Here, u-boot-dtb.bin = u-boot.bin +

[U-Boot] [PATCH 2/4] zynq: load u-boot-dtb.img for SD boot

2014-05-14 Thread Masahiro Yamada
Because Zynq enables CONFIG_OF_CONTROL and CONFIG_OF_SEPARATE by default, CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME should be u-boot-dtb.img, not u-boot.img. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Michal Simek michal.si...@xilinx.com --- include/configs/zynq-common.h | 2 +- 1 file

[U-Boot] [PATCH 3/4] zynq: add memory nodes to device tree to initialize DRAM with OF

2014-05-14 Thread Masahiro Yamada
Commit 9e0e37ac added OF RAM initialization support but memory nodes are missing in device tree. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Michal Simek michal.si...@xilinx.com --- arch/arm/dts/zynq-microzed.dts| 5 + arch/arm/dts/zynq-zc702.dts | 5 +

[U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq

2014-05-14 Thread Masahiro Yamada
Zynq SoCs define CONFIG_OF_CONTROL and CONFIG_OF_SEPARATE, but it is not working. One possible workaround was to edit include/configs/zynq-common.h to disable CONFIG_OF_CONTROL CONFIG_OF_SEPARATE CONFIG_DISPLAY_BOARDINFO_LATE CONFIG_FIT_SIGNATURE CONFIG_RSA I am not satisfied with this

[U-Boot] [PATCH 4/4] zynq: add UART nodes to device tree to initialize UART with OF

2014-05-14 Thread Masahiro Yamada
Commit c9416b92 added OF UART initialization support but uart and aliases nodes are missing in device tree. The nodes uart0 and uart1 have been copied from arch/arm/boot/dts/zynq-7000.dtsi, Linux Kernel v3.15-rc5 tag. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Michal Simek

Re: [U-Boot] imximage: MAX_HW_CFG_SIZE_V2 too small for i.MX6D?

2014-05-14 Thread Arne Rovet
Hi Stefano, On 14 May 2014 18:18, Stefano Babic sba...@denx.de wrote: The main question is also if a large DCD table is needed. The DCD is supposed in U-Boot to set up the minimal requirement to let the processor to copy the u-boot image into RAM The register setup for the RAM we use on

Re: [U-Boot] [PATCH 2/4] zynq: load u-boot-dtb.img for SD boot

2014-05-14 Thread Michal Simek
On 05/14/2014 02:55 PM, Masahiro Yamada wrote: Because Zynq enables CONFIG_OF_CONTROL and CONFIG_OF_SEPARATE by default, CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME should be u-boot-dtb.img, not u-boot.img. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Michal Simek

Re: [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq

2014-05-14 Thread Michal Simek
Hi Masahiro. On 05/14/2014 02:55 PM, Masahiro Yamada wrote: Zynq SoCs define CONFIG_OF_CONTROL and CONFIG_OF_SEPARATE, but it is not working. One possible workaround was to edit include/configs/zynq-common.h to disable CONFIG_OF_CONTROL CONFIG_OF_SEPARATE

Re: [U-Boot] [i2c] Pull request

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 01:46:09PM +0200, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c.git, thanks! The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400)

Re: [U-Boot] [U-Boot, v2] am335x: pepper: Add Gumstix Pepper AM335x-based machine

2014-05-14 Thread Ash Charles
On Tue, May 13, 2014 at 6:34 PM, Tom Rini tr...@ti.com wrote: Applied to u-boot-ti/master (with a minor change to board.c to drop a warning), thanks! Thank you! --Ash ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [RFC PATCH v0 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-05-14 Thread Tom Rini
On Tue, May 13, 2014 at 08:55:17PM -0500, Rob Herring wrote: On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: The default format for arm64 Linux kernels is the Image format, described in Documentation/arm64/booting.txt. This, along with an optional gzip compression on top is

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 08:29:48AM +0100, Ian Campbell wrote: On Tue, 2014-05-13 at 07:19 -0400, Tom Rini wrote: On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote: On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote: On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote:

[U-Boot] [Patch v3] omap4: duovero: Add Gumstix DuoVero machine.

2014-05-14 Thread Ash Charles
This adds the Gumstix DuoVero machine [1]. This is a OMAP4430-based computer-on-module (COM aka SOM) that can be mounted on various expansion boards with different peripherals. [1] https://store.gumstix.com/index.php/category/43/ Signed-off-by: Ash Charles a...@gumstix.com Cc: Tom Rini

Re: [U-Boot] [RFC PATCH v0 3/4] vexpress_aemv8a.h: Clean up the config

2014-05-14 Thread Tom Rini
On Tue, May 13, 2014 at 08:44:01PM -0500, Rob Herring wrote: On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: - Drop DEBUG - Drop defines we can use the default of. - Drop CONFIG_GICV3 and related defines, we aren't using interrupts and do not need to configure the

Re: [U-Boot] Mainline u-boot SPL for socfpga

2014-05-14 Thread Pavel Machek
Hi! I am trying to understand the state of the socfpga preloader in mainline u-boot. From what I see, this is broken and perhaps has never worked. That's correct AFAICT. When I build the code in u-boot-socfpga I get a healthy working u-boot-spl.bin of approx 45kbytes. When I build the

Re: [U-Boot] [PATCH 1/3] usb: tegra: fix PHY selection code

2014-05-14 Thread Stephen Warren
On 05/01/2014 10:47 PM, Marek Vasut wrote: On Thursday, May 01, 2014 at 06:56:24 PM, Stephen Warren wrote: On 05/01/2014 04:49 AM, Marek Vasut wrote: On Wednesday, April 30, 2014 at 11:09:55 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com The TRM for Tegra30 and later all

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Stephen Warren
On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was missing from one of the help texts. Tom, it looks like I forgot to CC you on these patches. I assume they'll go into the main U-Boot tree.

[U-Boot] RFC: i.MX UART failures with baud-rate mis-match

2014-05-14 Thread Eric Nelson
We've identified an issue with i.MX UARTs which causes an infinite stream of input characters when certain input characters with an incorrect baud rate are received. The details and a couple of ways to reproduce are in this thread on i.MX Community:

[U-Boot] [RFC PATCH 1/2] serial_mxc: return question mark for chars received with high bit set

2014-05-14 Thread Eric Nelson
This patch allows testing of patch 2/2 in the series by forcing bytes read from the i.MX serial port to be printable. Without this, it's very hard to tell that a series of in-bound '\xff' characters are being produced, because they'll be silently ignored. Note that this is only submitted for

[U-Boot] [RFC PATCH 2/2] serial_mxc: disable new features of autobaud detection

2014-05-14 Thread Eric Nelson
Bit 7 of UCR3 is described in the i.MX3x/i.MX5x/i.MX6x reference manuals as follows: Autobaud Detection Not Improved-. Disables new features of autobaud detection (See Baud Rate Automatic Detection Protocol, for more details). 0 Autobaud detection new features

Re: [U-Boot] [PATCH v3 4/5] net/designware: reorder struct dw_eth_dev to pack more efficiently.

2014-05-14 Thread Ian Campbell
On Thu, 2014-05-08 at 22:26 +0100, Ian Campbell wrote: The {r,t}xbuffs fields also need to be aligned. Previously this was done implicitly because they immediately followed the descriptor tables. Make this explicit and also move to the head of the struct. Looks like I managed to not actually

Re: [U-Boot] [RFC PATCH 1/2] serial_mxc: return question mark for chars received with high bit set

2014-05-14 Thread Eric Nelson
Hi all, On 05/14/2014 11:04 AM, Eric Nelson wrote: This patch allows testing of patch 2/2 in the series by forcing bytes read from the i.MX serial port to be printable. Without this, it's very hard to tell that a series of in-bound '\xff' characters are being produced, because they'll be

Re: [U-Boot] Mainline u-boot SPL for socfpga

2014-05-14 Thread Charles Manning
On Thursday 15 May 2014 04:42:58 Pavel Machek wrote: Hi! I am trying to understand the state of the socfpga preloader in mainline u-boot. From what I see, this is broken and perhaps has never worked. That's correct AFAICT. When I build the code in u-boot-socfpga I get a healthy

[U-Boot] i.MX tree way behind master

2014-05-14 Thread Otavio Salvador
Hello Stefano, Is it possible for you to ask for a pull request in i.MX tree and get it in sync with ARM one? Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1

Re: [U-Boot] compulab: eeprom: enable any i2c driver

2014-05-14 Thread Tom Rini
On Wed, Apr 16, 2014 at 01:48:26PM +0300, Ilya Ledvich wrote: Make the common eeprom library available for any I2C driver. Signed-off-by: Ilya Ledvich i...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il This breaks the compulab trimslice board, please fix. -- Tom

[U-Boot] [PATCH] arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD

2014-05-14 Thread Steve Rae
convert to generic board Signed-off-by: Steve Rae s...@broadcom.com --- include/configs/bcm28155_ap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index e93b855..bf09939 100644 --- a/include/configs/bcm28155_ap.h +++

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 11:30:35AM -0600, Stephen Warren wrote: On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the sub-commands start with the main command anme, but it was missing from one of the help texts. Tom, it looks like I forgot to CC

Re: [U-Boot] [RFC PATCH] fpga: Added support to load bit stream from SD/MMC

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 01:25:45PM +0200, Michal Simek wrote: Hi Tom, On 05/02/2014 04:10 PM, Michal Simek wrote: From: Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com Added support to load a bitstream image in chunks by reading it in chunks from SD/MMC. Command format:

Re: [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text

2014-05-14 Thread Pantelis Antoniou
Hi Tom, Sorry about that; It's all on my pile of work to do when I get back home. On May 14, 2014, at 2:17 PM, Tom Rini wrote: On Wed, May 14, 2014 at 11:30:35AM -0600, Stephen Warren wrote: On 05/07/2014 12:19 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com All the

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

2014-05-14 Thread Anthony Felice
Removed settings in unsupported register fields. They didn’t do anything, and in most cases, were not documented in the reference manual. Changed register settings to comply with JEDEC required values. Changed timing parameters because they included full clock periods that were doing nothing.

[U-Boot] [PATCH] arm: Allow u-boot to run from offset base address

2014-05-14 Thread Darwin Rambo
If an earlier loader stage requires an image header and a specific offset, then u-boot's base address (CONFIG_SYS_TEXT_BASE) may be advanced beyond an aligned address. In this case the relocation will not be done correctly for some sections such as vectors and rodata string tables, which will show

Re: [U-Boot] [PATCH 12/12] imx: ventana: switch to SPL

2014-05-14 Thread Tim Harvey
On Tue, May 13, 2014 at 10:03 PM, Tim Harvey thar...@gateworks.com wrote: On Tue, May 13, 2014 at 9:58 PM, Tim Harvey thar...@gateworks.com wrote: On Wed, May 7, 2014 at 2:29 AM, Stefano Babic sba...@denx.de wrote: Hi Tim, On 06/05/2014 20:18, Tim Harvey wrote: Stefano / York,

[U-Boot] [PULL] u-boot-usb/master

2014-05-14 Thread Marek Vasut
I will have one more PR lined up later on after this is in. The following changes since commit 173d294b94cfec10063a5be40934d6d8fb7981ce: Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze (2014-05-06 14:55:45 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH v2] dfu: mmc: Provide support for eMMC boot partition access

2014-05-14 Thread Marek Vasut
On Friday, May 09, 2014 at 04:58:15 PM, Lukasz Majewski wrote: Before this patch it was only possible to access the default eMMC HW partition. By partition selection I mean the access to eMMC via the ext_csd[179] register programming. It sometimes happens that it is necessary to write to

[U-Boot] [PULL] u-boot-usb/pr-15052014

2014-05-14 Thread Marek Vasut
This applies _after_ my previous u-boot-usb/master PR please. The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8: mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals (2014-05-14 12:59:12 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 1/2] drivers:dfu: dfu_flush(): add raw data flush to complete dfu write

2014-05-14 Thread Marek Vasut
On Monday, May 12, 2014 at 12:05:33 PM, Przemyslaw Marczak wrote: Before dfu write and flush operations separation, dfu write data was flushed by host download request with len of zero size. Since above change manually calling dfu write with zero size has non sense (e.g. in THOR). This

Re: [U-Boot] [PATCH V2] usb: ci_udc: parse QTD before over-writing it

2014-05-14 Thread Marek Vasut
On Tuesday, May 13, 2014 at 06:51:54 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com ci_udc only allocates a single QTD structure per EP. All data needs to be extracted from the DTD prior to calling ci_ep_submit_next_request(), since that fills the QTD with next

Re: [U-Boot] [PATCH 1/3] usb: tegra: fix PHY selection code

2014-05-14 Thread Marek Vasut
On Wednesday, May 14, 2014 at 07:26:36 PM, Stephen Warren wrote: On 05/01/2014 10:47 PM, Marek Vasut wrote: On Thursday, May 01, 2014 at 06:56:24 PM, Stephen Warren wrote: On 05/01/2014 04:49 AM, Marek Vasut wrote: On Wednesday, April 30, 2014 at 11:09:55 PM, Stephen Warren wrote: From:

Re: [U-Boot] [PATCH] arm: Allow u-boot to run from offset base address

2014-05-14 Thread Jeroen Hofstee
Hello Darwin, On wo, 2014-05-14 at 15:05 -0700, Darwin Rambo wrote: +#ifdef CONFIG_ARM64 + /* + * Fix relocation if u-boot is not on an aligned address. + */ + { + int offset = CONFIG_SYS_TEXT_BASE % 4096; + if (offset) { +

Re: [U-Boot] [RFC PATCH 2/2] serial_mxc: disable new features of autobaud detection

2014-05-14 Thread Fabio Estevam
On Wed, May 14, 2014 at 3:04 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Bit 7 of UCR3 is described in the i.MX3x/i.MX5x/i.MX6x reference manuals as follows: Autobaud Detection Not Improved-. Disables new features of autobaud detection (See Baud Rate Automatic

Re: [U-Boot] [RFC PATCH 2/2] serial_mxc: disable new features of autobaud detection

2014-05-14 Thread Eric Nelson
Thanks Fabio, On 05/14/2014 04:36 PM, Fabio Estevam wrote: On Wed, May 14, 2014 at 3:04 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Bit 7 of UCR3 is described in the i.MX3x/i.MX5x/i.MX6x reference manuals as follows: Autobaud Detection Not Improved-. Disables new features

[U-Boot] [PATCH] serial_mxc: disable new features of autobaud detection

2014-05-14 Thread Eric Nelson
Bit 7 of UCR3 is described in the i.MX3x/i.MX5x/i.MX6x reference manuals as follows: Autobaud Detection Not Improved-. Disables new features of autobaud detection (See Baud Rate Automatic Detection Protocol, for more details). 0 Autobaud detection new features

[U-Boot] [PATCH] mpc85xx: configs: remove c=ffe from default environment

2014-05-14 Thread Kim Phillips
AFAICT, c=ffe does nothing and was a typo from the original commit d17123696c6180ac8b74fbd318bf14652623e982 powerpc/p4080: Add support for the P4080DS board and just kept on getting duplicated in subsequently added board config files. Signed-off-by: Kim Phillips kim.phill...@freescale.com ---

Re: [U-Boot] [PATCHv3 01/13] arm: exynos: pinmux: add sdmmc4 gpio configratuion

2014-05-14 Thread Minkyu Kang
Dear Beonho and Jaehoon, On 11/04/14 14:55, Jaehoon Chung wrote: From: Beomho Seo beomho@samsung.com For use dwmmc controller at exynos4, add SDMMC4 gpio configuration. In case SDMMC2, do not use 8 bit mode at exynos4. Signed-off-by: Beomho Seo beomho@samsung.com Signed-off-by:

Re: [U-Boot] [Bug Report] Patman removes author's Signed-off-by credit

2014-05-14 Thread Simon Glass
Hi Masahiro, On 13 May 2014 22:17, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, I suspect there is something wrong with Patman since commit 102061bd (patman: Avoid duplicate sign-offs). For example, my commit log is like follows sandbox: set sandbox's vendor to null

Re: [U-Boot] [PATCH v2 3/4] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-05-14 Thread Simon Glass
Hi Heiko, On 14 May 2014 04:54, Heiko Schocher h...@denx.de wrote: move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c as this function is also used, if CONFIG_OF_CONTROL is not used. Poped up on the ids8313 board using signed FIT images, and activating

Re: [U-Boot] [PATCH 1/4] build: support a new image u-boot-dtb.img

2014-05-14 Thread Simon Glass
Hi Masahiro, On 14 May 2014 06:55, Masahiro Yamada yamad...@jp.panasonic.com wrote: In SPL framework, SPL uses u-boot.img to load u-boot.bin. Here, u-boot.img = uImage header + u-boot.bin To use OF control with a separate devicetree, u-boot.dtb must be placed right after u-boot.bin.

Re: [U-Boot] [PATCH] Revert sandbox: move source files from board/ to arch/sandbox/

2014-05-14 Thread Simon Glass
On 13 May 2014 21:54, Masahiro Yamada yamad...@jp.panasonic.com wrote: This reverts commit 258060905e04fe2eb509756ef3b37e23e220a2d6. Conflicts: boards.cfg Wrong patch 25806090 was applied by accident. Revert it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon

Re: [U-Boot] [PATCH v2] sandbox: set sandbox's vendor to null

2014-05-14 Thread Simon Glass
On 13 May 2014 21:57, Masahiro Yamada yamad...@jp.panasonic.com wrote: Because sandbox is not a real hardware, setting vendor=sandbox is almost meaningless. This commit sets sandbox's vendor field to '-'. It is a good thing that it decreases one level directory hierarchy. The files

[U-Boot] [PATCH] powerpc/t4qds: Add alternate serdes protocols to align with A-007186

2014-05-14 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com A-007186: SerDes Ring VCO does not maintain lock throughout specified temperature range. Option 1 of the workaround states: For all 1.25/2.5/5 GHz protocols, use LC VCO instead of Ring VCO, this need to use alternate serdes protocols. The alternate

Re: [U-Boot] [PATCH] arm: Allow u-boot to run from offset base address

2014-05-14 Thread Wolfgang Denk
Dear Darwin Rambo, In message 1400105145-6628-1-git-send-email-dra...@broadcom.com you wrote: If an earlier loader stage requires an image header and a specific offset, then u-boot's base address (CONFIG_SYS_TEXT_BASE) may be advanced beyond an aligned address. In this case the relocation

Re: [U-Boot] [PATCH] mpc85xx: configs: remove c=ffe from default environment

2014-05-14 Thread York Sun
On 05/14/2014 07:33 PM, Kim Phillips wrote: AFAICT, c=ffe does nothing and was a typo from the original commit d17123696c6180ac8b74fbd318bf14652623e982 powerpc/p4080: Add support for the P4080DS board and just kept on getting duplicated in subsequently added board config files.

[U-Boot] [U-Boot PATCH 2/5] ARM: DRA72x: volt: Update the pmic offsets

2014-05-14 Thread Lokesh Vutla
From: Keerthy j-keer...@ti.com TPS65917 is used in DRA722 evm. Update the address offsets accordingly. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: Keerthy j-keer...@ti.com Acked-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap5/hw_data.c | 32

[U-Boot] [U-Boot PATCH 1/5] ARM: DRA72x: Add Silicon ID support

2014-05-14 Thread Lokesh Vutla
Add silicon ID code for DRA722 silicon. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Acked-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap5/hwinit.c |3 +++ arch/arm/include/asm/arch-omap5/omap.h |1 + arch/arm/include/asm/omap_common.h |1 + 3 files changed, 5

[U-Boot] [U-Boot PATCH 0/5] ARM: DRA72x: Add support for DRA72x SoC

2014-05-14 Thread Lokesh Vutla
DRA72x devices are single core Cortex A15 devices belonging to the DRA7xx family. This series adds support for DRA72x family Socs and the data for DRA722 ES1.0 soc. Tested on: DRA722 ES1.0 Verfied MAKEALL -s omap Keerthy (1): ARM: DRA72x: volt: Update the pmic offsets Lokesh Vutla (4):

[U-Boot] [U-Boot PATCH 3/5] ARM: DRA72x: clocks: Update the hwdata

2014-05-14 Thread Lokesh Vutla
Adding the prcm, dplls, control module hooks for DRA72x. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Acked-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap5/hw_data.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c

[U-Boot] [U-Boot PATCH 4/5] ARM: DRA72x: Update EMIF data

2014-05-14 Thread Lokesh Vutla
DRA72 has 1GB connected to EMIF1 only. Updating the details. And also enable WA for BUG0039 only if corresponding EMIF is present. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Acked-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap-common/emif-common.c |6 --

[U-Boot] [U-Boot PATCH 5/5] ARM: DRA7xx: ctrl: Fix efuse register addresses

2014-05-14 Thread Lokesh Vutla
Efuse register addresses are wrongly programmed. Fixing the same. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Acked-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/omap5/prcm-regs.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 1/4] bootm: make use of legacy image format configurable

2014-05-14 Thread Heiko Schocher
Hello Michal, Am 14.05.2014 13:16, schrieb Michal Simek: On 05/14/2014 12:54 PM, Heiko Schocher wrote: make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY. When relying on signed FIT images with required signature check the legacy image format

Re: [U-Boot] [PATCH v2 3/4] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-05-14 Thread Heiko Schocher
Hello Simon, Am 15.05.2014 03:49, schrieb Simon Glass: Hi Heiko, On 14 May 2014 04:54, Heiko Schocherh...@denx.de wrote: move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c as this function is also used, if CONFIG_OF_CONTROL is not used. Poped up on the ids8313 board using