Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-25 Thread Matt Porter
On Mon, Feb 18, 2013 at 03:18:42PM +, Tom Rini wrote: > On Sun, Feb 17, 2013 at 09:28:33PM +0100, Peter Korsgaard wrote: > > > "Matt" == Matt Porter writes: > > > > Matt> Support the ti814x specific register definitions within > > Matt> arch-am33xx. > > > > Matt> Signed-off-by: Matt P

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-22 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Hi, >> I'm looking at the emac driver at the moment. It still needs some >> more work and cleanup, but I would imagine an early series could be >> posted next week or so is Antoine agrees. Tom> Can we please make the emac driver switch to phylib while you're

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-22 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/22/2013 10:37 AM, Peter Korsgaard wrote: >> "Brian" == Brian Hutchinson >> writes: > > Hi, > > Brian> I need ti816x u-boot too! Maybe I can help too. Need 3.x > kernel Brian> too but I guess that is for another list :) > > Antoine is

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-22 Thread Peter Korsgaard
> "Brian" == Brian Hutchinson writes: Hi, Brian> I need ti816x u-boot too!  Maybe I can help too. Need 3.x kernel Brian> too but I guess that is for another list :) Antoine is working on it, and the basics are running: U-Boot SPL 2013.01-00297-gf592f9c-dirty (Feb 22 2013 - 16:25:01) OMAP

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-21 Thread Brian Hutchinson
I need ti816x u-boot too! Maybe I can help too. Need 3.x kernel too but I guess that is for another list :) Regards, Brian On Feb 18, 2013 7:21 AM, "Peter Korsgaard" wrote: > > > "Tom" == Tom Rini writes: > > Hi, > > >> Quite some of the base addresses are similar, but I wonder if it >

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-18 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Hi, >> Quite some of the base addresses are similar, but I wonder if it >> wouldn't be cleaner to simply have a hardware-am33xx.h / >> hardware-ti814x.h instead of all these ifdef / elif? Tom> Since I suspect the things common from ti814x and am33xx are also

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-18 Thread Tom Rini
On Sun, Feb 17, 2013 at 09:28:33PM +0100, Peter Korsgaard wrote: > > "Matt" == Matt Porter writes: > > Matt> Support the ti814x specific register definitions within > Matt> arch-am33xx. > > Matt> Signed-off-by: Matt Porter > Matt> --- > Matt> arch/arm/cpu/armv7/am33xx/sys_info.c

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-17 Thread Peter Korsgaard
> "Matt" == Matt Porter writes: Matt> Support the ti814x specific register definitions within Matt> arch-am33xx. Matt> Signed-off-by: Matt Porter Matt> --- Matt> arch/arm/cpu/armv7/am33xx/sys_info.c|3 +++ Matt> arch/arm/include/asm/arch-am33xx/cpu.h | 11 +

Re: [U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:43:59AM -0500, Matt Porter wrote: > Support the ti814x specific register definitions within > arch-am33xx. > > Signed-off-by: Matt Porter Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-B

[U-Boot] [PATCH 05/10] am33xx: add ti814x specific register definitions

2013-02-13 Thread Matt Porter
Support the ti814x specific register definitions within arch-am33xx. Signed-off-by: Matt Porter --- arch/arm/cpu/armv7/am33xx/sys_info.c|3 +++ arch/arm/include/asm/arch-am33xx/cpu.h | 11 + arch/arm/include/asm/arch-am33xx/hardware.h | 32 +++