From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 27 Jun 2011 13:34:35 -0500 Subject: [U-Boot] SPL framework re-design In-Reply-To: <20110627092731.3532D202C61@gemini.denx.de> References: <4DF9B9E0.8020206@ti.com> <20110616104716.762DD19E5AC3@gemini.denx.de> <4DFA00B8.7000807@gmail.com> <20110627092731.3532D202C61@gemini.denx.de> Message-ID: <20110627133435.31cd3271@schlenkerla.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 27 Jun 2011 11:27:31 +0200 Wolfgang Denk wrote: > Dear Ilya, > > In message you wrote: > > > > I wonder why do we need this whole spl thing in the first place (well, > > surely I know what they are used for but why do we need a separate entity > > for this)? Isn't it just the same U-Boot in, well, very special configuration > > (minimal set of drivers, no shell, etc)? Why do we need a whole shadow tree > > at spl/ instead of just providing the _configuration_? > > Good point. Eventually we can just add additional build rules for > new object files (say, ".splo" instead of ".o") ? No need for new extensions -- we should be able to use the target directory to influence rule selection. -Scott