From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] config: Update envs for trats and trats2 - Disable L2 cache
Date: Tue, 14 Jan 2014 18:57:41 +0900 [thread overview]
Message-ID: <52D50A15.8020102@samsung.com> (raw)
In-Reply-To: <1389682946-29694-4-git-send-email-l.majewski@samsung.com>
On 14/01/14 16:02, Lukasz Majewski wrote:
> Disable L2 caches for Trats and Trats2 devices.
>
> It turns out that for data downloading with thordown command L2 cache
> disablement brings a significant speed improvement.
>
> rootfs - 400 MiB:
> - L2 cache enabled: 2.69 MiB/s
> - L2 cache disabled: 5.56 MiB/s
>
> Such improvement is possible due to reduction of the need to invalidate
> redundant data, which resides in L2 cache.
>
> Since the sent USB request size at once is 512B (L1 - 32 KiB in total) -
> one can be quite confident that it is already available in L1 and L2 can
> be disabled.
>
> Change-Id: I911ea18075526f7e8295c30dfcf7a658ebc4e53b
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> ---
> include/configs/trats.h | 1 +
> include/configs/trats2.h | 1 +
> 2 files changed, 2 insertions(+)
>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Thanks,
Minkyu Kang.
next prev parent reply other threads:[~2014-01-14 9:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 7:02 [U-Boot] [PATCH 0/3] fix: Trats/Trats2 default envs adjustement for 2014.01 release Lukasz Majewski
2014-01-14 7:02 ` [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions Lukasz Majewski
2014-01-14 9:57 ` Minkyu Kang
2014-01-15 16:12 ` Gerhard Sittig
2014-01-15 20:32 ` Lukasz Majewski
2014-01-16 16:10 ` Gerhard Sittig
2014-01-16 22:12 ` Wolfgang Denk
2014-01-17 14:11 ` Gerhard Sittig
2014-01-17 13:05 ` [U-Boot] [U-Boot, " Tom Rini
2014-01-14 7:02 ` [U-Boot] [PATCH 2/3] ARM: trats2: dfu: Enable default Poll Timeout for Trats2 board Lukasz Majewski
2014-01-14 9:57 ` Minkyu Kang
2014-01-17 13:06 ` [U-Boot] [U-Boot, " Tom Rini
2014-01-14 7:02 ` [U-Boot] [PATCH 3/3] config: Update envs for trats and trats2 - Disable L2 cache Lukasz Majewski
2014-01-14 9:57 ` Minkyu Kang [this message]
2014-01-17 13:06 ` [U-Boot] [U-Boot, " Tom Rini
2014-01-17 10:34 ` [U-Boot] [PATCH 0/3] fix: Trats/Trats2 default envs adjustement for 2014.01 release Lukasz Majewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52D50A15.8020102@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.