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
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
> -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
> -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
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
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
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
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 +-
8 matches
Mail list logo