]> git.sur5r.net Git - u-boot/commit
ppc4xx: program_tlb now uses 64bit physical addess
authorStefan Roese <sr@denx.de>
Tue, 19 Feb 2008 21:01:57 +0000 (22:01 +0100)
committerStefan Roese <sr@denx.de>
Sat, 15 Mar 2008 06:28:03 +0000 (07:28 +0100)
commit84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
tree7d7ab3c7fd14897ebcf028da9572d79614fb05e0
parentc3307fa186af85771924c434997089b8104c0a46
ppc4xx: program_tlb now uses 64bit physical addess

This patch changes the physical addess parameter from 32bit to 64bit.
This is needed for 36bit 4xx platforms to access areas located
beyond the 4GB border, like SoC peripherals (EBC etc.).

Signed-off-by: Stefan Roese <sr@denx.de>
board/netstal/hcu5/sdram.c
cpu/ppc4xx/tlb.c
include/asm-ppc/mmu.h
post/cpu/ppc4xx/cache.c