All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] kgdb: update mem2hex/hex2mem funcs
Date: Mon, 18 Jan 2010 00:24:37 +0100	[thread overview]
Message-ID: <20100117232437.C5196C88AE@gemini.denx.de> (raw)
In-Reply-To: <1261438846-9675-4-git-send-email-vapier@gentoo.org>

Dear Mike Frysinger,

In message <1261438846-9675-4-git-send-email-vapier@gentoo.org> you wrote:
> From: Robin Getz <robin.getz@analog.com>
> 
> Convert the funcs to do the conversion inline so that we can do the copy
> all at once with memcpy.  This let's us push out an weird arch-specific
> issues with accessing different regions of memory to the memcpy function
> like the MMRs on Blackfin systems, and it should be a bit faster.
> 
> Signed-off-by: Robin Getz <robin.getz@analog.com>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  common/kgdb.c |   43 ++++++++++++++++++++++++++++++++-----------
>  1 files changed, 32 insertions(+), 11 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Be kind to unkind people - they need it the most.

  reply	other threads:[~2010-01-17 23:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-21 23:40 [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Mike Frysinger
2009-12-21 23:40 ` [U-Boot] [PATCH 1/5] kgdb: add default generic stubs Mike Frysinger
2010-01-17 23:23   ` Wolfgang Denk
2009-12-21 23:40 ` [U-Boot] [PATCH 2/5] kgdb: drop duplicate debugger_exception_handler Mike Frysinger
2010-01-17 23:23   ` Wolfgang Denk
2009-12-21 23:40 ` [U-Boot] [PATCH 3/5] kgdb: update mem2hex/hex2mem funcs Mike Frysinger
2010-01-17 23:24   ` Wolfgang Denk [this message]
2010-01-20 17:34     ` [U-Boot] U-Boot for LENO3 processor board K Balaji
2010-01-21 13:14       ` Detlev Zundel
2010-01-21 14:02         ` Daniel Hellstrom
2010-01-22 18:21           ` K Balaji
2010-01-21 14:04         ` Daniel Hellstrom
2010-01-22 18:10         ` K Balaji
2009-12-21 23:40 ` [U-Boot] [PATCH 4/5] asm-generic/signal.h: import from linux Mike Frysinger
2009-12-21 23:40 ` [U-Boot] [PATCH 5/5] Blackfin: add support for kgdb Mike Frysinger
2010-01-17 23:25 ` [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Wolfgang Denk
2010-01-18  1:37   ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-01-21 20:55     ` Wolfgang Denk

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=20100117232437.C5196C88AE@gemini.denx.de \
    --to=wd@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.