From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulraj, Sandeep Date: Wed, 20 Jul 2011 21:12:31 +0000 Subject: [U-Boot] [PATCH v3 0/9] Add initial support for a generic SPL framework In-Reply-To: <1311005361-26241-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1310569869-31810-1-git-send-email-daniel.schwierzeck@googlemail.com> <1311005361-26241-1-git-send-email-daniel.schwierzeck@googlemail.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 > > This is the finalized version for the SPL framework: > http://marc.info/?l=u-boot&m=131056990001719&w=2 > > Changes since RFC v1: > - added documentation for SPL framework > - enable garbage collect of unused sections for SPL unconditionally > > Changes since RFC v2: > - renamed CONFIG_SYS_SPL_LDSCRIPT to CONFIG_SPL_LDSCRIPT > - added missing documentation for CONFIG_SPL_LDSCRIPT > > Aneesh V (3): > arm: adjust PLATFORM_LIBS for SPL > scaled down version of generic libraries for SPL > replace CONFIG_PRELOADER with CONFIG_SPL_BUILD > > Daniel Schwierzeck (6): > Use ALL-y style instead of ifeq blocks for better readability > spl: add initial support for a generic SPL framework > Extend build-system for SPL framework > Hook SPL build-system into toplevel Makefile > spl: Add support for common libraries and drivers > spl: add support for omap-common libraries > Pushed this series to u-boot-ti http://git.denx.de/?p=u-boot/u-boot-ti.git;a=summary Thanks, Sandeep