Re: [U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard

2010-11-19 Thread Sergiy Kibrik
On 11/08/2010 03:37 PM, Sergiy Kibrik wrote: > Improved default config for OMAP4 Pandaboard for faster boot: > -reduced environment size to speed up memory initialization; > -tweaked blob load address to avoid image relocation (according to > default uImage load address);

Re: [U-Boot] [PATCH] OMAP4: speed up booting on Pandaboard

2010-11-15 Thread Sergiy Kibrik
On 11/14/2010 11:18 PM, Wolfgang Denk wrote: > Dear Sergiy Kibrik, > > In message <4cd27f08.8060...@globallogic.com> you wrote: >> Improved default config for OMAP4 Pandaboard for faster boot: >> -reduced environment size to speed up memory initialization; >>

[U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard

2010-11-08 Thread Sergiy Kibrik
Improved default config for OMAP4 Pandaboard for faster boot: -reduced environment size to speed up memory initialization; -tweaked blob load address to avoid image relocation (according to default uImage load address); Signed-off-by: Sergiy Kibrik --- include/configs

Re: [U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard

2010-11-08 Thread Sergiy Kibrik
On 11/07/2010 11:36 PM, Wolfgang Denk wrote: > Dear Sergiy Kibrik, > > In message <4cd4377b.2020...@globallogic.com> you wrote: >> Improved default config for OMAP4 Pandaboard for faster boot: >> -reduced environment size to speed up memory initialization; >>

[U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard

2010-11-05 Thread Sergiy Kibrik
Improved default config for OMAP4 Pandaboard for faster boot: -reduced environment size to speed up memory initialization; -tweaked blob load address to avoid image relocation (according to default uImage load address); Signed-off-by: Sergiy Kibrik --- include/configs

Re: [U-Boot] [PATCH] OMAP4: speed up booting on Pandaboard

2010-11-05 Thread Sergiy Kibrik
On 11/05/2010 05:49 PM, Nishanth Menon wrote: > lets drop this change for the timebeing then. > agree =) > >> Can you suggest a way to coordinate load addresses across kernel& >> bootloader build? >> > Hmm.. good point -> need to try an idea I am thinking at the moment - > this info is present

Re: [U-Boot] [PATCH] OMAP4: speed up booting on Pandaboard

2010-11-05 Thread Sergiy Kibrik
On 11/05/2010 03:12 PM, Nishanth Menon wrote: > Sergiy Kibrik wrote, on 11/05/2010 08:35 AM: >> On 11/04/2010 05:46 PM, Nishanth Menon wrote: >>> Sergiy Kibrik wrote, on 11/04/2010 05:38 AM: >>>> Improved default config for OMAP4 Pandaboard for faster boot: >>

Re: [U-Boot] [PATCH] OMAP4: speed up booting on Pandaboard

2010-11-05 Thread Sergiy Kibrik
On 11/04/2010 05:46 PM, Nishanth Menon wrote: > Sergiy Kibrik wrote, on 11/04/2010 05:38 AM: >> Improved default config for OMAP4 Pandaboard for faster boot: >> -reduced environment size to speed up memory initialization; >> -USB TTY driver turned off; > Do we reall

[U-Boot] [PATCH] OMAP4: speed up booting on Pandaboard

2010-11-04 Thread Sergiy Kibrik
Improved default config for OMAP4 Pandaboard for faster boot: -reduced environment size to speed up memory initialization; -USB TTY driver turned off; -tweaked blob load address to avoid image relocation (according to default uImage load address); Signed-off-by: Sergiy