From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bas Mevissen Date: Mon, 30 Aug 2010 11:37:41 +0200 Subject: [U-Boot] Debugging, Why USB is not stable In-Reply-To: References: <4C7997E1.3090005@gmail.com> Message-ID: 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, 30 Aug 2010 11:12:25 +0200, Detlev Zundel wrote: > Sometimes I get the impression that we would save a lot of headache by > starting afresh and porting the current Linux code into U-Boot thus > leverage all this, but nobody yet dared to start such a feat. > If somebody starts over, it would be wise to find a way to use the Linux code unmodified or only automatically converted in U-Boot. Otherwise, every resync is painful again and again. With the use of wrapper functions, a few sed/awk/whatever scripts and all kinds of macro trickery, it is should be possible to use the Linux code without manually changing it for U-boot. -- Bas