diff options
-rw-r--r-- | Documentation/arm/Marvell/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README index 5172934a2346..4dc66c173e10 100644 --- a/Documentation/arm/Marvell/README +++ b/Documentation/arm/Marvell/README | |||
@@ -53,8 +53,8 @@ Kirkwood family | |||
53 | Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_OpenSource.pdf | 53 | Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_OpenSource.pdf |
54 | Homepage: http://www.marvell.com/embedded-processors/kirkwood/ | 54 | Homepage: http://www.marvell.com/embedded-processors/kirkwood/ |
55 | Core: Feroceon ARMv5 compatible | 55 | Core: Feroceon ARMv5 compatible |
56 | Linux kernel mach directory: arch/arm/mach-kirkwood | 56 | Linux kernel mach directory: arch/arm/mach-mvebu |
57 | Linux kernel plat directory: arch/arm/plat-orion | 57 | Linux kernel plat directory: none |
58 | 58 | ||
59 | Discovery family | 59 | Discovery family |
60 | ---------------- | 60 | ---------------- |
@@ -136,7 +136,9 @@ Dove family (application processor) | |||
136 | Functional Spec : http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Functional-Spec.pdf | 136 | Functional Spec : http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Functional-Spec.pdf |
137 | Homepage: http://www.marvell.com/application-processors/armada-500/ | 137 | Homepage: http://www.marvell.com/application-processors/armada-500/ |
138 | Core: ARMv7 compatible | 138 | Core: ARMv7 compatible |
139 | Directory: arch/arm/mach-dove | 139 | |
140 | Directory: arch/arm/mach-mvebu (DT enabled platforms) | ||
141 | arch/arm/mach-dove (non-DT enabled platforms) | ||
140 | 142 | ||
141 | PXA 2xx/3xx/93x/95x family | 143 | PXA 2xx/3xx/93x/95x family |
142 | -------------------------- | 144 | -------------------------- |
@@ -254,10 +256,10 @@ Berlin family (Digital Entertainment) | |||
254 | Long-term plans | 256 | Long-term plans |
255 | --------------- | 257 | --------------- |
256 | 258 | ||
257 | * Unify the mach-dove/, mach-mv78xx0/, mach-orion5x/ and | 259 | * Unify the mach-dove/, mach-mv78xx0/, mach-orion5x/ into the |
258 | mach-kirkwood/ into the mach-mvebu/ to support all SoCs from the | 260 | mach-mvebu/ to support all SoCs from the Marvell EBU (Engineering |
259 | Marvell EBU (Engineering Business Unit) in a single mach-<foo> | 261 | Business Unit) in a single mach-<foo> directory. The plat-orion/ |
260 | directory. The plat-orion/ would therefore disappear. | 262 | would therefore disappear. |
261 | 263 | ||
262 | * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa | 264 | * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa |
263 | directory. The plat-pxa/ would therefore disappear. | 265 | directory. The plat-pxa/ would therefore disappear. |