]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: TLB init file cleanup
authorStefan Roese <sr@denx.de>
Wed, 14 Apr 2010 11:57:18 +0000 (13:57 +0200)
committerStefan Roese <sr@denx.de>
Mon, 19 Apr 2010 13:29:03 +0000 (15:29 +0200)
commitcf6eb6da433179674571f9370566b1ec8989a41a
treefc0ad7161d7146154026fa789a97dd2c047c61a7
parent2a72e9ed18d2164eb7fe569119342eb631b568da
ppc4xx: TLB init file cleanup

This patch adds new macros, with frequently used combinations of the
4xx TLB access control and storage attibutes. Additionally the 4xx init.S
files are updated to make use of these new macros. Resulting in easier
to read TLB definitions.

Additionally some init.S files are updated to use the mmu header for the
TLB defines, instead of defining their own macros.

Signed-off-by: Stefan Roese <sr@denx.de>
25 files changed:
arch/ppc/include/asm/mmu.h
board/amcc/bamboo/init.S
board/amcc/canyonlands/init.S
board/amcc/ebony/init.S
board/amcc/katmai/init.S
board/amcc/luan/init.S
board/amcc/ocotea/init.S
board/amcc/redwood/init.S
board/amcc/sequoia/init.S
board/amcc/taishan/init.S
board/amcc/yosemite/init.S
board/amcc/yucca/init.S
board/esd/du440/init.S
board/esd/pmc440/init.S
board/gdsys/gdppc440etx/init.S
board/gdsys/intip/init.S
board/korat/init.S
board/lwmon5/init.S
board/netstal/hcu5/init.S
board/pcs440ep/init.S
board/prodrive/alpr/init.S
board/prodrive/p3p440/init.S
board/sandburst/karef/init.S
board/sandburst/metrobox/init.S
board/xes/xpedite1000/init.S