This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Copyright (C) 2010, Adrian Alonso <aalonso00@gmail.com> |
| 2 |
# Released under the MIT license (see packages/COPYING) |
| 3 |
#@TYPE: Machine |
| 4 |
#@Name: Xilinx ML507 FPGA Development Platform |
| 5 |
#@DESCRIPTION: Machine configuration for Xilinx ML507 |
| 6 |
|
| 7 |
TARGET_ARCH = "powerpc" |
| 8 |
TARGET_CPU = "440" |
| 9 |
TARGET_FPU = "soft" |
| 10 |
#tune for the 440 cpu |
| 11 |
require conf/machine/include/tune-ppc440.inc |
| 12 |
|
| 13 |
#ASSUME_PROVIDED += "virtual/kernel" |
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-ml507" |
| 15 |
|
| 16 |
KERNEL_IMAGETYPE = "uImage" |
| 17 |
|
| 18 |
MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet screen" |
| 19 |
MACHINE_EXTRA_RECOMMENDS = "kernel-modules" |
| 20 |
|
| 21 |
UBOOT_ARCH = "ppc" |
| 22 |
UBOOT_MACHINE = "ml507_config" |
| 23 |
UBOOT_ENTRYPOINT ?= "0x00000000" |
| 24 |
UBOOT_LOADADDRESS ?= "0x00000000" |
| 25 |
PREFERRED_VERSION_u-boot_xilinx-ml507 = "git" |
| 26 |
|
| 27 |
# Xilinx EDK override hardware definitions for xilinx-bsp |
| 28 |
# Include in your local.conf |
| 29 |
# XILINX_BSP_PATH = "complete path for Xilinx XPS project" |
| 30 |
# XILINX_BOARD = "ml507" |
| 31 |
|
| 32 |
# Don't use tty1 |
| 33 |
# USE_VT = "0" |
| 34 |
SERIAL_CONSOLE = "9600 ttyS0" |
| 35 |
|
| 36 |
# Device nodes add xsa for (system ace) |
| 37 |
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ |
| 38 |
files/device_table_add-xsa.txt" |