mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
b10c844cb2
Move device tree configuration to machine files. Check for device tree in sd card creation and include device tree file in first partition. Signed-off-by: Jens Lucius <info@jenslucius.com>
21 lines
594 B
Plaintext
21 lines
594 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: CubieBoard2
|
|
#@DESCRIPTION: Machine configuration for the cubieboard2, based on allwinner A20 CPU http://cubieboard.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 = "Cubieboard2_config"
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
|
|
|
KERNEL_DEVICETREE = "sun7i-a20-cubieboard2.dtb"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "screen apm usbgadget usbhost vfat"
|