04 Feb, 2014

1 commit


22 Jan, 2014

1 commit

  • Using the TPL method for nand boot by sram was already
    supported. Here add some code for mpc85xx ifc nand boot.

    - For ifc, elbc, esdhc, espi, all need the SPL without
    section .resetvec.
    - Use a clear function name for nand spl boot.
    - Add CONFIG_SPL_DRIVERS_MISC_SUPPORT to compile the fsl_ifc.c
    in spl/Makefile;

    Signed-off-by: Po Liu
    Acked-by: Scott Wood
    Reviewed-by: York Sun

    Po Liu
     

02 Dec, 2013

1 commit


26 Nov, 2013

1 commit


22 Nov, 2013

1 commit


24 Jul, 2013

1 commit


21 Jun, 2013

1 commit

  • Linker script is not able find start.o binary. So add its absolute path in
    u-boot-spl.lds. This change is similar to u-boot-nand.lds

    common/Makefile: Avoid compiling unnecssary files

    fsl_ifc_spl.c : It is is responsible for reading u-boot binary from
    NAND flash and copying into DDR. It also transfer control from NAND SPL
    to u-boot image present in DDR.

    Signed-off-by: Prabhakar Kushwaha
    Signed-off-by: Andy Fleming

    Prabhakar Kushwaha