mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-17 22:39:48 +02:00
allwinner-a10: initial import.
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
This commit is contained in:
29
conf/machine/allwinner-a10.conf
Normal file
29
conf/machine/allwinner-a10.conf
Normal file
@ -0,0 +1,29 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Allwinner A10 machine
|
||||
#@DESCRIPTION: Machine configuration for the Allwinner A10 boards
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||
XSERVER = "xserver-xorg \
|
||||
xf86-input-evdev \
|
||||
xf86-input-mouse \
|
||||
xf86-input-keyboard"
|
||||
|
||||
# Only has DVI connector for external screen
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-allwinner"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
UBOOT_MACHINE = "sun4i"
|
||||
|
||||
IMAGE_FSTYPES += "tar.bz2"
|
||||
|
||||
# Guesswork
|
||||
SERIAL_CONSOLE = "115200 ttyS2"
|
||||
|
||||
#EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x40000 -s 4096"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|
Reference in New Issue
Block a user