meta-sunxi/conf/machine/cubieboard2.conf

26 lines
691 B
Plaintext
Raw Normal View History

2013-10-16 22:12:12 +02:00
#@TYPE: Machine
#@NAME: CubieBoard2
#@DESCRIPTION: Machine configuration for the cubieboard2, based on allwinner ar210 CPU http://cubieboard.org/
2013-10-16 22:12:12 +02:00
# Only has DVI connector for external screen
GUI_MACHINE_CLASS = "bigscreen"
require conf/machine/include/tune-cortexa7.inc
2013-11-15 18:56:26 +01:00
require conf/machine/include/sunxi.inc
2013-12-09 18:03:42 +01:00
require conf/machine/include/sunxi-mali.inc
2013-10-16 22:12:12 +02:00
UBOOT_MACHINE = "cubieboard2"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
SERIAL_CONSOLE = "115200 ttyS0"
2013-12-11 09:34:53 +01:00
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "\
kernel-module-sunxi-emac \
"
2013-10-16 22:12:12 +02:00
#autoload ethernet module at boot
module_autoload_sunxi_emac = "sunxi_emac"
MACHINE_FEATURES = "screen apm usbgadget usbhost vfat"