diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 10:55:57 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 10:55:57 +0100 |
| commit | 552a02054c66f8d25a7679d8b17d5cddec00ed55 (patch) | |
| tree | cf588cedadce5dbd89901e446f734a1e4e42d7c8 /conf | |
| parent | e6be6e52577c50cc13e9434b297b077820474cf4 (diff) | |
| download | meta-ti-552a02054c66f8d25a7679d8b17d5cddec00ed55.tar.gz | |
TI BSP: add USRP-E100 support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/usrp-e1xx.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/conf/machine/usrp-e1xx.conf b/conf/machine/usrp-e1xx.conf new file mode 100644 index 00000000..39ade9d1 --- /dev/null +++ b/conf/machine/usrp-e1xx.conf | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: USRP E1XX machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the USRP E1XX | ||
| 4 | TARGET_ARCH = "arm" | ||
| 5 | |||
| 6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 7 | XSERVER = "xserver-xorg \ | ||
| 8 | xf86-input-evdev \ | ||
| 9 | xf86-input-mouse \ | ||
| 10 | xf86-video-omapfb \ | ||
| 11 | xf86-input-keyboard" | ||
| 12 | |||
| 13 | # Only has DVI connector for external screen | ||
| 14 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 15 | |||
| 16 | require conf/machine/include/omap3.inc | ||
| 17 | |||
| 18 | KERNEL_IMAGETYPE = "uImage" | ||
| 19 | |||
| 20 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 21 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 22 | |||
| 23 | EXTRA_IMAGEDEPENDS = "" | ||
| 24 | |||
| 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | ||
| 26 | |||
| 27 | IMAGE_FSTYPES = "tar.gz" | ||
| 28 | |||
| 29 | # Guesswork | ||
| 30 | SERIAL_CONSOLE = "115200 ttyS2" | ||
| 31 | |||
| 32 | UBOOT_MACHINE = "omap3_overo_config" | ||
| 33 | |||
| 34 | # and sdio | ||
| 35 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa nfs" | ||
| 36 | |||
| 37 | module_autoload_usrp_e = "usrp_e" | ||
| 38 | |||
