[U-Boot] Separately compile Master boot loader

2013-07-09 Thread Rajdeep Vaghasia
Hi I am working on one board with an arm11 based cpu, NOR flash and DDR2 SDRAM. When I compile u-boot source code, I get u-boot.bin image generated. This image has primary(second stage) and secondary(third stage) bootloader combined. I have following queries: 1) The question that still eats me eve

Re: [U-Boot] Separately compile Master boot loader

2013-07-10 Thread Rajdeep Vaghasia
Waiting for a reply. On Tue, Jul 9, 2013 at 4:12 PM, Rajdeep Vaghasia wrote: > Hi > I am working on one board with an arm11 based cpu, NOR flash and DDR2 > SDRAM. > When I compile u-boot source code, I get u-boot.bin image generated. > This image has primary(second stage) and

Re: [U-Boot] Separately compile Master boot loader

2013-07-10 Thread Rajdeep Vaghasia
om you. I would like to remind again that, I want to implement this on *NOR Flash*. Regards, Rajdeep On Wed, Jul 10, 2013 at 5:53 PM, Albert ARIBAUD wrote: > Hi Rajdeep, > > On Wed, 10 Jul 2013 15:04:12 +0530, Rajdeep Vaghasia > wrote: > > > Waiting for a reply. > >

[U-Boot] Require guidance

2013-04-05 Thread Rajdeep Vaghasia
hello, I have read about U - boot from Emebedded Linux Primer 2nd Edition. I want more in depth knowledge of U - boot. Can you please suggest me or give me the references through which I get more in depth knowledge about U - boot? Regards Rajdeep Vaghasia

[U-Boot] Unable to understand flow of U-Boot Code.

2013-05-15 Thread Rajdeep Vaghasia
Hello, I am trying to understand the flow of U-boot code, but unable to get the complete link. I can not understand how the flow goes. In which sequence the code executes. So, please give me some reference, which can explain the complete flow of execution of U-Boot code.

[U-Boot] Falcon Mode implemented version

2013-07-29 Thread Rajdeep Vaghasia
2) The u-boot version in which SPL for NOR flash is implemented. If no such version is available, then please tell me about the patch in which this SPL for NOR flash is implemented. Thanks in advance. Regards, Rajdeep Vaghasia. ___ U-Boot mailing l

Re: [U-Boot] Falcon Mode implemented version

2013-07-29 Thread Rajdeep Vaghasia
Hi Stefano, As in the case of NAND, u-boot_spl.bin is generated in u-boot/spl_nand/ directory, In case of NOR, where exactly the separate spl image will be generated? or Will "u-boot.bin" contain the whole "spl + secondary u-boot"? Please help me with these, Thanks in advan

[U-Boot] Purpose of Data partition in Partition Layout

2013-08-07 Thread Rajdeep Vaghasia
Hi all, My current default partition layout is as follow: 1) u-boot, 2) environment variables 3) kernel, 4) filesystem I have seen in some implementations, that there is one partition of "data" after the filesystem's partition as follow: 1) u-boot, 2) environment variables 3) kernel, 4) filesyste