From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 4 Jul 2009 18:05:23 +0200 Subject: [U-Boot] [PATCH v5 1/1] MX31: Add NAND SPL boot support to i.MX31 PDK board. In-Reply-To: References: Message-ID: <20090704160523.GA30172@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10:31 Sat 04 Jul , Magnus Lilja wrote: > Signed-off-by: Magnus Lilja > --- > > Applies to arm-master. > Changes since v4: Fixed comments received from Jean-Christophe. > > MAKEALL | 1 + > Makefile | 12 +++- > board/freescale/mx31pdk/config.mk | 4 + > board/freescale/mx31pdk/lowlevel_init.S | 93 +++++++++++++++++++++++++++ > include/asm-arm/arch-mx31/mx31-regs.h | 54 +++++++++++++++ > include/configs/mx31pdk.h | 43 ++++++++++++- > nand_spl/board/freescale/mx31pdk/Makefile | 54 +++++++++++++++ > nand_spl/board/freescale/mx31pdk/config.mk | 1 + > nand_spl/board/freescale/mx31pdk/u-boot.lds | 36 ++++++++++ > 9 files changed, 293 insertions(+), 5 deletions(-) > create mode 100644 board/freescale/mx31pdk/lowlevel_init.S > create mode 100644 nand_spl/board/freescale/mx31pdk/Makefile > create mode 100644 nand_spl/board/freescale/mx31pdk/config.mk > create mode 100644 nand_spl/board/freescale/mx31pdk/u-boot.lds > applied to u-boot-arm Best Regards, J.