[U-Boot] [PATCH v2] Nand boot: Add nand boot support for MPC8569mds board

Scott Wood scottwood at freescale.com
Tue Jan 26 00:46:12 CET 2010


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 <yu.liu at freescale.com>
> ---
> 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


More information about the U-Boot mailing list