public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 2/4] Introduce addr_map library
Date: Mon, 15 Dec 2008 22:07:12 +0100	[thread overview]
Message-ID: <20081215210712.3ADE5832E8A1@gemini.denx.de> (raw)
In-Reply-To: <1229210430-4522-2-git-send-email-galak@kernel.crashing.org>

Dear Kumar Gala,

In message <1229210430-4522-2-git-send-email-galak@kernel.crashing.org> you wrote:
> Add a library that helps in translating between virtual and physical
> addresses.  This library can be useful as a simple means to implement
> map_physmem() and virt_to_phys() for platforms that need functionality
> beyond the simple 1:1 mapping.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> * Folded in Becky's phys_size_t changes
> 
>  include/addr_map.h     |   29 +++++++++++++++++
>  lib_generic/Makefile   |    1 +
>  lib_generic/addr_map.c |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 111 insertions(+), 0 deletions(-)
>  create mode 100644 include/addr_map.h
>  create mode 100644 lib_generic/addr_map.c

Applied, thanks.

As discussed, I'll be leaving patches 3/4 and 4/4 of this series for
Andy to pick them up.

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
The joys of love made her human and the  agonies  of  love  destroyed
her.
	-- Spock, "Requiem for Methuselah", stardate 5842.8

  parent reply	other threads:[~2008-12-15 21:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-13 23:20 [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys() Kumar Gala
2008-12-13 23:20 ` [U-Boot] [PATCH v4 2/4] Introduce addr_map library Kumar Gala
2008-12-13 23:20   ` [U-Boot] [PATCH v4 3/4] 85xx: Add support to populate addr map based on TLB settings Kumar Gala
2008-12-13 23:20     ` [U-Boot] [PATCH v4 4/4] ppc: Use addrmap in virt_to_phys and map_physmem Kumar Gala
2008-12-15 21:07   ` Wolfgang Denk [this message]
2008-12-15 21:12     ` [U-Boot] [PATCH v4 2/4] Introduce addr_map library Kumar Gala
2008-12-16  0:46       ` Wolfgang Denk
2008-12-16  3:33         ` Becky Bruce
2008-12-16 15:55           ` Wolfgang Denk
2008-12-15 21:04 ` [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys() Wolfgang Denk
2008-12-17 15:47 ` Haavard Skinnemoen
2008-12-17 15:55   ` Kumar Gala
2008-12-17 16:00     ` Haavard Skinnemoen
2008-12-17 16:04       ` Kumar Gala
2008-12-17 16:22         ` Haavard Skinnemoen

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=20081215210712.3ADE5832E8A1@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox