]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add support to initialize LIODN registers and portals
authorKumar Gala <galak@kernel.crashing.org>
Thu, 10 Sep 2009 08:02:13 +0000 (03:02 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 26 Jul 2010 18:07:56 +0000 (13:07 -0500)
commitdb977abfc87eebf22dfed374528c89130949dce2
tree554fc82f5f3d17d6790c6f04878ec70da5cf27db
parentb4b847e95169802b08ea5df6d7dd87fbb2d468aa
powerpc/85xx: Add support to initialize LIODN registers and portals

On the new QorIQ/CoreNet based platforms we need to initialize the
"portals" as access into the Data Path subystem as well as Logical IO
Device Numbers (LIODN) that are used for the IOMMU (PAMU).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/liodn.c [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/p4080_ids.c [new file with mode: 0644]
arch/powerpc/cpu/mpc85xx/portals.c [new file with mode: 0644]
arch/powerpc/include/asm/fsl_liodn.h [new file with mode: 0644]
arch/powerpc/include/asm/fsl_portals.h [new file with mode: 0644]