Skip to content
Snippets Groups Projects
  1. Aug 20, 2013
    • York Sun's avatar
      SPDX-License-Identifier: clean up license header · bf902566
      York Sun authored
      
      This patch cleans up license header in these files:
      	board/freescale/p1022ds/spl.c
      	drivers/mmc/fsl_esdhc_spl.c
      	drivers/mtd/spi/fsl_espi_spl.c
      
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      bf902566
    • Ying Zhang's avatar
      powerpc : spi flash : Support to start from eSPI with SPL · fdf8529a
      Ying Zhang authored
      
      This patch introduces SPL to enable a loader stub that being loaded by
      the code from the internal on-chip ROM. It loads the final uboot image
      into DDR, then jump to it to begin execution.
      
      The SPL's size is sizeable, the maximum size must not exceed the size of L2
      SRAM. It initializes the DDR through SPD code, and copys final uboot image
      to DDR. So there are two stage uboot images:
      	* spl_boot, 96KB size. The env variables are copied to L2 SRAM, so that
      	ddr spd code can get the interleaving mode setting in env. It loads
      	final uboot image from offset 96KB.
      	* final uboot image, size is variable depends on the functions enabled.
      
      Signed-off-by: default avatarYing Zhang <b40530@freescale.com>
      Acked-by: default avatarYork Sun <yorksun@freescale.com>
      fdf8529a
Loading