Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2015-01-22 Thread Stephen Warren
. -Original Message- From: Tom Warren Sent: Tuesday, January 20, 2015 8:28 AM To: 'Stephen Warren'; u-boot@lists.denx.de; Simon Glass; Stephen Warren Cc: Tom Rini Subject: RE: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB Sorry, missed this. Yes, looks

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2015-01-20 Thread Tom Warren
; Tom Warren; Stephen Warren Cc: Tom Rini Subject: Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB On 12/23/2014 10:34 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Some systems have so much RAM that the end of RAM is beyond 4GB

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2015-01-20 Thread Tom Warren
To: 'Stephen Warren'; u-boot@lists.denx.de; Simon Glass; Stephen Warren Cc: Tom Rini Subject: RE: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB Sorry, missed this. Yes, looks good to me. I can apply it to u-boot- tegra/master, or TomR can take it in to master

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2015-01-19 Thread Stephen Warren
On 12/23/2014 10:34 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Some systems have so much RAM that the end of RAM is beyond 4GB. An example would be a Tegra124 system (where RAM starts at 2GB physical) that has more than 2GB of RAM. In this case, we can gd-ram_size to

[U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2014-12-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Some systems have so much RAM that the end of RAM is beyond 4GB. An example would be a Tegra124 system (where RAM starts at 2GB physical) that has more than 2GB of RAM. In this case, we can gd-ram_size to represent the actual RAM size, so that the actual

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2014-12-23 Thread Simon Glass
Hi Stephen, On 23 December 2014 at 10:34, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com Some systems have so much RAM that the end of RAM is beyond 4GB. An example would be a Tegra124 system (where RAM starts at 2GB physical) that has more than 2GB of

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2014-12-23 Thread Stephen Warren
On 12/23/2014 01:01 PM, Simon Glass wrote: Hi Stephen, On 23 December 2014 at 10:34, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com Some systems have so much RAM that the end of RAM is beyond 4GB. An example would be a Tegra124 system (where RAM starts at

Re: [U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB

2014-12-23 Thread Simon Glass
Hi Stephen, On 23 December 2014 at 13:22, Stephen Warren swar...@wwwdotorg.org wrote: On 12/23/2014 01:01 PM, Simon Glass wrote: Hi Stephen, On 23 December 2014 at 10:34, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com Some systems have so much RAM