[U-Boot] [PATCH] integrator: stop calling pci_init() twice

2012-01-21 Thread Linus Walleij
The U-Boot startup infrastructure already makes sure pci_init() is called at a proper time, calling it again from within the board setup code will not make things better. Signed-off-by: Linus Walleij --- board/armltd/integrator/integrator.c |3 --- 1 files changed, 0 insertions(+), 3 deletio

[U-Boot] [PATCH 3/6] microblaze: Wire up LL_TEMAC driver initialization

2012-01-21 Thread Stephan Linz
Initialize ll_temac driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-g

[U-Boot] [PATCH 5/6] microblaze: Enable TFTP put command

2012-01-21 Thread Stephan Linz
Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index ec2e49e..a4cdcd8 100644 --- a/include/configs/microblaze-generic.h +++ b

[U-Boot] [PATCH 2/6] microblaze: Enable several ethernet driver compilation

2012-01-21 Thread Stephan Linz
NET_MULTI enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/

[U-Boot] [PATCH 4/6] microblaze: Enable phylib and mii support

2012-01-21 Thread Stephan Linz
From: Michal Simek Enable phylib and mii support for LLTEMAC or AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Michal Simek Acked-by: Stephan Linz --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --

[U-Boot] [PATCH 6/6] microblaze: Add faked LL_TEMAC driver configuration

2012-01-21 Thread Stephan Linz
Expand the specific configuration for the microblaze-generic board in xparameters.h with a faked setup to enable the LL_TEMAC driver. Note: From now the microblaze-generic board is no longer a valid board configuration for a real piece of hardware. Rather than, we use the file config.mk and xparam

[U-Boot] LL TEMAC v9 refactored

2012-01-21 Thread Stephan Linz
Back to the discussion from the last three months I have refactored the LL TEMAC driver again. The version v9 is ready to next review and testing (I hope the last one). I myself have tested it successfully on an ML605 (TEMAC hard core) and on a SP3ADSP1800 (TEMAC soft core). Thanks to Marek, Wolfga

Re: [U-Boot] [PATCH v4 07/20] tegra: fdt: Add device tree file for Tegra2 Seaboard from kernel

2012-01-21 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 2:28 PM, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: >> This was taken from commit b48c54e2 at: >> git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git >> >> Signed-off-by: Simon Glass > >> diff --git a/board/nvidia/dts/tegra2-se

Re: [U-Boot] [PATCH v4 03/20] fdt: Add basic support for decoding GPIO definitions

2012-01-21 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 2:17 PM, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: >> This adds some support into fdtdec for reading GPIO definitions from >> the fdt. We permit up to FDT_GPIO_MAX GPIOs in the system. Each GPIO >> is of the form: >> >> gpio-function-na

Re: [U-Boot] [PATCH v4 4/9] Stop using builtin_run_command()

2012-01-21 Thread Michael Walle
Hi Simon, Am Samstag 14 Januar 2012, 07:45:52 schrieb Simon Glass: > diff --git a/common/cmd_source.c b/common/cmd_source.c > index 481241c..32fff5c 100644 > --- a/common/cmd_source.c > +++ b/common/cmd_source.c > @@ -179,7 +179,7 @@ source (ulong addr, const char *fit_uname) >

Re: [U-Boot] [PATCH] ARM: tegra: Define Tegra20 CAR binding

2012-01-21 Thread Mitch Bradley
On 1/20/2012 9:32 PM, Olof Johansson wrote: Hi, On Thu, Jan 19, 2012 at 9:17 AM, Stephen Warren wrote: Olof Johansson wrote at Wednesday, January 18, 2012 10:32 PM: On Wed, Jan 18, 2012 at 05:16:52PM -0700, Stephen Warren wrote: diff --git a/Documentation/devicetree/bindings/clock/nvidia,teg

Re: [U-Boot] pull request: u-boot-tegra/master

2012-01-21 Thread Albert ARIBAUD
Hi Tom, Le 19/01/2012 01:01, Tom Warren a écrit : Albert, Please pull u-boot-tegra/master into arm master. Thanks. The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333: overo: add SPL support (2012-01-16 08:40:13 +0100) are available in the git repository at: git