]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Handle eLBC difference w/36-bit physical
authorKumar Gala <galak@kernel.crashing.org>
Fri, 23 Jan 2009 20:22:13 +0000 (14:22 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 23 Jan 2009 23:08:28 +0000 (17:08 -0600)
commitc51fc5d53c4560abc4d0a6126c06fc68133d1528
tree37000f5d1602c4c905e626f8af2780ca4b17a0b2
parent72a9414a8e21e9536822c7353bc08d21ce5ad53d
85xx: Handle eLBC difference w/36-bit physical

The eLBC only handles 32-bit physical address in systems with 36-bit
physical.  The previos generation of LBC handled 34-bit physical
address in 36-bit systems.  Added a new CONFIG option to convey
the difference between the LBC and eLBC.

Also added defines for XAM bits used in LBC for the extended 34-bit
support.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/asm-ppc/fsl_lbc.h
include/configs/MPC8536DS.h
include/configs/MPC8572DS.h