[U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-07 Thread Tom Warren
This provides SPL support for T124 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. Change-Id: I721f83f1d5fa549e0698e0cc76ab3e5ea11ba895 Signed-off-by: Tom Warren --- arch/arm/cpu/arm720t/tegra-common/cpu.c | 63 +-- arch/arm/cpu/arm720t/tegra-common/cpu.h | 6 +- arch/ar

[U-Boot] [PATCH 6/8] Tegra124: Add generic T124 build support

2013-10-07 Thread Tom Warren
Basic Tegra124 build support added - no specific board is targeted. Change-Id: Id16b44b5b394e03b121e702eaef2f49f55ab3da3 Signed-off-by: Tom Warren --- board/nvidia/common/board.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c inde

Re: [U-Boot] [PATCH] Tegra114: Dalmore: Add voltage reg/PMIC init for various periphs

2013-10-07 Thread Tom Warren
As Stephen points out, the PMIC/vreg settings aren't needed to boot an upstream kernel, so I'm dropping this patch. Thanks On Mon, Oct 7, 2013 at 1:22 PM, Stephen Warren wrote: > On 10/07/2013 01:49 PM, Tom Warren wrote: > > These powerrails are currently needed for kernel boot. This will > > b

Re: [U-Boot] [PATCH v6] usb: new board-specific USB init interface

2013-10-07 Thread Troy Kisky
On 10/7/2013 3:32 AM, Mateusz Zalega wrote: On 10/05/13 02:48, Troy Kisky wrote: On 10/4/2013 10:22 AM, Mateusz Zalega wrote: +/* + * You can initialize platform's USB host or device + * ports by passing this enum as an argument to + * board_usb_init(). + */ +enum board_usb_init_type { +

Re: [U-Boot] [PATCH 1/4] arm64: Add tool to statically apply RELA relocations

2013-10-07 Thread Scott Wood
On Sat, 2013-10-05 at 09:52 +0200, Albert ARIBAUD wrote: > Hi Scott, > > On Thu, 3 Oct 2013 17:48:28 -0500, Scott Wood > wrote: > > > ARM64 uses the newer RELA-style relocations rather than the older REL. > > RELA relocations have an addend in the relocation struct, rather than > > expecting the

Re: [U-Boot] [PATCH v7 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-10-07 Thread Scott Wood
On Sat, 2013-10-05 at 06:11 +, Gupta, Pekon wrote: > Hi, > Please see the replies inline.. > > > From: Scott Wood [mailto:scottw...@freescale.com] > > > On Mon, 2013-09-30 at 19:43 +0530, Pekon Gupta wrote: > > > +Platform specific options > > > += > > > + > > > + CON

Re: [U-Boot] [PATCH v7 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-10-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2013 09:06 PM, Scott Wood wrote: > On Sat, 2013-10-05 at 06:11 +, Gupta, Pekon wrote: >> Hi, >> Please see the replies inline.. >> >>> From: Scott Wood [mailto:scottw...@freescale.com] On Mon, 2013-09-30 at 19:43 +0530, Pekon Gupta wr

Re: [U-Boot] [PATCH] mpc85xx: Fix the offset of register address error

2013-10-07 Thread Tang Yuantian-B29983
> > diff --git a/arch/powerpc/include/asm/mpc85xx_gpio.h > > b/arch/powerpc/include/asm/mpc85xx_gpio.h > > index 3d11884..87bb4a0 100644 > > --- a/arch/powerpc/include/asm/mpc85xx_gpio.h > > +++ b/arch/powerpc/include/asm/mpc85xx_gpio.h > > @@ -20,7 +20,7 @@ > > static inline void mpc85xx_gpio_set

Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-07 Thread FengHua
> Hi FengHua, > > On Fri, 4 Oct 2013 23:55:01 +0800 (GMT+08:00), FengHua > wrote: > > > > > > > > arm64: rela relocation > > > > > > This lets us remove the manual relocation stuff from the arm64 patchset > > > (the symbol itself is removed by this patchset, but not all the new > > > manual

[U-Boot] [Patch v1 1/1] usb:smsx95xx LED activity for USB net driver

2013-10-07 Thread Suriyan Ramasami
Add LED activity for SMSX95XX USB Ether driver. Signed-off-by: “Suriyan Ramasami" --- drivers/usb/eth/smsc95xx.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c index 15fd9a9..7bf0a34 100644 --- a/driv

Re: [U-Boot] [PATCH] arm/km: fix i2c mux define for km_kirkwood_128m16 target

2013-10-07 Thread Heiko Schocher
Hello Holger, Am 07.10.2013 15:10, schrieb Holger Brunck: Due to the i2c mux rework in u-boot we now have only to specify the busnumber and not the whole mux configuration. Signed-off-by: Holger Brunck --- include/configs/km_kirkwood.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [U-Boot] : SPI patches

2013-10-07 Thread Rajeshwari Birje
Hi Jagan, Sorry for late reply. Will work on this and will send the patches soon, was caught in other project work. Thanks and Regards, Rajeshwari Shinde On Mon, Oct 7, 2013 at 9:31 PM, Jagan Teki wrote: > On Fri, Oct 4, 2013 at 1:34 AM, Jagan Teki wrote: >> Hi Rajeswari, >> >> Below is a list

Re: [U-Boot] [PATCH v7 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-10-07 Thread Gupta, Pekon
> From: Scott Wood [mailto:scottw...@freescale.com] > > On Sat, 2013-10-05 at 06:11 +, Gupta, Pekon wrote: > > Hi, > > Please see the replies inline.. > > > > > From: Scott Wood [mailto:scottw...@freescale.com] > > > > On Mon, 2013-09-30 at 19:43 +0530, Pekon Gupta wrote: > > > > +Platform spec

Re: [U-Boot] : SPI patches

2013-10-07 Thread Jagan Teki
On Tue, Oct 8, 2013 at 10:44 AM, Rajeshwari Birje wrote: > Hi Jagan, > > Sorry for late reply. > Will work on this and will send the patches soon, was caught in other > project work. Thanks for your response. I just sent a remainder, bcz i have planned to push these on release build. > > Thanks

Re: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver

2013-10-07 Thread Jagan Teki
On Tue, Oct 8, 2013 at 2:50 AM, Tom Warren wrote: > Tegra124 is compatible w/T114 SPI, so try to commonize as > much as possible. > > TEST=built all T1x4 boards, tested on Venice1 & 2 OK. > There's no real binary change here, just names/includes. > > Signed-off-by: Tom Warren > --- > .../tegra11

<    1   2