On Thu, Sep 14, 2017 at 03:05:12PM -0700, Paul Burton wrote:

> Convert the powerpc architecture to make use of the new asm-generic/io.h
> to provide address mapping functions. As powerpc can actually perform
> non-identity mapping between physical & virtual addresses we can't
> simply make use of the generic phys_to_virt() & virt_to_phys()
> functions. However since map_physmem() already effectively implemented
> the same thing as virt_to_phys() we can simply implement virt_to_phys()
> instead of map_physmem() & use the generic map_physmem(). We also drop
> the no-op unmap_physmem().
> 
> This has only been build-tested, feedback from architecture maintainers
> is welcome.
> 
> Signed-off-by: Paul Burton <paul.bur...@imgtec.com>
> Cc: Wolfgang Denk <w...@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to