2015-02-21 21:12:55 +01:00
|
|
|
#@TYPE: Machine
|
|
|
|
#@NAME: Bananapi
|
|
|
|
#@DESCRIPTION: Machine configuration for the bananapi, based on allwinner A20 CPU http://bananapi.org/
|
|
|
|
|
|
|
|
# Only has DVI connector for external screen
|
|
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
|
|
|
|
require conf/machine/include/tune-cortexa7.inc
|
|
|
|
require conf/machine/include/sunxi.inc
|
|
|
|
require conf/machine/include/sunxi-mali.inc
|
|
|
|
|
|
|
|
UBOOT_MACHINE = "Bananapi_config"
|
|
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
|
|
|
|
2015-06-10 22:01:18 +02:00
|
|
|
KERNEL_DEVICETREE = "sun7i-a20-bananapi.dtb"
|
|
|
|
|
2015-02-21 21:12:55 +01:00
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
|
|
|
|
MACHINE_FEATURES = "screen apm usbgadget usbhost vfat"
|