From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 6/7] config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE
Date: Wed, 4 Sep 2013 16:13:23 +0200 [thread overview]
Message-ID: <201309041613.23409.marex@denx.de> (raw)
In-Reply-To: <1377079968-1077-7-git-send-email-gautam.vivek@samsung.com>
Dear Vivek Gautam,
> XHCI stack driver needs this to align buffers to
> CacheLine boundary. So define the same to be '64'
>
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> Cc: Julius Werner <jwerner@chromium.org>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> Cc: Dan Murphy <dmurphy@ti.com>
> Cc: Marek Vasut <marex@denx.de>
> ---
> include/configs/exynos5250-dt.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/exynos5250-dt.h
> b/include/configs/exynos5250-dt.h index 8f8f85f..86d57e3 100644
> --- a/include/configs/exynos5250-dt.h
> +++ b/include/configs/exynos5250-dt.h
> @@ -37,6 +37,8 @@
> /* Keep L2 Cache Disabled */
> #define CONFIG_SYS_DCACHE_OFF
>
> +#define CONFIG_SYS_CACHELINE_SIZE 64
> +
> /* Enable ACE acceleration for SHA1 and SHA256 */
> #define CONFIG_EXYNOS_ACE_SHA
> #define CONFIG_SHA_HW_ACCEL
Albert, care to apply this one separatelly?
Best regards,
Marek Vasut
next prev parent reply other threads:[~2013-09-04 14:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-21 10:12 [U-Boot] [PATCH v2 0/7] USB: XHCI: Add xHCI host controller stack driver Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 1/7] USB: xHCI: Add stack support for xHCI Vivek Gautam
2013-09-03 13:58 ` Dan Murphy
2013-09-04 14:16 ` Marek Vasut
2013-09-12 9:35 ` Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 2/7] USB: XHCI: Add xHCI host controller support for Exynos5 Vivek Gautam
2013-09-03 15:03 ` Dan Murphy
2013-08-21 10:12 ` [U-Boot] [PATCH v2 3/7] arm: exynos: Add methods to control power to USB 3.0 PHY Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 4/7] exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 5/7] exynos5: dts: Add device node for XHCI Vivek Gautam
2013-08-21 10:12 ` [U-Boot] [PATCH v2 6/7] config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE Vivek Gautam
2013-09-04 14:13 ` Marek Vasut [this message]
2013-08-21 10:12 ` [U-Boot] [PATCH v2 7/7] temp: config: exynos5250: Enable xHCI support for Exynos5 Vivek Gautam
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=201309041613.23409.marex@denx.de \
--to=marex@denx.de \
--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.