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: mycable xxs1500 |
| 3 |
#@DESCRIPTION: Machine configuration for the xxs1500 revision A. |
| 4 |
|
| 5 |
# pad size and SREC_VMAADDR would need to be changed for the xxs1500 rev B. |
| 6 |
|
| 7 |
TARGET_ARCH = "mipsel" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-xxs1500" |
| 10 |
|
| 11 |
IMAGE_FSTYPES ?= "jffs2" |
| 12 |
EXTRA_IMAGECMD_jffs2 = "--pad=0xa00000 --little-endian --eraseblock=0x20000 -n" |
| 13 |
|
| 14 |
# does not gain any speed and just creates problems: |
| 15 |
# TARGET_CC_ARCH = "-march=mips32" |
| 16 |
|
| 17 |
USE_DEVFS = "1" |
| 18 |
USE_VT = "0" |
| 19 |
SERIAL_CONSOLE = "115200 tts/0 vt100" |
| 20 |
|
| 21 |
SREC_VMAADDR = "0xbf200000" |