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
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
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
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
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(+
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 +
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 ++---
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
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
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
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
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
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
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
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
> >>
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 (
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
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,
>
> >
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
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
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
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
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
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
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
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
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
-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
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
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
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
-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
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
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
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
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
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
37 matches
Mail list logo