meta-sunxi/conf/machine/cubieboard.conf

19 lines
549 B
Plaintext
Raw Normal View History

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/
# Only has DVI connector for external screen
GUI_MACHINE_CLASS = "bigscreen"
require conf/machine/include/tune-cortexa8.inc
2013-11-15 18:56:26 +01:00
require conf/machine/include/sunxi.inc
require conf/machine/include/sunxi-mali.inc
2013-03-12 16:12:49 +01:00
UBOOT_MACHINE = "cubieboard"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
2013-03-12 16:12:49 +01:00
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"