From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 30 May 2012 16:28:52 -0600 Subject: [U-Boot] [PATCH] arm: Tegra: Use ODMDATA from BCT in IRAM In-Reply-To: <1338412501-7662-1-git-send-email-twarren@nvidia.com> References: <1338412501-7662-1-git-send-email-twarren@nvidia.com> Message-ID: <4FC69F24.3080104@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 05/30/2012 03:15 PM, Tom Warren wrote: > Walk the BIT and BCT to find the ODMDATA word in the > CustomerData field and put it into Scratch20 reg for > use by kernel, etc. > > Built all Tegra builds OK; Booted on Seaboard and saw > ODMDATA in PMC scratch20 was the same as the value in my > burn-u-boot.sh file (0x300D8011). NOTE: All flash utilities > will have to specify the odmdata (nvflash --odmdata n) on > the command line or via a cfg file, or built in to their > BCT. > > Signed-off-by: Tom Warren Acked-by: Stephen Warren