meta-sunxi/conf/machine/cubieboard2.conf

26 lines
691 B
Plaintext
Raw Normal View History

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