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: Mainstone PXA270 Development Platform |
| 3 |
#@DESCRIPTION: Machine configuration for Intel Mainstone PXA270 Development Platform |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
GUI_MACHINE_CLASS = "smallscreen" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" |
| 10 |
|
| 11 |
require conf/machine/include/tune-xscale.inc |
| 12 |
|
| 13 |
# used by sysvinit_2 |
| 14 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 15 |
|
| 16 |
ROOT_FLASH_SIZE = "16" |
| 17 |
|
| 18 |
MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda" |
| 19 |
EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x02000000" |