From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 14 Oct 2014 12:53:47 -0600 Subject: [U-Boot] [PATCH v2] ARM: tegra: Use mem size from MC in combination with get_ram_size() In-Reply-To: <14909792888bda23ac3373fbe873e4a385309077.1412975713.git.marcel@ziswiler.com> References: <14909792888bda23ac3373fbe873e4a385309077.1412975713.git.marcel@ziswiler.com> Message-ID: <543D713B.6080109@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/10/2014 03:32 PM, Marcel Ziswiler wrote: > On popular request this now completes the Warren's work started for > TK1: > > aeb3fcb35956461077804720b8a252d50758d7e0 > ARM: tegra: Use mem size from MC rather than ODMDATA > > In addition to the move of using the Tegra memory controller (MC) > register rather than ODMDATA for T20, T30 and T114 as well it further > uses the generic get_ram_size() function (see "common/memsize.c") > TM. Added benefit is > that it should reproducible) memory errors> as well. > > Thoroughly tested on the various Toradex line of Tegra modules > available which unfortunately does not include T114 and T124 (yet at > least) plus on the Jetson TK1. Acked-by: Stephen Warren (I really should test this on all the boards I have, but unfortunately don't have time. IIRC, I looked at the BCTs in cbootimage-configs when you posted V1, and this should all be fine.)