Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-12-09 Thread Simon Glass
Hi Tom, On 20 November 2014 at 10:42, Simon Glass wrote: > Hi Tom, > > On 20 November 2014 14:37, Tom Rini wrote: >> On Wed, Nov 12, 2014 at 03:14:35PM -0700, Simon Glass wrote: >> >> [snip, and sorry for the late reply] >>> What I am talking about here is the memory for U-Boot - i.e. how does >

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-20 Thread Simon Glass
Hi Tom, On 20 November 2014 14:37, Tom Rini wrote: > On Wed, Nov 12, 2014 at 03:14:35PM -0700, Simon Glass wrote: > > [snip, and sorry for the late reply] >> What I am talking about here is the memory for U-Boot - i.e. how does >> U-Boot know how much memory is available. The scheme here is that

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-20 Thread Tom Rini
On Wed, Nov 12, 2014 at 03:14:35PM -0700, Simon Glass wrote: [snip, and sorry for the late reply] > What I am talking about here is the memory for U-Boot - i.e. how does > U-Boot know how much memory is available. The scheme here is that you > can have a board ID which controls this, with the U-Bo

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Simon Glass
Hi Tom, On 12 November 2014 14:42, Tom Rini wrote: > On Mon, Oct 27, 2014 at 12:50:39PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 27 October 2014 08:24, Tom Rini wrote: >> > On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: >> >> Hi Tom, >> >> >> >> On 24 October 2014 12:49, Tom

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Tom Rini
On Mon, Oct 27, 2014 at 12:50:39PM -0600, Simon Glass wrote: > Hi Tom, > > On 27 October 2014 08:24, Tom Rini wrote: > > On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 24 October 2014 12:49, Tom Rini wrote: > >> > On Thu, Oct 23, 2014 at 06:58:50PM -0600,

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-11-12 Thread Simon Glass
Hi, On 27 October 2014 12:50, Simon Glass wrote: > Hi Tom, > > On 27 October 2014 08:24, Tom Rini wrote: >> On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: >>> Hi Tom, >>> >>> On 24 October 2014 12:49, Tom Rini wrote: >>> > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrot

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-27 Thread Simon Glass
Hi Tom, On 27 October 2014 08:24, Tom Rini wrote: > On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 24 October 2014 12:49, Tom Rini wrote: >> > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: >> > >> >> From: Michael Pratt >> >> >> >> Support a defa

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-27 Thread Tom Rini
On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: > Hi Tom, > > On 24 October 2014 12:49, Tom Rini wrote: > > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: > > > >> From: Michael Pratt > >> > >> Support a default memory bank, specified in reg, as well as > >> board-spec

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-26 Thread Simon Glass
Hi Tom, On 24 October 2014 12:49, Tom Rini wrote: > On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: > >> From: Michael Pratt >> >> Support a default memory bank, specified in reg, as well as >> board-specific memory banks in subtree board-id nodes. >> >> This allows memory informati

Re: [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-26 Thread Tom Rini
On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: > From: Michael Pratt > > Support a default memory bank, specified in reg, as well as > board-specific memory banks in subtree board-id nodes. > > This allows memory information to be provided in the device tree, > rather than hard-co

[U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings

2014-10-23 Thread Simon Glass
From: Michael Pratt Support a default memory bank, specified in reg, as well as board-specific memory banks in subtree board-id nodes. This allows memory information to be provided in the device tree, rather than hard-coded in, which will make it simpler to handle similar devices with different