aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/microblazeel.conf
blob: 5ca9b100d9a861da6b37219f4b60d4d3d9951a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#@TYPE: Machine
#@NAME: microblazeel
#@DESCRIPTION: Microblaze (Little Endian)

# The Microblaze machine differ from those of 'fixed' architectures like 
# arm as Microblaze can have each of its hardware tune features configured 
# independently.
# For this reason the user must define the TUNE_FEATURES_tune-microblaze 
# in the local.conf file. 
# An example is:
# TUNE_FEATURES_tune-microblaze += "little-endian v830 barrel-shift multiply-high multiply-low pattern-compare reorder divide-hard fpu-hard fpu-hard-extended"
# If no other feature is defined in local.conf, then no hardware 
# features will be enabled.

TARGET_CPU = "microblazeel"
MACHINE_FEATURES := ""

require conf/machine/include/tune-microblaze.inc

TUNE_FEATURES_tune-microblaze += "little-endian v830"

KERNEL_IMAGETYPE = "uImage"

SERIAL_CONSOLE = "115200 ttyS0"