Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Igor Grinberg
oot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for >> TI AM335X EVM >> >> Hi Chandan, >> >> On 10/11/11 15:51, Chandan Nath wrote: >>> This patch adds basic support for booting the board. >>> This patch adds supp

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Kumar Nath, Chandan
Igor, > > +/* > > + * Basic board specific setup > > + */ > > +int init_basic_setup(void) > > +{ > > + /* Initialize the Timer */ > > + init_timer(); > > + > > + gd->bd->bi_arch_number = MACH_TYPE_TIAM335EVM; > > Please, use the new standard for setting the mach_id. > Check the CONFIG_MACH

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Kumar Nath, Chandan
> -Original Message- > From: Tom Rini [mailto:tom.r...@gmail.com] > Sent: Tuesday, October 11, 2011 9:40 PM > To: Kumar Nath, Chandan > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X > EVM > > On Tue, Oct 1

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Igor Grinberg > Sent: Wednesday, October 12, 2011 1:24 PM > To: Kumar Nath, Chandan > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Igor Grinberg
On 10/11/11 15:51, Chandan Nath wrote: > This patch adds basic support for booting the board. > This patch adds support for the UART necessary to > get to the u-boot prompt. > > Signed-off-by: Chandan Nath > --- > Support for additional peripherals depends on this patchset. > Will be posting th

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Igor Grinberg
Hi Chandan, On 10/11/11 15:51, Chandan Nath wrote: > This patch adds basic support for booting the board. > This patch adds support for the UART necessary to > get to the u-boot prompt. > > Signed-off-by: Chandan Nath > --- > Support for additional peripherals depends on this patchset. > Will

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-11 Thread Tom Rini
On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath wrote: > This patch adds basic support for booting the board. > This patch adds support for the UART necessary to > get to the u-boot prompt. > > Signed-off-by: Chandan Nath [snip] > +/* Reset control */ > +#define PRM_RSTCTRL                    0x44E

[U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-11 Thread Chandan Nath
This patch adds basic support for booting the board. This patch adds support for the UART necessary to get to the u-boot prompt. Signed-off-by: Chandan Nath --- Support for additional peripherals depends on this patchset. Will be posting them soon. arch/arm/cpu/armv7/am33xx/Makefile |2 +-