Re: [U-Boot] [PATCH V10 0/7] SPL Linux boot

2011-12-14 Thread Simon Schwarz
On 12/13/2011 11:36 AM, Stefano Babic wrote: On 13/12/2011 11:25, Simon Schwarz wrote: Hi, Hi Simon, I have not yet factored out the general elements of SPL direct boot. ATM i don't have the time - so if someone wants to take it :) I take your proposal and I will go on working on this pat

Re: [U-Boot] [PATCH V10 0/7] SPL Linux boot

2011-12-13 Thread Stefano Babic
On 13/12/2011 11:25, Simon Schwarz wrote: > Hi, > Hi Simon, > I have not yet factored out the general elements of SPL direct boot. ATM > i don't have the time - so if someone wants to take it :) I take your proposal and I will go on working on this patchset - I can test the patches on a AM3517

Re: [U-Boot] [PATCH V10 0/7] SPL Linux boot

2011-12-13 Thread Simon Schwarz
Hi, I have not yet factored out the general elements of SPL direct boot. ATM i don't have the time - so if someone wants to take it :) If not this will have to wait, maybe until next year. Regards Simon On 12/13/2011 11:20 AM, Simon Schwarz wrote: Adds direct Linux boot to SPL. It implemen

[U-Boot] [PATCH V10 0/7] SPL Linux boot

2011-12-13 Thread Simon Schwarz
Adds direct Linux boot to SPL. It implements a spl export command to save ATAGS or FDT to NAND flash. The kernel image has to be in place for this! Changes in V10: - spl_start_uboot replaces spl_uboot_key and is defined weak - if the linux image is not found a normal u-boot is started - some minor