All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache
Date: Sat, 08 Aug 2009 08:40:48 -0500	[thread overview]
Message-ID: <4A7D8060.1050600@windriver.com> (raw)
In-Reply-To: <20090808094746.4AE51832E416@gemini.denx.de>

Yes.
Sorry about that. 
I will get something to you this week.
Tom

Wolfgang Denk wrote:
> Dear Tom Rix,
>
> In message <1246898879-6567-2-git-send-email-Tom.Rix@windriver.com> you wrote:
>   
>> --===============0808050101==
>>
>> Since there is only one version of flushing the dcache for
>> arm_cortex8, rename v7_flush_dcache_all to the the generic
>> name flush_dcache.  Because the function is intended for
>> only omap3 boards, move the function to the new file
>> cache_flush.S.
>>
>> This change fixes the compiler warning all OMAP3 targets have
>>
>> cpu.c: In function 'cleanup_before_linux':
>> cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
>>
>> Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
>> ---
>>  cpu/arm_cortexa8/cpu.c                 |    2 +-
>>  cpu/arm_cortexa8/omap3/Makefile        |    1 +
>>  cpu/arm_cortexa8/omap3/board.c         |    2 +-
>>  cpu/arm_cortexa8/omap3/cache_flush.S   |  118 ++++++++++++++++++++++++++++++++
>>  cpu/arm_cortexa8/start.S               |   87 -----------------------
>>  include/asm-arm/arch-omap3/sys_proto.h |    1 -
>>  include/asm-arm/cache.h                |    1 +
>>  7 files changed, 122 insertions(+), 90 deletions(-)
>>  create mode 100644 cpu/arm_cortexa8/omap3/cache_flush.S
>>     
>
> Sorry, this patch does not apply any more:
>
> Applying: ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache
> error: patch failed: cpu/arm_cortexa8/omap3/Makefile:26
> error: cpu/arm_cortexa8/omap3/Makefile: patch does not apply
> error: patch failed: cpu/arm_cortexa8/start.S:415
> error: cpu/arm_cortexa8/start.S: patch does not apply
> fatal: sha1 information is lacking or useless (cpu/arm_cortexa8/omap3/board.c).
> Repository lacks necessary blobs to fall back on 3-way merge.
> Cannot fall back to three-way merge.
> Patch failed at 0001.
>
> Please rebase and resubmit (also patch 2/2).
>
> Best regards,
>
> Wolfgang Denk
>
>   

      reply	other threads:[~2009-08-08 13:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-06 16:47 [U-Boot] V2 remove omap3 compiler warning wrt v7_flush_dcache_all Tom Rix
2009-07-06 16:47 ` [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache Tom Rix
2009-07-06 16:47   ` [U-Boot] [PATCH 2/2] OMAP3 Fix compiler warning for get_device_type Tom Rix
2009-07-06 17:34   ` [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache Woodruff, Richard
2009-07-07  2:57     ` Tom
2009-07-07 20:31       ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 20:44         ` Tom
2009-07-07 21:20           ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-08  9:47   ` Wolfgang Denk
2009-08-08 13:40     ` Tom [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=4A7D8060.1050600@windriver.com \
    --to=tom.rix@windriver.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.