From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 25 Jan 2010 17:46:12 -0600 Subject: [U-Boot] [PATCH v2] Nand boot: Add nand boot support for MPC8569mds board In-Reply-To: <1263812608-8974-1-git-send-email-yu.liu@freescale.com> References: <1263812608-8974-1-git-send-email-yu.liu@freescale.com> Message-ID: <20100125234611.GA27827@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jan 18, 2010 at 07:03:28PM +0800, Liu Yu wrote: > This patch add nand boot support for MPC8569mds board. > > Signed-off-by: Liu Yu > --- > v2: > change subject and commit message. > > MAKEALL | 1 + > Makefile | 3 +- > board/freescale/mpc8569mds/config.mk | 9 ++ > board/freescale/mpc8569mds/tlb.c | 11 ++ > include/configs/MPC8569MDS.h | 64 +++++++++++- > nand_spl/board/freescale/mpc8569mds/Makefile | 133 +++++++++++++++++++++++ > nand_spl/board/freescale/mpc8569mds/nand_boot.c | 75 +++++++++++++ > 7 files changed, 292 insertions(+), 4 deletions(-) > create mode 100644 nand_spl/board/freescale/mpc8569mds/Makefile > create mode 100644 nand_spl/board/freescale/mpc8569mds/nand_boot.c Applied to u-boot-nand-flash -Scott