From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 10 Sep 2011 22:58:48 +0200 Subject: [U-Boot] [PATCH 14/31] iMX28: Add MMC SPL In-Reply-To: References: <1315514579-19215-1-git-send-email-marek.vasut@gmail.com> <201109091449.39957.marek.vasut@gmail.com> Message-ID: <201109102258.48811.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, September 09, 2011 03:14:06 PM Chander Kashyap wrote: > 2011/9/9 Marek Vasut : > > On Friday, September 09, 2011 07:02:24 AM Chander Kashyap wrote: > >> Dear Marek Vasut, > >> Please use newly added spl framework to add mmc spl support. > > > > Hi, > > > > if you could possibly elaborate more on this matter, I'd be grateful. > > Especially how am I supposed to convert it to new SPL framework. I don't > > see many examples, only an empty directory. > > Please see the implementation of origen board(board/samsung/origen). > Its newly added. > May be you can move mmc_spl/board/denx/m28evk/* to board/denx/m28evk/* > define CONFIG_SPL_LDSCRIPT to the ldscript you want to use (Please > read spl/Makefile line 64 onward). Ok, I went through it (partly). Why do you create executables with .exe suffix there ? Is that some kind of a new trend in embedded linux industry? > > > Cheers