From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 15 Apr 2010 10:04:13 -0500 Subject: [U-Boot] [STATUS] Heads-up: Reorganize directory structure In-Reply-To: <20100415075232.77202EEE8D8@gemini.denx.de> References: <20100413092323.44D8719F60@gemini.denx.de> <4BC6BAD2.8040908@monstr.eu> <20100415075232.77202EEE8D8@gemini.denx.de> Message-ID: <1271343853.6519.6.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > please note that I have applied Peter Tyser's "Reorganize directory > > > structure" patch series. This results in a massive change of the > > > directory structure. > > > > > > Please make sure to sync your repsitories ASAP. > > > > Do you have any plan to move board dirs to arch folder too? > > Speaking for myself: I have no such plans. A closely related topic was discussed here: www.mail-archive.com/u-boot at lists.denx.de/msg20367.html The conclusion was that grouping boards by vendor as opposed to CPU type made sense so that the vendor's boards could share code and provide a common "feel" across their supported platforms. I can see how it'd be nice to split up boards into CPU directories, but we'd have to discuss some of the warts, like where vendor-specific code would be located if we went down that path. Best, Peter