This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: DM6446 cpu on a Lyrtech Small Form Factor SDR board |
| 3 |
#@DESCRIPTION: Machine configuration for the Lyrtech Small Form Factor SDR board |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
HOTPLUG = "udev" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" |
| 10 |
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" |
| 11 |
|
| 12 |
PREFERRED_VERSION_u-boot = "git" |
| 13 |
UBOOT_MACHINE = "davinci_sffsdr_config" |
| 14 |
|
| 15 |
KERNEL_IMAGETYPE = "uImage" |
| 16 |
|
| 17 |
UBOOT_ENTRYPOINT = "0x80008000" |
| 18 |
UBOOT_LOADADDRESS = "0x80008000" |
| 19 |
|
| 20 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 21 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |
| 22 |
|
| 23 |
#ROOT_FLASH_SIZE = "29" |
| 24 |
|
| 25 |
MACHINE_FEATURES = "kernel26 serial" |
| 26 |
|
| 27 |
#MACHINE_EXTRA_RDEPENDS = "dsplink" |
| 28 |
#MACHINE_EXTRA_RRECOMMENDS = "dsplink-module" |
| 29 |
|
| 30 |
require conf/machine/include/tune-arm926ejs.inc |
| 31 |
require conf/machine/include/dm6446.inc |