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>
22 lines
624 B
Plaintext
22 lines
624 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Olimex A10S-OLinuXino-MICRO Board
|
|
#@DESCRIPTION: Machine configuration for Olimex A10S-OLinuXino-MICRO Board, based on Allwinner A10s CPU
|
|
#https://github.com/OLIMEX/OLINUXINO
|
|
|
|
# There are also LCD possibilities
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
require conf/machine/include/tune-cortexa8.inc
|
|
require conf/machine/include/sunxi.inc
|
|
|
|
|
|
UBOOT_MACHINE = "A10s-OLinuXino-Micro_config"
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
|
|
|
KERNEL_DEVICETREE = "sun5i-a10s-olinuxino-micro.dtb"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|