From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 07 Jul 2010 18:00:14 +0200 Subject: [U-Boot] davinci: lowlevel_init for davinci boards Message-ID: <4C34A48E.8030000@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I plan to use a davinci DM365 processor booting directly from a NOR flash, without using the UBL provided by Texas. So I do not want to set CONFIG_SKIP_LOWLEVEL_INIT in my config. I am confused about the low level initialization for davinci SOC: arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S sounds to be general for all DaVinci processors, but after a check I can see that it does not match at least for the DM365 (most offset are wrong). I have search for boards using this file, and it seems that only the sonata board could use it, if it does not boot from nand (it has a DM644). Is the actual lowlevel_init.S really specialized only for the DM644 ? Do we need a specialized file for the other processors, too ? Or am I missing something ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================