All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: atmel: cpux9k2: add missing cache configs
Date: Sun, 4 Nov 2012 15:57:58 +0100	[thread overview]
Message-ID: <20121104155758.61520d29@lilith> (raw)
In-Reply-To: <1350632470-12737-1-git-send-email-esw@bus-elektronik.de>

Hi Jens,

On Fri, 19 Oct 2012 09:41:10 +0200, "Jens Scharsig (BuS Elektronik)"
<esw@bus-elektronik.de> wrote:

> From: "Jens Scharsig (BuS Elektronik)" <esw@bus-elektronik.de>
> 
> * add CONFIG_SYS_CACHELINE_SIZE to eb_cpux9k2 board config header
> * dissable dcache (CONFIG_SYS_DCACHE_OFF) for eb_cpux9k2
> 
> Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
> ---
> 
> This patch is send in reqest of 
> <http://lists.denx.de/pipermail/u-boot/2012-October/136404.html>
> It fix compliation errors as long as 920t cache is not implemented.
> 
>  include/configs/eb_cpux9k2.h |    5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> index 9371ec3..3be4929 100644
> --- a/include/configs/eb_cpux9k2.h
> +++ b/include/configs/eb_cpux9k2.h
> @@ -43,6 +43,10 @@
>  
>  #define MACH_TYPE_EB_CPUX9K2		1977
>  #define CONFIG_MACH_TYPE		MACH_TYPE_EB_CPUX9K2
> +
> +#define CONFIG_SYS_CACHELINE_SIZE	32
> +#define CONFIG_SYS_DCACHE_OFF
> +
>  /*--------------------------------------------------------------------------*/
>  #ifndef CONFIG_RAMBOOT
>  #define CONFIG_SYS_TEXT_BASE		0x00000000
> @@ -56,7 +60,6 @@
>  #define CONFIG_SYS_U_BOOT_BASE		PHYS_FLASH_1
>  #define CONFIG_SYS_U_BOOT_SIZE		0x60000 /* 384 KBytes */
>  
> -
>  #define CONFIG_BOOT_RETRY_TIME		30
>  #define CONFIG_CMDLINE_EDITING
>  

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

      reply	other threads:[~2012-11-04 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19  7:41 [U-Boot] [PATCH] arm: atmel: cpux9k2: add missing cache configs Jens Scharsig
2012-11-04 14:57 ` Albert ARIBAUD [this message]

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=20121104155758.61520d29@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.