]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: refactor common P-Series CoreNet files for FSL boards
authorKumar Gala <galak@kernel.crashing.org>
Tue, 30 Aug 2011 22:29:23 +0000 (17:29 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 30 Sep 2011 00:01:06 +0000 (19:01 -0500)
commit360275b362e50f480b09c7c8770019ea4287afad
treed8f9e2c2544aee2836469731a734494f8e2c753a
parent9570cbda76e751efbaff53cfb31fa7b34e3c5807
powerpc/85xx: refactor common P-Series CoreNet files for FSL boards

We currently support 4 SoC/Boards from the P-Series of QorIQ SoCs that
are based on the 'CoreNet' Architecture: P2041RDB, P3041DS, P4080DS, and
P5020DS.  There is a significant amount of commonality shared between
these boards that we can refactor into common code:

* Initial LAW setup
* Initial TLB setup
* PCI setup

We start by moving the shared code between P3041DS, P4080DS, and P5020DS
into a common directory to be shared with other P-Series CoreNet boards.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/common/Makefile
board/freescale/common/p_corenet/Makefile [new file with mode: 0644]
board/freescale/common/p_corenet/law.c [moved from board/freescale/corenet_ds/law.c with 100% similarity]
board/freescale/common/p_corenet/pci.c [moved from board/freescale/corenet_ds/pci.c with 100% similarity]
board/freescale/common/p_corenet/tlb.c [moved from board/freescale/corenet_ds/tlb.c with 100% similarity]
board/freescale/corenet_ds/Makefile