Re: [U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-31 Thread Vladimir Zapolskiy
Hi Albert, On 31.10.2011 19:42, Albert ARIBAUD wrote: > Hi Vladimir, > > Le 24/10/2011 01:04, Vladimir Zapolskiy a écrit : >> Hi Albert, >> >> On 22.10.2011 02:31, Albert ARIBAUD wrote: >>> Hi Vladimir, >>> >>> Le 18/10/2011 17:55, Vladimir Zapolskiy a écrit : This change adds initial support

Re: [U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-31 Thread Albert ARIBAUD
Hi Vladimir, Le 24/10/2011 01:04, Vladimir Zapolskiy a écrit : > Hi Albert, > > On 22.10.2011 02:31, Albert ARIBAUD wrote: >> Hi Vladimir, >> >> Le 18/10/2011 17:55, Vladimir Zapolskiy a écrit : >>> This change adds initial support for NXP LPC32x0 SoC series. >>> >>> Signed-off-by: Vladimir Zapols

Re: [U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-23 Thread Wolfgang Denk
Dear Vladimir Zapolskiy, In message <4ea49d8e.2050...@mleia.com> you wrote: > > you're right, I have a board to make support for. However I presume that > > U-boot maintainers won't be happy to include a board with > > CONFIG_ENV_IS_NOWHERE, and unfortunately flash driver isn't yet ready > Why n

Re: [U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-23 Thread Vladimir Zapolskiy
Hi Albert, On 22.10.2011 02:31, Albert ARIBAUD wrote: > Hi Vladimir, > > Le 18/10/2011 17:55, Vladimir Zapolskiy a écrit : >> This change adds initial support for NXP LPC32x0 SoC series. >> >> Signed-off-by: Vladimir Zapolskiy >> --- >> Changes from v2 to v3: >> * checkpatch.pl reports zero errors

Re: [U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-21 Thread Albert ARIBAUD
Hi Vladimir, Le 18/10/2011 17:55, Vladimir Zapolskiy a écrit : > This change adds initial support for NXP LPC32x0 SoC series. > > Signed-off-by: Vladimir Zapolskiy > --- > Changes from v2 to v3: > * checkpatch.pl reports zero errors and warnings > > Changes from v1 to v2: > * BIT(n) and SBF(s, v)

[U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support

2011-10-18 Thread Vladimir Zapolskiy
This change adds initial support for NXP LPC32x0 SoC series. Signed-off-by: Vladimir Zapolskiy --- Changes from v2 to v3: * checkpatch.pl reports zero errors and warnings Changes from v1 to v2: * BIT(n) and SBF(s, v) macro are not used anymore * removed NS16550 and 14-clock UART definitions from