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: Freescale i.MX25_3stack |
| 3 |
#@DESCRIPTION: Machine configuration for Freescale i.MX25_3stack |
| 4 |
#@Homepage: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX25PDK&fsrch=1 |
| 5 |
|
| 6 |
TARGET_ARCH = "arm" |
| 7 |
|
| 8 |
MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost usbgadget touchscreen" |
| 9 |
|
| 10 |
GUI_MACHINE_CLASS = "smallscreen" |
| 11 |
|
| 12 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 13 |
PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
| 14 |
UBOOT_MACHINE="mx25_3stack_config" |
| 15 |
|
| 16 |
UBOOT_ENTRYPOINT = "0x80008000" |
| 17 |
UBOOT_LOADADDRESS = "0x80008000" |
| 18 |
KERNEL_IMAGETYPE = "uImage" |
| 19 |
|
| 20 |
require conf/machine/include/tune-arm926ejs.inc |
| 21 |
|
| 22 |
SERIAL_CONSOLE = "115200 ttymxc0" |