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 s...@chromium.org wrote: Hi Tom, On 20 November 2014 14:37, Tom Rini tr...@ti.com 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

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-Boot

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 tr...@ti.com 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

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 s...@chromium.org wrote: Hi Tom, On 27 October 2014 08:24, Tom Rini tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM

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 tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM

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 tr...@ti.com wrote: On Mon, Oct 27, 2014 at 12:50:39PM -0600, Simon Glass wrote: Hi Tom, On 27 October 2014 08:24, Tom Rini tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49,

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 tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: From: Michael Pratt mpr...@chromium.org Support a default memory bank, specified in reg, as well as

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 tr...@ti.com wrote: On Fri, Oct 24, 2014 at 02:04:00PM -0600, Simon Glass wrote: Hi Tom, On 24 October 2014 12:49, Tom Rini tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: From: Michael Pratt mpr...@chromium.org

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 mpr...@chromium.org 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

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 tr...@ti.com wrote: On Thu, Oct 23, 2014 at 06:58:50PM -0600, Simon Glass wrote: From: Michael Pratt mpr...@chromium.org Support a default memory bank, specified in reg, as well as board-specific memory banks in subtree board-id nodes. This

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

2014-10-23 Thread Simon Glass
From: Michael Pratt mpr...@chromium.org 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