18 Sep, 2018

1 commit

  • Add SPL and u-boot support to load images from RAWNAND device when booting
    from RAWNAND. The NAND SPL loads the FIT image from nandfit mtdpart at 64MB
    offset of NAND. Users need uuu to burn the FIT image, kernel, DTB and rootfs
    to all fixed mtdparts.

    Since NAND SPL needs large BSS and MALLOC size, this patch also moves the MALLOC
    pool to DDR, and enable MALLOC_F pool on OCRAM for all malloc before DDR initialization.

    Signed-off-by: Ye Li

    Ye Li