All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3 v2] xilinx-virtex4: new file
@ 2010-07-13 22:28 Adrian Alonso
  2010-07-13 22:28 ` [PATCH 2/3 v2] xilinx-virtex5: " Adrian Alonso
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Adrian Alonso @ 2010-07-13 22:28 UTC (permalink / raw)
  To: openembedded-devel

* New config machine, generic support for Xilinx
  Virtex4 platforms ml401, ml403, ml405, ml410
* Tested on ml405 target board, powerpc based ref
  design at http://github.com/aalonso/xilinx-ml405
* Target configuration handled in xilinx-bsp.bbclass

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
 conf/machine/xilinx-virtex4.conf |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/xilinx-virtex4.conf

diff --git a/conf/machine/xilinx-virtex4.conf b/conf/machine/xilinx-virtex4.conf
new file mode 100644
index 0000000..eeea44e
--- /dev/null
+++ b/conf/machine/xilinx-virtex4.conf
@@ -0,0 +1,37 @@
+# Copyright (C) 2010, Adrian Alonso <aalonso00@gmail.com>
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@Name: Xilinx Virtex4 FPGA Development Platform
+#@DESCRIPTION: Machine configuration for Xilinx Virtex4 family
+# Supported targets
+# ML403, ML405, ML410
+
+TARGET_ARCH = "powerpc"
+TARGET_CPU  = "405"
+TARGET_FPU  = "soft"
+#tune for the selected cpu
+require conf/machine/include/tune-ppc405.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
+PREFERRED_VERSION_u-boot_xilinx-virtex4 = "u-boot-xilinx"
+
+KERNEL_IMAGETYPE = "uImage"
+
+MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet"
+MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
+
+UBOOT_ENTRYPOINT ?= "0x00000000"
+UBOOT_LOADADDRESS ?= "0x00000000"
+
+# Xilinx EDK override hardware definitions for xilinx-bsp
+# Include in your local.conf
+# XILINX_BSP_PATH = "complete path for Xilinx XPS project"
+# XILINX_BOARD = "ml410"
+
+# Don't use tty1
+USE_VT = "0"
+SERIAL_CONSOLE = "9600 ttyS0"
+
+# Device nodes add xsa for (system ace)
+IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
+                       files/device_table_add-xsa.txt"
-- 
1.7.1.1




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-07-14 21:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 22:28 [PATCH 1/3 v2] xilinx-virtex4: new file Adrian Alonso
2010-07-13 22:28 ` [PATCH 2/3 v2] xilinx-virtex5: " Adrian Alonso
2010-07-14  7:15   ` Frans Meulenbroeks
2010-07-13 22:29 ` [PATCH 3/3 v2] linux-xilinx: new kernel recipe Adrian Alonso
2010-07-14  7:11   ` Frans Meulenbroeks
2010-07-14 15:05     ` Adrian Alonso
2010-07-14 21:10       ` Frans Meulenbroeks
2010-07-14  7:15 ` [PATCH 1/3 v2] xilinx-virtex4: new file Frans Meulenbroeks
2010-07-14 13:26   ` Philip Balister
2010-07-14 13:31     ` Frans Meulenbroeks
2010-07-14 15:10       ` Adrian Alonso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.