2013-03-12 16:12:49 +01:00
|
|
|
#@TYPE: Machine
|
|
|
|
#@NAME: CubieBoard
|
|
|
|
#@DESCRIPTION: Machine configuration for the cubieboard, based on allwinner a10 CPU http://cubieboard.org/
|
|
|
|
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
|
|
XSERVER = "xserver-xorg \
|
2013-10-29 22:38:45 +01:00
|
|
|
xf86-video-fbturbo \
|
2013-03-12 16:12:49 +01:00
|
|
|
xf86-input-evdev \
|
|
|
|
xf86-input-mouse \
|
|
|
|
xf86-input-keyboard"
|
|
|
|
|
|
|
|
# Only has DVI connector for external screen
|
|
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
|
|
|
|
require conf/machine/include/tune-cortexa8.inc
|
2013-10-29 22:38:45 +01:00
|
|
|
require conf/machine/include/sunxi-mali.inc
|
2013-03-12 16:12:49 +01:00
|
|
|
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
|
|
|
PREFERRED_VERSION_linux-libc-headers = "3.0.8"
|
|
|
|
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
|
|
|
|
UBOOT_MACHINE = "cubieboard"
|
2013-03-14 23:07:41 +01:00
|
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
2013-03-12 16:12:49 +01:00
|
|
|
|
|
|
|
SPL_BINARY = "sunxi-spl.bin"
|
|
|
|
|
2013-11-15 18:45:10 +01:00
|
|
|
IMAGE_CLASSES += "sdcard_image-sunxi"
|
|
|
|
IMAGE_FSTYPES += "ext3 tar.gz sunxi-sdimg"
|
2013-03-14 23:07:41 +01:00
|
|
|
|
2013-03-12 16:12:49 +01:00
|
|
|
|
|
|
|
# Guesswork
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
|
2013-07-10 16:23:16 +02:00
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "\
|
|
|
|
kernel-module-sw-ahci-platform \
|
|
|
|
"
|
|
|
|
|
2013-03-12 16:12:49 +01:00
|
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|