From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 22 Apr 2013 10:27:21 +0200 Subject: [U-Boot] Please pull u-boot-ppc4xx/master Message-ID: <5174F469.2040804@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom! Please pull the following pending patches: The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820: Prepare v2013.04 (2013-04-19 10:25:43 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master for you to fetch changes up to f47b048b3a283dca63cfdce46840dd477e591336: ppc4xx: Add lcd4_lwmon5 support (2013-04-22 09:53:53 +0200) ---------------------------------------------------------------- Stefan Roese (3): ppc4xx: Add SPL support Makefile: Add target for combined u-boot.img & spl/u-boot.bin ppc4xx: Add lcd4_lwmon5 support Makefile | 12 ++++++ arch/powerpc/cpu/ppc4xx/Makefile | 4 ++ arch/powerpc/cpu/ppc4xx/spl_boot.c | 72 ++++++++++++++++++++++++++++++++ arch/powerpc/cpu/ppc4xx/start.S | 37 +++++++++++++++-- arch/powerpc/cpu/ppc4xx/u-boot-spl.lds | 74 +++++++++++++++++++++++++++++++++ arch/powerpc/cpu/ppc4xx/u-boot.lds | 2 + board/lwmon5/lwmon5.c | 75 +++++++++++++++++++++++++++++++++- board/lwmon5/sdram.c | 4 +- boards.cfg | 1 + config.mk | 4 ++ include/configs/lwmon5.h | 68 ++++++++++++++++++++++++++++-- 11 files changed, 343 insertions(+), 10 deletions(-) create mode 100644 arch/powerpc/cpu/ppc4xx/spl_boot.c create mode 100644 arch/powerpc/cpu/ppc4xx/u-boot-spl.lds