Re: [U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-24 Thread Haiying Wang
On Tue, 2010-11-23 at 13:57 -0700, Wolfgang Denk wrote: > Dear Haiying Wang, > > Does CONFIG_TPL_UBOOT make sense to you if I replace > CONFIG_SYS_TPL_BOOT > > with it? > > I cannot answer this. Don't understand any of this. > > Maybe you can re-think this again and try to make it less complex, a

Re: [U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-23 Thread Scott Wood
On Tue, 23 Nov 2010 21:57:04 +0100 Wolfgang Denk wrote: > Dear Haiying Wang, > > In message <1290525198.1932.3.ca...@haiying-laptop> you wrote: > > > > > Please use only one such name (CONFIG_SYS_TPL_BOOT). > > CONFIG_SYS_TPL_BOOT is used as CONFIG_NAND_U_BOOT in Makefile and header > > file. >

Re: [U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-23 Thread Wolfgang Denk
Dear Haiying Wang, In message <1290525198.1932.3.ca...@haiying-laptop> you wrote: > > > Please use only one such name (CONFIG_SYS_TPL_BOOT). > CONFIG_SYS_TPL_BOOT is used as CONFIG_NAND_U_BOOT in Makefile and header > file. > CONFIG_TPL_BOOT is used as CONFIG_NAND_SPL in header file. I'm sorry, b

Re: [U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-23 Thread Haiying Wang
On Mon, 2010-11-22 at 21:58 -0700, Wolfgang Denk wrote: > Dear haiying.w...@freescale.com, > > In message > <1290462446-1459-3-git-send-email-haiying.w...@freescale.com> you > wrote: > > From: Haiying Wang > > > > This patch introduces the third program loader(TPL) to load the > final uboot > > i

Re: [U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-22 Thread Wolfgang Denk
Dear haiying.w...@freescale.com, In message <1290462446-1459-3-git-send-email-haiying.w...@freescale.com> you wrote: > From: Haiying Wang > > This patch introduces the third program loader(TPL) to load the final uboot > image after the spl code. Once the CONFIG_SYS_TPL_BOOT is defined, > the CO

[U-Boot] [PATCH 3/7] Add support for third program loader

2010-11-22 Thread Haiying.Wang
From: Haiying Wang This patch introduces the third program loader(TPL) to load the final uboot image after the spl code. Once the CONFIG_SYS_TPL_BOOT is defined, the CONFIG_TPL_BOOT is enabled to generate the u-boot-tpl.bin. There are two examples to use tpl: 1. NAND boot. The 4K NAND SPL uboot c