Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Przemyslaw Marczak
Hello, On 02/12/2015 05:07 PM, Tom Rini wrote: On Thu, Feb 05, 2015 at 10:51:00AM +0100, Lukasz Majewski wrote: Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Przemyslaw Marczak
Hello Simon, On 02/02/2015 07:15 PM, Simon Glass wrote: Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb for the DFU now, to be able write 32MB

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-13 Thread Tom Rini
On Fri, Feb 13, 2015 at 04:48:15PM +0100, Przemyslaw Marczak wrote: Hello, On 02/12/2015 05:07 PM, Tom Rini wrote: On Thu, Feb 05, 2015 at 10:51:00AM +0100, Lukasz Majewski wrote: Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-12 Thread Tom Rini
On Thu, Feb 05, 2015 at 10:51:00AM +0100, Lukasz Majewski wrote: Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-05 Thread Lukasz Majewski
Hi Simon, Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb for the DFU now, to be able write 32MB file). This is the

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-02 Thread Simon Glass
Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski l.majew...@samsung.com wrote: Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb for the DFU now, to be able write 32MB file). This is the CONFIG_SYS_MALLOC_LEN. And the memory

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-02 Thread Lukasz Majewski
Dear All, And the next is interesting. odroid_defconfig has more than 80MB for malloc (we need about 64mb for the DFU now, to be able write 32MB file). This is the CONFIG_SYS_MALLOC_LEN. And the memory area for malloc is set to 0 in function mem_malloc_init(). So for this config that

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-29 Thread Przemyslaw Marczak
Hello, On 01/28/2015 01:55 PM, Przemyslaw Marczak wrote: This patchset reduces the boot time for ARM architecture, Exynos boards, and boards with DFU enabled(ARM). For tested Trats2 device, this was done in three steps. First was enable the arch memcpy and memset. The second step was enable

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-29 Thread Przemyslaw Marczak
Hello, On 01/28/2015 03:34 PM, Pantelis Antoniou wrote: Hi Przemyslaw, On Jan 28, 2015, at 16:30 , Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 01/28/2015 03:18 PM, Pantelis Antoniou wrote: Hi Przemyslaw, On Jan 28, 2015, at 16:10 , Przemyslaw Marczak p.marc...@samsung.com

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Stefan Roese
Hi Przemyslaw, On 28.01.2015 13:55, Przemyslaw Marczak wrote: This patchset reduces the boot time for ARM architecture, Exynos boards, and boards with DFU enabled(ARM). For tested Trats2 device, this was done in three steps. First was enable the arch memcpy and memset. The second step was

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Pantelis Antoniou
Hi Przemyslaw, On Jan 28, 2015, at 16:10 , Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Stefan, On 01/28/2015 02:12 PM, Stefan Roese wrote: Hi Przemyslaw, On 28.01.2015 13:55, Przemyslaw Marczak wrote: This patchset reduces the boot time for ARM architecture, Exynos boards,

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Pantelis Antoniou
Hi Przemyslaw, On Jan 28, 2015, at 16:30 , Przemyslaw Marczak p.marc...@samsung.com wrote: Hello, On 01/28/2015 03:18 PM, Pantelis Antoniou wrote: Hi Przemyslaw, On Jan 28, 2015, at 16:10 , Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Stefan, On 01/28/2015 02:12 PM,

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Przemyslaw Marczak
Hello Stefan, On 01/28/2015 02:12 PM, Stefan Roese wrote: Hi Przemyslaw, On 28.01.2015 13:55, Przemyslaw Marczak wrote: This patchset reduces the boot time for ARM architecture, Exynos boards, and boards with DFU enabled(ARM). For tested Trats2 device, this was done in three steps. First

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Przemyslaw Marczak
Hello, On 01/28/2015 03:18 PM, Pantelis Antoniou wrote: Hi Przemyslaw, On Jan 28, 2015, at 16:10 , Przemyslaw Marczak p.marc...@samsung.com wrote: Hello Stefan, On 01/28/2015 02:12 PM, Stefan Roese wrote: Hi Przemyslaw, On 28.01.2015 13:55, Przemyslaw Marczak wrote: This patchset reduces

[U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-01-28 Thread Przemyslaw Marczak
This patchset reduces the boot time for ARM architecture, Exynos boards, and boards with DFU enabled(ARM). For tested Trats2 device, this was done in three steps. First was enable the arch memcpy and memset. The second step was enable memset for .bss clear. The third step for reduce this