summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/Makefile.boot
diff options
context:
space:
mode:
authorTzachi Perelstein2007-10-23 21:14:41 +0200
committerRussell King2008-01-26 16:03:42 +0100
commit585cf17561d3174a745bec49c422c1a621c95fc4 (patch)
tree66f0ff02c844a4bf22dcbca66b2babf387b4f628 /arch/arm/mach-orion/Makefile.boot
parent[ARM] Feroceon: support old cores with ARM926 ID (diff)
downloadkernel-qcow2-linux-585cf17561d3174a745bec49c422c1a621c95fc4.tar.gz
kernel-qcow2-linux-585cf17561d3174a745bec49c422c1a621c95fc4.tar.xz
kernel-qcow2-linux-585cf17561d3174a745bec49c422c1a621c95fc4.zip
[ARM] basic support for the Marvell Orion SoC family
The Marvell Orion is a family of ARM SoCs with a DDR/DDR2 memory controller, 10/100/1000 ethernet MAC, and USB 2.0 interfaces, and, depending on the specific model, PCI-E interface, PCI-X interface, SATA controllers, crypto unit, SPI interface, SDIO interface, device bus, NAND controller, DMA engine and/or XOR engine. This contains the basic structure and architecture register definitions. Signed-off-by: Tzachi Perelstein <tzachi@marvell.com> Reviewed-by: Nicolas Pitre <nico@marvell.com> Reviewed-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion/Makefile.boot')
-rw-r--r--arch/arm/mach-orion/Makefile.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/Makefile.boot b/arch/arm/mach-orion/Makefile.boot
new file mode 100644
index 000000000000..67039c3e0c48
--- /dev/null
+++ b/arch/arm/mach-orion/Makefile.boot
@@ -0,0 +1,3 @@
+ zreladdr-y := 0x00008000
+params_phys-y := 0x00000100
+initrd_phys-y := 0x00800000