]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Add the concept of CFG_CCSRBAR_PHYS
authorKumar Gala <galak@kernel.crashing.org>
Wed, 30 Jan 2008 20:55:14 +0000 (14:55 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 26 Mar 2008 16:43:03 +0000 (11:43 -0500)
commitf69766e4b5d47ecd3aa58677a8da875694f364f2
treefc82b58b6400277e2ff661029402bf4a4758c5d9
parent5b5eb9ca5b778f763bcf332697b35cc1e747626e
85xx: Add the concept of CFG_CCSRBAR_PHYS

When we go to 36-bit physical addresses we need to keep the concept of
the physical CCSRBAR address seperate from the virtual one.

For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34 files changed:
board/atum8548/tlb.c
board/freescale/mpc8540ads/tlb.c
board/freescale/mpc8541cds/tlb.c
board/freescale/mpc8544ds/tlb.c
board/freescale/mpc8548cds/tlb.c
board/freescale/mpc8555cds/tlb.c
board/freescale/mpc8560ads/tlb.c
board/freescale/mpc8568mds/tlb.c
board/mpc8540eval/tlb.c
board/pm854/tlb.c
board/pm856/tlb.c
board/sbc8548/tlb.c
board/sbc8560/tlb.c
board/stxgp3/tlb.c
board/stxssa/tlb.c
board/tqm85xx/tlb.c
cpu/mpc85xx/cpu_init.c
include/configs/ATUM8548.h
include/configs/MPC8540ADS.h
include/configs/MPC8540EVAL.h
include/configs/MPC8541CDS.h
include/configs/MPC8544DS.h
include/configs/MPC8548CDS.h
include/configs/MPC8555CDS.h
include/configs/MPC8560ADS.h
include/configs/MPC8568MDS.h
include/configs/PM854.h
include/configs/PM856.h
include/configs/SBC8540.h
include/configs/TQM85xx.h
include/configs/sbc8548.h
include/configs/sbc8560.h
include/configs/stxgp3.h
include/configs/stxssa.h