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

Kumar Gala galak at kernel.crashing.org
Mon Dec 15 22:12:34 CET 2008


On Dec 15, 2008, at 3:07 PM, Wolfgang Denk wrote:

> 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.

just to be clear are you thinking for this upcoming release or the one  
following it?

- k


More information about the U-Boot mailing list