writes:
> From: Haiying Wang
>
> TPL is introduced to enable a loader stub that boots out of some
> type of RAM, after being loaded by an SPL or similar
> platform-specific mechanism.
>
> One example of using this tpl loader is to initialize the ddr
> through spd code in case the L2 SRAM size is
On Wednesday, November 24, 2010 16:25:28 haiying.w...@freescale.com wrote:
> +ifeq ($(CONFIG_TPL_U_BOOT),y)
> +$(U_BOOT_NAND): $(NAND_SPL) $(TPL_BOOT) $(obj)u-boot.bin
> + cat $(obj)nand_spl/u-boot-spl-16k.bin $(obj)tpl/u-boot-tpl.bin
> $(obj)u-boot.bin > $(obj)u-boot-nand.bin
> +else
>
From: Haiying Wang
TPL is introduced to enable a loader stub that boots out of some type of RAM,
after being loaded by an SPL or similar platform-specific mechanism.
One example of using this tpl loader is to initialize the ddr through spd code
in case the L2 SRAM size is not big enough to hold
3 matches
Mail list logo