From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 5 Jul 2007 08:04:21 +0200 Subject: [U-Boot-Users] U-Boot-NG ? In-Reply-To: <002b01c7be8b$2306d390$0302a8c0@atmel.com> References: <20070704193655.0AF8A353A40@atlas.denx.de> <002b01c7be8b$2306d390$0302a8c0@atmel.com> Message-ID: <200707050804.21939.sr@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 On Thursday 05 July 2007, Ulf Samuelsson wrote: > Do we really want to have a common bootstrap source code base, > or do we just define what the bootstrap needs to do before U-Boot is loaded > into SDRAM? >From my experience, the first stage bootloader (bootstrap) can't be done platform independent. It will mostly consist of CPU-initialization and SDRAM-setup. And this is platform or even board dependent. We should describe what needs to be done in this bootstrap code, and perhaps come up with a general infrastructure on where this code should be located in the source tree. Best regards, Stefan ===================================================================== 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 =====================================================================