Re: [U-Boot] [PATCH v2] ARM: mx6: Enable ARM errata workaround for 845369

2015-04-06 Thread Fabio Estevam
Hi Nitin, On Mon, Apr 6, 2015 at 3:08 PM, nitin.g...@freescale.com wrote: #define CONFIG_ARM_ERRATA_743622 +#if (defined(CONFIG_MX6Q) || defined(CONFIG_MX6DL) ||\ +defined(CONFIG_MX6QDL)) !defined(CONFIG_MX6S) #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Pavel Machek
On Mon 2015-04-06 16:59:55, Marek Vasut wrote: On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: Hi! In u-boot 2015.04-rc, as soon as execution hits printf(%d), it hangs. (Usually, that's after DRAM: message). printf(%d) expects an argument, so could it be that it touches

[U-Boot] [PATCH v2] ARM: mx6: Enable ARM errata workaround for 845369

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com Since MX6 is Cortex-A9 r2p10, enable software workaround for errata 845369. The ARM errata 751472, 794072, 761320, 845369 only applied to the following configuration: This erratum affects configurations with either: - One processor if the ACP is

[U-Boot] [PATCH v3 2/2] ARM: mx6: Enable ARM errata workaround for 845369

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com The ARM errata 845369 only applies to one processor if the ACP is present OR two or more processors. i.MX6 family does not have the ACP and thus only the MPCore system will be impacted, which are the i.MX6DQ, i.MX6DL. Signed-off-by: Nitin Garg

Re: [U-Boot] [PATCH 0/23] net: cosmetic: Fix naming and other checkpatch.pl issues in net/

2015-04-06 Thread Joe Hershberger
Hi Simon, On Fri, Apr 3, 2015 at 4:14 PM, Joe Hershberger joe.hershber...@ni.com wrote: This series is fairly disruptive in naming, so hopefully there aren't many network stack changes in flight that will conflict with this. This is based on top of dm/next for now so that the dm/eth series is

[U-Boot] [PATCH] ARM: mx6: Fix errata workarounds for i.MX6

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com Since MX6 is Cortex-A9 r2p10, enable ARM errata 751472, 794072, 761320 only applied to the following configuration: This erratum affects configurations with either: - One processor if the ACP is present - Two or more processors i.MX6 family does not

[U-Boot] [PATCH v3 1/2] ARM: Add workaround for Cortex-A9 errata 845369

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com Under very rare timing circumstances, transition into streaming mode might create a data corruption. Exists on all Cortex-A9 revisions. Signed-off-by: Nitin Garg nitin.g...@freescale.com --- Changes in v3: None Changes in v2: None README

[U-Boot] [PATCH v3 2/3] ARM: Add workaround for Cortex-A9 errata 845369

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com Under very rare timing circumstances, transition into streaming mode might create a data corruption. Exists on all Cortex-A9 revisions. Signed-off-by: Nitin Garg nitin.g...@freescale.com --- Changes in v3: None Changes in v2: None README

[U-Boot] [PATCH v3 1/3] ARM: mx6: Fix errata workarounds for i.MX6

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com Since MX6 is Cortex-A9 r2p10, enable ARM errata 751472, 794072, 761320 only applied to the following configuration: This erratum affects configurations with either: - One processor if the ACP is present - Two or more processors i.MX6 family does not

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 08:14:44 PM, Pavel Machek wrote: On Mon 2015-04-06 16:59:55, Marek Vasut wrote: On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: Hi! In u-boot 2015.04-rc, as soon as execution hits printf(%d), it hangs. (Usually, that's after DRAM:

[U-Boot] [PATCH v3 3/3] ARM: mx6: Enable ARM errata workaround for 845369

2015-04-06 Thread nitin.garg
From: Nitin Garg nitin.g...@freescale.com The ARM errata 845369 only applies to one processor if the ACP is present OR two or more processors. i.MX6 family does not have the ACP and thus only the MPCore system will be impacted, which are the i.MX6DQ, i.MX6DL. Signed-off-by: Nitin Garg

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Pavel Machek
On Mon 2015-04-06 20:48:45, Marek Vasut wrote: On Monday, April 06, 2015 at 08:14:44 PM, Pavel Machek wrote: On Mon 2015-04-06 16:59:55, Marek Vasut wrote: On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: Hi! In u-boot 2015.04-rc, as soon as execution hits

Re: [U-Boot] [PATCH v2 09/11] dm: net: Adjust designware driver to support driver model

2015-04-06 Thread Joe Hershberger
Hi Simon, On Sun, Apr 5, 2015 at 5:07 PM, Simon Glass s...@chromium.org wrote: Add driver model support to the designware driver. This reuses most of the existing code except for some duplication in the probe() method. Signed-off-by: Simon Glass s...@chromium.org --- Acked-by: Joe

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

2015-04-06 Thread Tom Rini
On Mon, Apr 06, 2015 at 03:38:10PM +0900, Minkyu Kang wrote: Dear Tom, The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707: Merge git://git.denx.de/u-boot-arc (2015-04-03 09:14:44 -0400) are available in the git repository at:

[U-Boot] [PATCH v2 6/8] config_distro_bootcmd.h: Add shared block definition for the host interface

2015-04-06 Thread Sjoerd Simons
Define the common shared block environment for the host interface in preperation for the sandbox build to use config_distro_bootcmd. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: None include/config_distro_bootcmd.h | 13 + 1 file changed, 13

[U-Boot] [PATCH v2 4/8] sandbox: Renamed sb command to host

2015-04-06 Thread Sjoerd Simons
As suggested by Simon Glass, rename the sb command to host but keep the old sb command as an alias Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: None common/Makefile | 2 +- common/{cmd_sandbox.c = cmd_host.c} | 49

[U-Boot] [PATCH v2 8/8] sandbox: add config_distro_defaults and config_distro_bootcmd

2015-04-06 Thread Sjoerd Simons
Make the sandbox setup more generic/examplary by including config_distro_defaults.h and config_distro_bootcmd.h. Among other things this makes it easy to test whether images will boot though with the standard distro bootcmds by running e.g: u-boot -c 'host bind 0 myimage.img ; boot' By default

[U-Boot] [PATCH v2 2/8] sandbox: Split bootm code out into lib/bootm

2015-04-06 Thread Sjoerd Simons
Follow the convention of other architectures and move the platform specific linux bootm code into sandbox/lib/bootm.c. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: None arch/sandbox/cpu/cpu.c| 12 arch/sandbox/lib/Makefile | 1 +

[U-Boot] [PATCH v2 3/8] sandbox: Add support for bootz

2015-04-06 Thread Sjoerd Simons
Add dummy bootz_setup implementation allowing the u-boot sandbox to run bootz. This recognizes both ARM and x86 zImages to validate a valid zImage was loaded. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: - Move into sandbox/lib/bootm.c - convert to u-boot coding

Re: [U-Boot] [PATCH v2 3/8] sandbox: Add support for bootz

2015-04-06 Thread Stephen Warren
On 04/06/2015 03:02 PM, Sjoerd Simons wrote: Add dummy bootz_setup implementation allowing the u-boot sandbox to run bootz. This recognizes both ARM and x86 zImages to validate a valid zImage was loaded. diff --git a/arch/sandbox/lib/bootm.c b/arch/sandbox/lib/bootm.c +int

Re: [U-Boot] Please pull u-boot-sunxi master

2015-04-06 Thread Tom Rini
On Sat, Apr 04, 2015 at 03:41:08PM +0200, Hans de Goede wrote: Hi Tom, Please pull u-boot-sunxi/master into master for a small bugfix for v2015.04. This fixes the CONFIG_FDTFILE setting in a defconfig file so that we do not end up loading the wrong dtb: The following changes since commit

Re: [U-Boot] [PATCH v3 1/3] ARM: mx6: Fix errata workarounds for i.MX6

2015-04-06 Thread Troy Kisky
On 4/6/2015 12:01 PM, nitin.g...@freescale.com wrote: From: Nitin Garg nitin.g...@freescale.com Since MX6 is Cortex-A9 r2p10, enable ARM errata 751472, 794072, 761320 only applied to the following configuration: This erratum affects configurations with either: - One processor if the

[U-Boot] [PATCH v2 0/8] Allow sandbox to use config_distro_bootcmd

2015-04-06 Thread Sjoerd Simons
Testing whether images will correctly boot with the standard distro bootcmds can be rather time-consuming as it tends to require flashing the images and booting on a device. Ditto for testing changes to config_distro_bootcmd. Adding support for sandbox to run distro bootcmds makes things a lot

[U-Boot] [PATCH v2 5/8] sandbox: Implement host dev [device]

2015-04-06 Thread Sjoerd Simons
A common pattern to check if a certain device exists (e.g. in config_distro_bootcmd) is to use: interface dev [device] Implement host dev [device] so this pattern can be used for sandbox host devices. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: None

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 09:23:23 PM, Pavel Machek wrote: On Mon 2015-04-06 20:48:45, Marek Vasut wrote: On Monday, April 06, 2015 at 08:14:44 PM, Pavel Machek wrote: On Mon 2015-04-06 16:59:55, Marek Vasut wrote: On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: Hi!

[U-Boot] [PATCH v2 1/8] sandbox: only do sandboxfs for hostfs interface

2015-04-06 Thread Sjoerd Simons
Only do sandbox filesystem access when using the hostfs device interface, rather then falling back to it in all cases. This prevents confusion situations due to the fallback being taken rather then an unsupported error being raised. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk

[U-Boot] [PATCH v2 7/8] pxe: Ensure all memory access is to mapped memory

2015-04-06 Thread Sjoerd Simons
Properly map memory through map_sysmem so that pxe can be used from the sandbox. Tested in sandbox as well as on jetson-tk1, odroid-xu3, snow as peach-pi boards Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v2: - Prevent uncessary casts - Always unmap mapped sysmem

Re: [U-Boot] [PATCH 0/23] net: cosmetic: Fix naming and other checkpatch.pl issues in net/

2015-04-06 Thread Simon Glass
Hi Joe, On 6 April 2015 at 14:41, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Fri, Apr 3, 2015 at 4:14 PM, Joe Hershberger joe.hershber...@ni.com wrote: This series is fairly disruptive in naming, so hopefully there aren't many network stack changes in flight that will

Re: [U-Boot] [PATCH v2 0/80] dm: Add USB support

2015-04-06 Thread Simon Glass
Hi Marek, On 6 April 2015 at 07:13, Marek Vasut ma...@denx.de wrote: On Monday, April 06, 2015 at 01:38:13 AM, Simon Glass wrote: Hi Marek, Hi Simon, On 26 March 2015 at 13:40, Marek Vasut ma...@denx.de wrote: On Wednesday, March 25, 2015 at 07:21:48 PM, Simon Glass wrote: This series

Re: [U-Boot] [PATCH v2] dm: spi: Convert Freescale QSPI driver to driver model

2015-04-06 Thread Simon Glass
On 1 April 2015 at 01:19, Peng Fan peng@freescale.com wrote: Hi Haikun, On 4/1/2015 11:10 AM, Haikun Wang wrote: Move the Freescale QSPI driver over to driver model. Signed-off-by: Haikun Wang haikun.w...@freescale.com Signed-off-by: Peng Fan peng@freescale.com --- Changes in

Re: [U-Boot] [PATCH] buildman: Make -V (verbose_build) really be verbose

2015-04-06 Thread Tom Rini
On Sun, Apr 05, 2015 at 12:31:39PM -0600, Simon Glass wrote: Hi Tom, On 1 April 2015 at 05:47, Tom Rini tr...@konsulko.com wrote: The help text for -V says we will pass V=1 but all it really did was not pass in -s. Change the logic to pass make V=1 with given to buildman -V or -s to

Re: [U-Boot] [ PATCH] patman: cover letter shows like 00/xx if more than 10 patches

2015-04-06 Thread Josh Wu
HI, Simon Thanks for the feedback. On 4/6/2015 2:31 AM, Simon Glass wrote: Hi Josh, On 31 March 2015 at 20:54, Josh Wu josh...@atmel.com wrote: Hi, Simon On 4/1/2015 10:04 AM, Simon Glass wrote: Hi Josh, On 30 March 2015 at 19:54, Josh Wu josh...@atmel.com wrote: Make cover letter shows

[U-Boot] [PATCH V2] ARM: bcm2835: use phys_to_bus() for mbox

2015-04-06 Thread Stephen Warren
When we communicate with the VideoCore to perform property mailbox transactions, that is a DMA operation as far as the property buffer is concerned. Use phys_to_bus() on that buffer. Signed-off-by: Stephen Warren swar...@wwwdotorg.org --- v2: Rebase on top of bcm283x mbox header move. While this

Re: [U-Boot] [PATCH v2] spi: omap3: Fix timeout handling

2015-04-06 Thread Tom Rini
On Wed, Apr 01, 2015 at 04:21:50PM +0100, Andy Pont wrote: Hi David, snipped for brevity for (i = 0; i len; i++) { /* wait till TX register is empty (TXS == 1) */ + start = get_timer(0); while (!(readl(ds-regs-channel[ds-slave.cs].chstat)

Re: [U-Boot] u-boot: OpenRD Ultimate fails to build

2015-04-06 Thread Tom Rini
On Sat, Apr 04, 2015 at 06:13:18PM +0200, drEagle wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Le 03/04/2015 23:46, Vagrant Cascadian a écrit : On 2015-03-25, drEagle wrote: Le 21/03/2015 15:53, Vagrant Cascadian a écrit : It seems that OpenRD Ultimate with u-boot 2015.04-rc3

Re: [U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

2015-04-06 Thread Tom Rini
On Sun, Apr 05, 2015 at 12:31:44PM -0600, Simon Glass wrote: Hi Tom, On 1 April 2015 at 05:19, Tom Rini tr...@konsulko.com wrote: On Tue, Mar 31, 2015 at 08:39:57PM -0600, Simon Glass wrote: Hi Masahiro, On 30 March 2015 at 05:59, Masahiro Yamada yamada.masah...@socionext.com

Re: [U-Boot] [PATCH v2 80/80] dm: usb: Add a README for driver model

2015-04-06 Thread Jim Lin
There are some typos. Please correct them, thanks. On 03/26/2015 02:23 AM, Simon Glass wrote: Add some documentation describing how USB is implemented with USB. This might make things easier for people to understand. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Rewrite

Re: [U-Boot] [PATCH V2] ARM: bcm2835: use phys_to_bus() for mbox

2015-04-06 Thread Marek Vasut
On Tuesday, April 07, 2015 at 04:28:39 AM, Stephen Warren wrote: When we communicate with the VideoCore to perform property mailbox transactions, that is a DMA operation as far as the property buffer is concerned. Use phys_to_bus() on that buffer. Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH v3 1/3] i2c: mvtwsi: Support for up to 4 different controllers

2015-04-06 Thread Heiko Schocher
Hello Paul, Am 05.04.2015 09:51, schrieb Paul Kocialkowski: Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI controller. However, other platforms using MVTWSI may come with more: this is the case on Allwinner (sunxi) platforms, where up to 4 controllers can be

Re: [U-Boot] [PATCH] mx53loco: Disable printing cpuinfo

2015-04-06 Thread hui....@freescale.com
-Original Message- From: Fabio Estevam [mailto:fabio.este...@freescale.com] Sent: Monday, April 06, 2015 10:23 PM To: sba...@denx.de Cc: Liu Hui-R64343; u-boot@lists.denx.de; Estevam Fabio-R49496 Subject: [PATCH] mx53loco: Disable printing cpuinfo Since commit 32df39c741788e (mx5:

Re: [U-Boot] [PATCH 1/2] i2c: mvtwsi: Support for up to 4 different controllers

2015-04-06 Thread Heiko Schocher
Hello Hans, Am 04.04.2015 14:13, schrieb Hans de Goede: Hi, On 04-04-15 13:27, Paul Kocialkowski wrote: Orion5x, Kirkwood and Armada XP platforms come with a single TWSI (I2C) MVTWSI controller. However, other platforms using MVTWSI may come with more: this is the case on Allwinner (sunxi)

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Heiko Schocher
Hello Pavel, Am 06.04.2015 16:40, schrieb Pavel Machek: Hi! In u-boot 2015.04-rc, as soon as execution hits printf(%d), it hangs. (Usually, that's after DRAM: message). Now, I have to admit I'm chainloading u-boot from U-Boot 2013.01.01 (Mar 25 2015 - 15:57:21) tftp 0x0140

Re: [U-Boot] [PATCH] drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller

2015-04-06 Thread nikhil.bad...@freescale.com
-Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Thursday, April 02, 2015 10:32 PM To: Badola Nikhil-B46172 Cc: u-boot@lists.denx.de Subject: Re: [PATCH] drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller On Friday, March 27, 2015 at 04:47:54 AM,

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-06 Thread Gabriel Huau
Hi Simon, On 04/05/2015 11:31 AM, Simon Glass wrote: Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau cont...@huau-gabriel.fr wrote: Hi Simon, On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabriel, On 27 February 2015 at 01:52, Bin Meng bmeng...@gmail.com wrote: Hi Gabriel, On Fri,

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-04-06 Thread Vishnu Patekar
Hello Hans, I wish I could have spent more time working on it. however, I could not. Thanks for taking this up. On Mon, Apr 6, 2015 at 2:46 PM, Hans de Goede hdego...@redhat.com wrote: Hi Vishnu, On 01-03-15 19:42, Vishnu Patekar wrote: Allwinner A33 tablets comes with the libdram binary,

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

2015-04-06 Thread Minkyu Kang
Dear Tom, The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707: Merge git://git.denx.de/u-boot-arc (2015-04-03 09:14:44 -0400) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to

[U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-06 Thread Gaurav Rana
Move the compilation of file fsl_validate.c in MACRO CONFIG_CMD_ESBC_VALIDATE. This file should be compiled only when the above MACRO is defined This caused a break in compilation of iMX platforms when compiling for SECURE_BOOT Signed-off-by: Gaurav Rana gaurav.r...@freescale.com --- Changes in

Re: [U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-04-06 Thread Minkyu Kang
On 31/03/15 18:07, Minkyu Kang wrote: Hi, On Thursday, March 26, 2015, Simon Glass s...@chromium.org wrote: Hi Minkyu, On 24 March 2015 at 01:45, Minkyu Kang proms...@gmail.com javascript:; wrote: hi, On 20 March 2015 at 02:06, Guillaume Gardet guillaume.gar...@free.fr javascript:;

Re: [U-Boot] [PATCH 3/3] config: exynos: trats2: Enable support for Image.itb at trats2 device

2015-04-06 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: After this change it is possible to boot trats2 device with Image.itb, which facilitates automated testing, since only one file is necessary. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- include/configs/trats2.h | 8 ++-- 1 file

Re: [U-Boot] [PATCH 2/3] config: exynos: trats: Enable support for Image.itb at trats device

2015-04-06 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: After this change it is possible to boot trats device with Image.itb, which facilitates automated testing, since only one file is necessary. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- include/configs/trats.h | 8 ++-- 1 file

Re: [U-Boot] [PATCH 1/3] config: exynos: common: Provide env variables to support Image.itb

2015-04-06 Thread Minkyu Kang
On 01/04/15 19:34, Lukasz Majewski wrote: This change allows using Image.itb image format with Exynos4 devices (especially trats and trats2). Such change facilitates automated testing since only one binary needs to be prepared. Signed-off-by: Lukasz Majewski l.majew...@samsung.com ---

[U-Boot] [PATCH] FIX : IMX - command for validateion of images.

2015-04-06 Thread Gaurav Rana
By defining CONFIG_SECURE_BOOT we made verify_header function available to use which is invoked by esbc_validate command. IMX platforms define only CONFIG_SECURE_BOOT and not cmd_esbc_validate and hence build will be break. In file included from

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-04-06 Thread Hans de Goede
Hi Vishnu, On 01-03-15 19:42, Vishnu Patekar wrote: Allwinner A33 tablets comes with the libdram binary, fortunately I've found the libdram code at https://github.com/realthunder/a33_bootloader/tree/master/basic_loader/bsp/bsp_for_a67. I've integrated it with mainline u-boot, still lot to do

Re: [U-Boot] Regarding patch: http://patchwork.ozlabs.org/patch/373593/

2015-04-06 Thread Ramneek Mehresh
-Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, January 12, 2015 8:00 PM To: Mehresh Ramneek-B31383 Cc: u-boot Subject: Re: Regarding patch: http://patchwork.ozlabs.org/patch/373593/ On Monday, January 12, 2015 at 06:26:24 AM, Ramneek Mehresh wrote:

Re: [U-Boot] [PATCH] config: peach: Correct memory layout environment settings

2015-04-06 Thread Minkyu Kang
On 26/03/15 19:11, Sjoerd Simons wrote: On Wed, 2015-03-25 at 16:49 -0400, Tom Rini wrote: On Wed, Mar 25, 2015 at 08:54:16PM +0100, Sjoerd Simons wrote: On Wed, 2015-03-25 at 12:58 -0400, Tom Rini wrote: On Wed, Mar 25, 2015 at 09:32:45AM +0100, Sjoerd Simons wrote: On Wed, 2015-03-25 at

Re: [U-Boot] [PATCH V3 0/8] peach_pi: Add support for FIMD and DP

2015-04-06 Thread Minkyu Kang
On 04/03/15 22:35, Ajay Kumar wrote: Add support for the eDP panel supported on peach_pi. Changes since V1: -- Address comments for clock changes -- Remove the use of GPIO enums, and use DT to specify GPIOs. Changes since V2: -- Address comments for clock patch and modify

Re: [U-Boot] sun9i target support in u-boot?

2015-04-06 Thread Alexey Brodkin
Hello Alexander, On Sun, 2015-04-05 at 22:41 -0500, kallisti5 wrote: Good evening! I'm looking at a port of Haiku (haiku-os.org) to the A80 cubieboard4. I can't seem to figure out their u-boot from SD card process. Is there sun9i support in your branch / mainline? kallisti5@eris ~ :)

Re: [U-Boot] [PATCH v2 2/3] sunxi: Complete i2c support for each supported platform

2015-04-06 Thread Hans de Goede
Hi Simon and Paul, On 05-04-15 22:56, Paul Kocialkowski wrote: Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : Hi Paul, On 4 April 2015 at 14:49, Paul Kocialkowski cont...@paulk.fr wrote: Sunxi platforms come with at least 3 TWI (I2C) controllers and some platforms even have

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-04-06 Thread Hans de Goede
Hi, On 06-04-15 12:48, Vishnu Patekar wrote: Hello Hans, I wish I could have spent more time working on it. however, I could not. No problem, thanks for the initial code, and I'm happy to hear that you've no objections against me taking over from you. Thanks for taking this up. You're

Re: [U-Boot] cmd_mem: cleanups, catch bad usage

2015-04-06 Thread Pavel Machek
On Wed 2015-04-01 13:50:41, Pavel Machek wrote: Currently, memtest will silently accept bad data. Perform error checking on user intput. Signed-off-by: Pavel Machek pa...@denx.de Ping? Tom, noone replys here, can you take the patch? diff --git a/common/cmd_mem.c b/common/cmd_mem.c index

Re: [U-Boot] [PATCH] imx: ipu: fix occasional hang following disabling of channel

2015-04-06 Thread Tim Harvey
On Sat, Apr 4, 2015 at 7:52 AM, Liu Ying ying@freescale.com wrote: Hi Tim, Does your code base contain this patch[1]? It probably addressed the same issue you meet. [1] http://lists.denx.de/pipermail/u-boot/2014-February/174533.html Regards, Liu Ying Liu, It certainly does not -

[U-Boot] [PATCH] fdt: add new fdt_fixup_display function to configure display

2015-04-06 Thread Tim Harvey
Add 'fdt_fixup_display' function to fixup device-tree for a specific display. This is useful if a device-tree has configurations for multiple display timings for undetectable displays. Signed-off-by: Tim Harvey thar...@gateworks.com --- common/fdt_support.c | 31 +++

[U-Boot] ubi/ubifs support for generic 'ls' and 'fsload' commands (CMD_FS_GENERIC)?

2015-04-06 Thread Tim Harvey
Stephen, Has anyone attempted to add generic fs support for ubi/ubifs to your knowledge? Regards, Tim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCHv3 01/17] arm: socfpga: spl: Add main sdram code

2015-04-06 Thread Dinh Nguyen
Hi Marek, On Thu, Apr 2, 2015 at 9:00 PM, Marek Vasut ma...@denx.de wrote: On Tuesday, March 31, 2015 at 08:41:46 AM, Wolfgang Denk wrote: Dear dingu...@opensource.altera.com, In message 1427752878-18426-2-git-send-email-dingu...@opensource.altera.com you wrote: ... +/* Register:

[U-Boot] Including support for PowerPC-based Linkstations/Kuroboxes?

2015-04-06 Thread Rogério Brito
Hi. I have a Kurobox HG, which is an embedded PowerPC NAS, and I am running a very old binary of u-boot. This binary was precompiled and I took it from http://downloads.buffalo.nas-central.org/LSHG_PPC/Bootloader/Uboot/Precompiled/obsolete/u-boot-hg.flash.bin (If I'm not mistaken---it's

[U-Boot] Where can I find u-boot which supports Raspberry Pi B+

2015-04-06 Thread Huan Ngo
Hi, I want to boot up Raspberry Pi B+ with u-boot. Where can I get a u-boot source code/image that can boot up my Raspberry Pi B+? Regards, Huan ___

[U-Boot] [PATCH 1/1] ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching

2015-04-06 Thread Bryan Brinsko
The TTBR0 register and Table Descriptors of the ARMv7 TLB weren't being properly set to allow for the configuration specified caching modes to be active over DRAM. This commit fixes those issues. Signed-off-by: Bryan Brinsko bryan.brin...@rockwellcollins.com Cc: Albert Aribaud

Re: [U-Boot] u-boot: OpenRD Ultimate fails to build

2015-04-06 Thread Rick Thomas
I have a couple of ShevaPlugs, one OpenRD Base and one OpenRD Ultimate. If you’ll guide me thru the process, I’ll be glad to help with testing. The ShevaPlugs are currently idle, while the Base and Ultimate are occupied doing useful work. So I’d prefer to start with the SheevaPlugs if that’s

[U-Boot] [PATCH] arm: am437x: mux: Update mux names

2015-04-06 Thread Bryan De Faria
Correct and complete the mux names following AM437x Technical Reference Manual. Signed-off-by: Bryan De Faria bdefaria-...@adeneo-embedded.com --- arch/arm/include/asm/arch-am33xx/mux_am43xx.h | 87 +-- 1 file changed, 56 insertions(+), 31 deletions(-) diff --git

[U-Boot] fix makefiles to respect DTC setting

2015-04-06 Thread Pavel Machek
Top-level Makefile has option to select dtc binary, but it is ignored due to bug in Makefile.lib. Fix it. Signed-off-by: Pavel Machek pa...@denx.de diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 13af604..8731fc6 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@

[U-Boot] [PATCH] usb: hub: allow pgood_delay to be specified via env

2015-04-06 Thread Tim Harvey
Some USB devices break the spec and require longer warm-up times. Allow the usb_pgood_delay env variable to override the calculated time. I have encountered this specficically with several different sized/branded USB sticks with VID:PID 058f:6387 (Alcor Micro Corp. Transcend JetFlash) where I

[U-Boot] [PATCH] mx53loco: Disable printing cpuinfo

2015-04-06 Thread Fabio Estevam
Since commit 32df39c741788e (mx5: fix get_reset_cause) we have the following boot messages on a mx53qsb: U-Boot 2015.04-rc5-00029-gd68df02 (Apr 06 2015 - 11:15:39) CPU: Freescale i.MX53 rev2.1

Re: [U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 04:40:09 PM, Pavel Machek wrote: Hi! In u-boot 2015.04-rc, as soon as execution hits printf(%d), it hangs. (Usually, that's after DRAM: message). printf(%d) expects an argument, so could it be that it touches random piece of memory and thus hangs? Best regards,

Re: [U-Boot] ubi/ubifs support for generic 'ls' and 'fsload' commands (CMD_FS_GENERIC)?

2015-04-06 Thread Stephen Warren
On 04/06/2015 08:18 AM, Tim Harvey wrote: Stephen, Has anyone attempted to add generic fs support for ubi/ubifs to your knowledge? Not that I'm aware of. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] printf(%d) breaks u-boot 2015.01+

2015-04-06 Thread Pavel Machek
Hi! In u-boot 2015.04-rc, as soon as execution hits printf(%d), it hangs. (Usually, that's after DRAM: message). Now, I have to admit I'm chainloading u-boot from U-Boot 2013.01.01 (Mar 25 2015 - 15:57:21) tftp 0x0140 .../u-boot.bin Waiting for PHY auto negotiation to complete.. done ENET

Re: [U-Boot] [PATCH v3 1/3] usb: usb_new_device return codes consistency

2015-04-06 Thread Marek Vasut
On Saturday, April 04, 2015 at 03:12:27 PM, Paul Kocialkowski wrote: This makes use of errno return codes for representing error codes in a unified way. Signed-off-by: Paul Kocialkowski cont...@paulk.fr Applied all three to u-boot-usb/next . Thanks ! Best regards, Marek Vasut

Re: [U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-06 Thread Ulises Cardenas
Hi Gaurav, On 4/6/15 2:35 AM, Gaurav Rana wrote: Move the compilation of file fsl_validate.c in MACRO CONFIG_CMD_ESBC_VALIDATE. This file should be compiled only when the above MACRO is defined This caused a break in compilation of iMX platforms when compiling for SECURE_BOOT Signed-off-by:

Re: [U-Boot] Regarding patch: http://patchwork.ozlabs.org/patch/373593/

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 10:58:30 AM, Ramneek Mehresh wrote: [...] The static void fsl_xhci_core_exit(struct fsl_xhci *fsl_xhci) must shut down the controller, which I don't see happening. Why? I could not locate any such requirement in IP documentation. Have contacted

Re: [U-Boot] [PATCH v2 0/80] dm: Add USB support

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 01:38:13 AM, Simon Glass wrote: Hi Marek, Hi Simon, On 26 March 2015 at 13:40, Marek Vasut ma...@denx.de wrote: On Wednesday, March 25, 2015 at 07:21:48 PM, Simon Glass wrote: This series adds driver model support to USB. The intent is to permit the various

Re: [U-Boot] [PATCH] usb: hub: allow pgood_delay to be specified via env

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 04:05:07 PM, Tim Harvey wrote: Some USB devices break the spec and require longer warm-up times. Allow the usb_pgood_delay env variable to override the calculated time. I have encountered this specficically with several different sized/branded USB sticks with

Re: [U-Boot] [PATCH] ARM: bcm2835: use phys_to_bus() for mbox

2015-04-06 Thread Marek Vasut
On Sunday, April 05, 2015 at 04:48:24 AM, Stephen Warren wrote: When we communicate with the VideoCore to perform property mailbox transactions, that is a DMA operation as far as the property buffer is concerned. Use phys_to_bus() on that buffer. Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH] drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller

2015-04-06 Thread Marek Vasut
On Monday, April 06, 2015 at 10:59:09 AM, nikhil.bad...@freescale.com wrote: -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Thursday, April 02, 2015 10:32 PM To: Badola Nikhil-B46172 Cc: u-boot@lists.denx.de Subject: Re: [PATCH] drivers:usb:fsl: Implement