[U-Boot] Pull request - microblaze

2013-04-30 Thread Michal Simek
Hi Tom, please pull these microblaze changes to your tree. 2 of that patches was reviewed by you. Thanks, Michal The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820: Prepare v2013.04 (2013-04-19 10:25:43 -0400) are available in the git repository at: git://www.denx

[U-Boot] Pull request - zynq

2013-04-30 Thread Michal Simek
Hi Tom and Albert, please pull this patchset related to arm zynq to your tree. I haven't got any ACK for gem and platform changes but the whole patchset was reviewed by Tom. Also not all patches are ARM core specific but they are affecting zynq platform that's why I think it can go directly to Tom

Re: [U-Boot] [U-Boot,v3,7/8] usb: hub: Reset only usb 2.0 ports

2013-04-30 Thread Vivek Gautam
Hi Marek, On Wed, Apr 24, 2013 at 11:38 AM, Vivek Gautam wrote: > On Wed, Apr 24, 2013 at 5:51 AM, Marek Vasut wrote: >> Dear Julius Werner, >> >>> Sorry, forgot this one yesterday. I would consider to just drop/revert >>> this patch entirely. It's not wrong, but it adds complexity where it is

[U-Boot] [PATCH v5 6/7] Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM

2013-04-30 Thread dirk . eibach
From: Dirk Eibach MAKEALL is fine for ppc4xx and mpc85xx. Run checks were done on our controlcenterd hardware. Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: - consider CONFIG_CMD_BOOTM for all architectures Changes in v3: None Changes in v2: None arch/arm/lib/Makefile

[U-Boot] [PATCH v5 3/7] mpc85xx: Add CONFIG_RELEASE_CORE0_ONLY

2013-04-30 Thread dirk . eibach
From: Dirk Eibach If CONFIG_RELEASE_CORE0_ONLY is set, all cores except core0 are kept in holdoff mode. Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/powerpc/cpu/mpc85xx/mp.c |8 ++-- 1 files changed, 6 insertions(+

[U-Boot] [PATCH v5 5/7] Add Atmel I2C tpm

2013-04-30 Thread dirk . eibach
From: Dirk Eibach Add support for Atmel TPM devices with two wire interface. Signed-off-by: Dirk Eibach Signed-off-by: Reinhard Pfau --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None README |6 ++ drivers/tpm/Makefile|1 +

[U-Boot] [PATCH v5 4/7] i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0

2013-04-30 Thread dirk . eibach
From: Reinhard Pfau if alen is 0: no longer start a write cycle before reading data. Signed-off-by: Dirk Eibach Signed-off-by: Reinhard Pfau --- Changes in v5: - fix i2c_probe Changes in v4: None Changes in v3: None Changes in v2: - whitespace fixes drivers/i2c/fsl_i2c.c |9 ++---

[U-Boot] [PATCH v5 1/7] Update gdsys email account

2013-04-30 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: None Changes in v3: - fix email addresses Changes in v2: None MAINTAINERS |2 +- arch/powerpc/cpu/ppc4xx/cmd_chip_config.c |2 +- arch/powerpc/include/asm/ppc4xx_config.h

[U-Boot] [PATCH v5 2/7] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey

2013-04-30 Thread dirk . eibach
From: Reinhard Pfau Extend the tpm library with support for single authorized (AUTH1) commands as specified in the TCG Main Specification 1.2. (The internally used helper functions are implemented in a way that they could also be used for double authorized commands if someone needs it.) Provide

[U-Boot] [PATCH v5 0/7] Add gdsys ControlCenter Digital board

2013-04-30 Thread dirk . eibach
From: Dirk Eibach Changes in v5: - avoid probing dp501 i2c bridge addresses - fix i2c_probe Changes in v4: - consider CONFIG_CMD_BOOTM for all architectures Changes in v3: - fix email addresses Changes in v2: - configuration for SPI builds was missing - replace some numeric constants with na

Re: [U-Boot] [PATCH 4/6] imx: mx35pdk: Convert to iomux-v3

2013-04-30 Thread Stefano Babic
On 29/04/2013 22:39, Benoît Thébaudeau wrote: > Hi Stefano, > Hi Benoît, > On Monday, April 29, 2013 10:41:18 PM, Benoît Thébaudeau wrote: >> There is no change of behavior. >> >> Signed-off-by: Benoît Thébaudeau >> --- > [...] >> diff --git a/board/freescale/mx35pdk/mx35pdk.c >> b/board/freesc

Re: [U-Boot] Pull request - zynq

2013-04-30 Thread Tom Rini
On Tue, Apr 30, 2013 at 11:49:33AM +0200, Michal Simek wrote: > Hi Tom and Albert, > > please pull this patchset related to arm zynq to your tree. > I haven't got any ACK for gem and platform changes but the whole patchset > was reviewed by Tom. > Also not all patches are ARM core specific but th

[U-Boot] [PATCH] net: phy: supplement support for Micrel's KSZ9031

2013-04-30 Thread SARTRE Leo
Add function ksz9031_phy_extended_write and ksz9031_phy_extended_read Signed-off-by: Leo Sartre --- drivers/net/phy/micrel.c | 35 ++- include/micrel.h |9 + 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/m

[U-Boot] [PATCH] PHY: micrel.c: supplement support for KSZ9031

2013-04-30 Thread SARTRE Leo
This patch add some functions to enhance the support for KSZ9031. It applies on to of David Andrey patch which introducing the support for KSZ9031 ("PHY: micrel.c: add support for KSZ9031" : http://patchwork.ozlabs.org/patch/218793/) Leo Sartre (1): net: phy: supplement support for Micrel's KSZ9

Re: [U-Boot] [PULL] : Please pull u-boot-i2c

2013-04-30 Thread Tom Rini
On Tue, Apr 30, 2013 at 06:14:06AM +0200, Heiko Schocher wrote: > Hello Tom, > > On 29.04.2013 18:25, Tom Rini wrote: > > On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote: > > > >> Hello Tom, > >> > >> please pull from u-boot-i2c: > >> > >> The following changes since commit > >>

Re: [U-Boot] Pull request - microblaze

2013-04-30 Thread Tom Rini
On Tue, Apr 30, 2013 at 11:26:44AM +0200, Michal Simek wrote: > Hi Tom, > > please pull these microblaze changes to your tree. > 2 of that patches was reviewed by you. > > Thanks, > Michal > > The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820: > > Prepare v2013.04 (

Re: [U-Boot] [PATCH v4 0/7] Add cros-ec protocol driver and enable it in smdk5250

2013-04-30 Thread Tom Rini
On Tue, Apr 02, 2013 at 06:01:47PM +0800, Hung-ying Tyan wrote: > This patch series adds the drivers for the cros-ec protocol that is used to > communicate with the ChromeOS Embedded Controller (EC). The series also > enables > its use in Google Snow based on smdk5250. > > The series depends on

Re: [U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114

2013-04-30 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, April 29, 2013 4:47 PM > To: Jim Lin > Cc: u-boot@lists.denx.de; Tom Warren; Stephen Warren > Subject: Re: [PATCH 2/3] ARM: Tegra: USB: Add driver support for > Tegra30/Tegra114 > > Dear Jim Lin, > > >

Re: [U-Boot] [PATCH 4/4 v2] mtd: mxs_nand: Add support for i.MX6

2013-04-30 Thread Scott Wood
On 04/16/2013 02:14:12 AM, Stefan Roese wrote: Signed-off-by: Stefan Roese Acked-by: Scott Wood Cc: Stefano Babic Cc: Marek Vasut Cc: Fabio Estevam --- v2: - Changed tab to space after "#ifdef" Scott, is it okay for you if Stefano pulls this patchset via his ARM/imx repository? As it touche

Re: [U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114

2013-04-30 Thread Marek Vasut
Dear Tom Warren, > Marek, > > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: Monday, April 29, 2013 4:47 PM > > To: Jim Lin > > Cc: u-boot@lists.denx.de; Tom Warren; Stephen Warren > > Subject: Re: [PATCH 2/3] ARM: Tegra: USB: Add driver support for > > Tegra3

Re: [U-Boot] [U-Boot,v3,7/8] usb: hub: Reset only usb 2.0 ports

2013-04-30 Thread Marek Vasut
Dear Vivek Gautam, > Hi Marek, > > > On Wed, Apr 24, 2013 at 11:38 AM, Vivek Gautam > > wrote: > > On Wed, Apr 24, 2013 at 5:51 AM, Marek Vasut wrote: > >> Dear Julius Werner, > >> > >>> Sorry, forgot this one yesterday. I would consider to just drop/revert > >>> this patch entirely. It's no

Re: [U-Boot] [PATCH 2/3] ARM: Tegra: USB: Add driver support for Tegra30/Tegra114

2013-04-30 Thread Tom Rini
On Tue, Apr 30, 2013 at 09:21:18AM -0700, Tom Warren wrote: > Marek, > > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: Monday, April 29, 2013 4:47 PM > > To: Jim Lin > > Cc: u-boot@lists.denx.de; Tom Warren; Stephen Warren > > Subject: Re: [PATCH 2/3] ARM: Te

Re: [U-Boot] [PATCH v2] fs/ext4: Support device block sizes != 512 bytes.

2013-04-30 Thread Tom Rini
On Tue, Mar 26, 2013 at 08:05:59AM -0400, egbert.e...@gmail.com wrote: > From: Egbert Eich > > The 512 byte block size was hard coded in the ext4 file systems. Large > harddisks today support bigger block sizes typically 4096 bytes. > > Signed-off-by: Egbert Eich > --- > fs/ext4/dev.c

[U-Boot] [PATCH 1/2] mx28evk: Guard NAND-related ENV defines with CONFIG_ENV_IS_IN_NAND

2013-04-30 Thread Tom Rini
The redundancy related defines are only correct for NAND, so guard all of that area with CONFIG_ENV_IS_IN_NAND Cc: Fabio Estevam Signed-off-by: Tom Rini --- include/configs/mx28evk.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx28evk.h b/include/c

[U-Boot] [PATCH 2/2] omap5_uevm: Enable redudnant MMC environment

2013-04-30 Thread Tom Rini
Cc: Sricharan R Signed-off-by: Tom Rini --- include/configs/omap5_uevm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 240fdfc..550cabd 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -44

Re: [U-Boot] [PATCH 2/2] omap5_uevm: Enable redudnant MMC environment

2013-04-30 Thread Nishanth Menon
nit: $subject: s/redudnant/redundant/ On 16:05-20130430, Tom Rini wrote: > Cc: Sricharan R > Signed-off-by: Tom Rini > --- > include/configs/omap5_uevm.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_u

[U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-04-30 Thread Doug Anderson
It appears that there are some cases where we have more than 4 banks of memory. Use CONFIG_NR_DRAM_BANKS if it's defined to handle this. This will take up a little extra stack space (64 bytes extra if we go up to 8 banks), but that seems OK. Signed-off-by: Doug Anderson --- Note: nothing in-tree

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-04-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/30/2013 04:22 PM, Doug Anderson wrote: > It appears that there are some cases where we have more than 4 > banks of memory. Use CONFIG_NR_DRAM_BANKS if it's defined to > handle this. This will take up a little extra stack space (64 bytes > extr

Re: [U-Boot] [PATCH v4 03/15] sandbox: Switch over to generic board

2013-04-30 Thread Tom Rini
On Fri, Apr 26, 2013 at 05:53:43AM -0700, Simon Glass wrote: > Add generic board support for sandbox. and remove the old board init code. > > Select CONFIG_SYS_GENERIC_BOARD for sandbox now that this is supported. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc D

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-04-30 Thread Doug Anderson
Tom, On Tue, Apr 30, 2013 at 1:35 PM, Tom Rini wrote: > And I guess having this knowledge correct for the kernel is useful in > other contexts like when we want to power down some banks of memory > but not others? I mean, there's "lots" of platforms that lie and say > 1 bank since we require con

Re: [U-Boot] u-boot UBI support

2013-04-30 Thread Paul B. Henson
On 4/29/2013 1:57 AM, Sascha Silbe wrote: MX28EVK U-Boot > ubifsmount recovery UBIFS error (pid 0): ubifs_get_sb: cannot open "recovery", error -22 UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'recovery' errno=-22! Try increasing CONFIG_SYS_MALLOC_LEN, e.g. to 4MiB. Tha

Re: [U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if defined

2013-04-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/30/2013 04:49 PM, Doug Anderson wrote: > Tom, > > On Tue, Apr 30, 2013 at 1:35 PM, Tom Rini wrote: >> And I guess having this knowledge correct for the kernel is >> useful in other contexts like when we want to power down some >> banks of memor

[U-Boot] [PATCH] Fix references to the documentation files

2013-04-30 Thread Anatolij Gustschin
Many boot image configuration files refer to the appropriate documentation file, but these references contain typos in the directory and file name. Fix them. Also fix reference to doc/README.SPL file. Signed-off-by: Anatolij Gustschin Cc: Prafulla Wadaskar Cc: Stefano Babic --- board/LaCie/net

Re: [U-Boot] [PATCH 2/7] powerpc/boot: Change the macro of Boot from SRIO and PCIE master module

2013-04-30 Thread Andy Fleming
On Fri, Mar 8, 2013 at 2:41 AM, Liu Gang wrote: > Change the macro "CONFIG_SYS_FSL_SRIO_PCIE_BOOT_MASTER" to > "CONFIG_SRIO_PCIE_BOOT_MASTER", remove them from > arch/powerpc/include/asm/config_mpc85xx.h file, and add those macros > in configuration header file of each board which can support the

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Set master mode for all channels

2013-04-30 Thread Dirk Behme
Am 14.04.2013 09:08, schrieb Dirk Behme: Am 10.04.2013 01:06, schrieb Fabio Estevam: From: Fabio Estevam The glitch in the SPI clock line, which commit 3cea335c34 (spi: mxc_spi: Fix spi clock glitch durant reset) solved, is back now and itwas re-introduced by commit d36b39bf0d (spi: mxc_spi: F

[U-Boot] CAN framework in U-Boot

2013-04-30 Thread Bhupesh SHARMA
Hi Wolfgang G. and list, I was looking to do some basic tests on a C_CAN module inside our SOC at u-boot level, till the Linux OS is up and working to test basic CAN features. I couldn't figure out if CAN framework is supported in u-boot and would really appreciate if someone can help me out rega

Re: [U-Boot] [PATCH v2 0/45] Verified boot implementation based on FIT

2013-04-30 Thread Simon Glass
Hi Tom, On Thu, Apr 25, 2013 at 11:51 AM, Simon Glass wrote: > Hi Tom, > > On Tue, Apr 23, 2013 at 7:50 AM, Tom Rini wrote: >> On Mon, Apr 22, 2013 at 06:44:53PM -0500, Kim Phillips wrote: >>> On Sat, 20 Apr 2013 16:03:20 -0700 >>> Simon Glass wrote: >>> >>> > On Mon, Apr 1, 2013 at 5:13 PM, Ki