Re: [U-Boot] [PATCH] Introduce the Tertiary Program loader

2010-11-26 Thread Måns Rullgård
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

Re: [U-Boot] [PATCH] Introduce the Tertiary Program loader

2010-11-24 Thread Mike Frysinger
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 >

[U-Boot] [PATCH] Introduce the Tertiary Program loader

2010-11-24 Thread Haiying.Wang
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