1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-18 08:41:20 +00:00

TI BSP: add USRP-E100 support

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-01-03 10:55:57 +01:00
parent e6be6e5257
commit 552a02054c
37 changed files with 68 additions and 32 deletions
+38
View File
@@ -0,0 +1,38 @@
#@TYPE: Machine
#@NAME: USRP E1XX machine
#@DESCRIPTION: Machine configuration for the USRP E1XX
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-omapfb \
xf86-input-keyboard"
# Only has DVI connector for external screen
GUI_MACHINE_CLASS = "bigscreen"
require conf/machine/include/omap3.inc
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS = ""
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
IMAGE_FSTYPES = "tar.gz"
# Guesswork
SERIAL_CONSOLE = "115200 ttyS2"
UBOOT_MACHINE = "omap3_overo_config"
# and sdio
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa nfs"
module_autoload_usrp_e = "usrp_e"