Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-12 Thread Graeme Russ
Hi Gabe, On 06/12/11 13:04, Gabe Black wrote: On Mon, Dec 5, 2011 at 5:49 PM, Graeme Russ graeme.r...@gmail.com mailto:graeme.r...@gmail.com wrote: Hi Gabe, On Tue, Dec 6, 2011 at 12:43 PM, Gabe Black gabebl...@chromium.org mailto:gabebl...@chromium.org wrote: This

[U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Gabe Black
This change adds a pointer to the global data structure in x86 to point to the device tree. This mirrors an identical pointer in ARM. Signed-off-by: Gabe Black gabebl...@chromium.org --- arch/x86/include/asm/global_data.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Simon Glass
Hi Gabe, On Mon, Dec 5, 2011 at 5:43 PM, Gabe Black gabebl...@chromium.org wrote: This change adds a pointer to the global data structure in x86 to point to the device tree. This mirrors an identical pointer in ARM. Signed-off-by: Gabe Black gabebl...@chromium.org ---  

Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Graeme Russ
Hi Gabe, On Tue, Dec 6, 2011 at 12:43 PM, Gabe Black gabebl...@chromium.org wrote: This change adds a pointer to the global data structure in x86 to point to the device tree. This mirrors an identical pointer in ARM. Out of curiosity, is this paving the way for FDT support in general? If so,

Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Gabe Black
On Mon, Dec 5, 2011 at 5:49 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On Tue, Dec 6, 2011 at 12:43 PM, Gabe Black gabebl...@chromium.org wrote: This change adds a pointer to the global data structure in x86 to point to the device tree. This mirrors an identical pointer in

Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Graeme Russ
Hi Gabe, On Tue, Dec 6, 2011 at 1:04 PM, Gabe Black gabebl...@chromium.org wrote: On Mon, Dec 5, 2011 at 5:49 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On Tue, Dec 6, 2011 at 12:43 PM, Gabe Black gabebl...@chromium.org wrote: This change adds a pointer to the global data

Re: [U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree

2011-12-05 Thread Gabe Black
On Mon, Dec 5, 2011 at 9:07 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On Tue, Dec 6, 2011 at 1:04 PM, Gabe Black gabebl...@chromium.org wrote: On Mon, Dec 5, 2011 at 5:49 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On Tue, Dec 6, 2011 at 12:43 PM, Gabe