[U-Boot] [PATCH v3] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

2011-12-25 Thread Dirk Behme
From: Jason Liu Add the initial support for Freescale i.MX6Q Sabre Lite board Signed-off-by: Dirk Behme CC: Jason Liu CC: Eric Nelson --- V3: Add a readme. Enable the usboh3 clock: Bits 0 and 1 of CCM_CCGR7 are the usboh3 clock enable bits. Enabling this clock is necessary for the USB

[U-Boot] [PATCH] i.mx6q: mx6qarm2: Enable the usboh3 clock

2011-12-25 Thread Dirk Behme
From: Eric Nelson Bits 0 and 1 of CCM_CCGR7 are the usboh3 clock enable bits. Enabling this clock is necessary for the USB download. Signed-off-by: Eric Nelson CC: Jason Hui --- board/freescale/mx6qarm2/imximage.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/boa

Re: [U-Boot] [RFC 00/14] x86 touch-ups (Includes new init sequence!)

2011-12-25 Thread Simon Glass
Hi Graeme, On Sun, Dec 25, 2011 at 9:18 PM, Graeme Russ wrote: > On 23/12/11 23:25, Graeme Russ wrote: > > [snip] > >> So a quick overview of the new sequence and it's associated elegance (IMHO) >> (keep in mind this is x86 centric) >> - CPU boots and runs the reset vector code >> - early_board

[U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2011-12-25 Thread Igor Grinberg
Several boolean defines have a value assigned. Remove the value as defining the symbol is enough. Signed-off-by: Igor Grinberg --- include/common.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/common.h b/include/common.h index 5cfdd76..695e43c 1

Re: [U-Boot] [PATCH] [trivial] env: remove value from boolean defines

2011-12-25 Thread Igor Grinberg
On 12/26/11 01:34, Marek Vasut wrote: >> Several boolean defines have a value assigned. >> Remove the value as defining the symbol is enough. >> >> Signed-off-by: Igor Grinberg > > I'm fine with this. How did you find it ? Occasionally... I told you (at the KS) I'm working on something environme

Re: [U-Boot] [RFC 00/14] x86 touch-ups (Includes new init sequence!)

2011-12-25 Thread Graeme Russ
On 23/12/11 23:25, Graeme Russ wrote: [snip] > So a quick overview of the new sequence and it's associated elegance (IMHO) > (keep in mind this is x86 centric) > - CPU boots and runs the reset vector code > - early_board_init performs any insanely-low-level init that is needed > - car_init set

Re: [U-Boot] [PATCH] [trivial] env: remove value from boolean defines

2011-12-25 Thread Marek Vasut
> Several boolean defines have a value assigned. > Remove the value as defining the symbol is enough. > > Signed-off-by: Igor Grinberg I'm fine with this. How did you find it ? M > --- > include/environment.h |8 > tools/envcrc.c|6 +++--- > 2 files changed, 7 inserti

[U-Boot] [PATCH] [trivial] env: remove value from boolean defines

2011-12-25 Thread Igor Grinberg
Several boolean defines have a value assigned. Remove the value as defining the symbol is enough. Signed-off-by: Igor Grinberg --- include/environment.h |8 tools/envcrc.c|6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/environment.h b/in