[U-Boot] [PATCH v4 2/4] Introduce addr_map library

Wolfgang Denk wd at denx.de
Mon Dec 15 22:07:12 CET 2008


Dear Kumar Gala,

In message <1229210430-4522-2-git-send-email-galak at 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 at 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


More information about the U-Boot mailing list