1
# Copyright (C) 2010, Adrian Alonso <aalonso00@gmail.com>
2
# Released under the MIT license (see packages/COPYING)
3
#@TYPE: Machine
4
#@Name: Xilinx Virtex5 FPGA Development Platforms
5
#@DESCRIPTION: Machine configuration for Xilinx Virtex5 boards
6
# Supported boards ML506, ML507, ML510
7
8
TARGET_ARCH = "powerpc"
9
TARGET_CPU  = "440"
10
TARGET_FPU  = "soft"
11
#tune for the 440 cpu
12
require conf/machine/include/tune-ppc440.inc
13
14
PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
15
PREFERRED_VERSION_u-boot_xilinx-virtex5 = "u-boot-xilinx"
16
17
KERNEL_IMAGETYPE = "uImage"
18
19
MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet screen"
20
MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
21
22
UBOOT_ENTRYPOINT ?= "0x00000000"
23
UBOOT_LOADADDRESS ?= "0x00000000"
24
25
# Xilinx EDK override hardware  definitions for xilinx-bsp
26
# Include in your local.conf
27
# XILINX_BSP_PATH = "complete path for Xilinx XPS project"
28
# XILINX_BOARD = "ml507"
29
30
# Don't use tty1
31
# USE_VT = "0"
32
SERIAL_CONSOLE = "9600 ttyS0"
33
34
# Device nodes add xsa for (system ace)
35
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
36
                       files/device_table_add-xsa.txt"