From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Fri, 08 Jul 2011 10:10:41 +0530 Subject: [U-Boot] [RFC PATCH 0/4] spl framework prototype In-Reply-To: <1309883182-12854-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1309352967-5719-1-git-send-email-aneesh@ti.com> <1309883182-12854-1-git-send-email-daniel.schwierzeck@googlemail.com> Message-ID: <4E168A49.6080509@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, Gentle reminder.. Appreciate if you could let us know your thoughts on this prototype for SPL framework. On Tuesday 05 July 2011 09:56 PM, Daniel Schwierzeck wrote: > Hi Aneesh, > > I tested your changes with my boards and it worked well after fixing > some minor issues. Additionally I did some cleanups and included > feedback from Mike Frysinger. > > Best regards, > Daniel > > Daniel Schwierzeck (4): > Adapt config.mk for usage in spl/Makefile > Use ALL-y style instead of ifeq blocks for better readability and > upgradeability > Add new folder and build system for SPL > Hook spl directory into main Makefile > > Makefile | 23 ++++----- > arch/blackfin/config.mk | 2 +- > board/pcs440ep/config.mk | 2 +- > board/spear/spear300/config.mk | 2 +- > board/spear/spear310/config.mk | 2 +- > board/spear/spear320/config.mk | 2 +- > board/spear/spear600/config.mk | 2 +- > config.mk | 28 +++++++++++ > spl/Makefile | 97 ++++++++++++++++++++++++++++++++++++++++ > 9 files changed, 141 insertions(+), 19 deletions(-) > create mode 100644 spl/Makefile > > -- > 1.7.5.4 > best regards, Aneesh