add missing file
[vuplus_openembedded] / conf / machine / include / ixp4xx.inc
1 #@TYPE: Machine configuration
2 #@NAME: ixp4xx
3 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
4
5 # Set default for common ixp4xx-based machines
6 MACHINE_FEATURES ?= "kernel26 usbhost pci ext2 vfat redboot apex"
7
8 # Select an appropriate default kernel
9 PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"
10 PREFERRED_VERSION_linux-ixp4xx ?= "2.6.24.7+svnr${SRCREV}"
11
12 # Add packages required for basic networking support
13 MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe"
14
15 # Set default for 16MB machines - can be overridden for more or less flash.
16 ROOT_FLASH_SIZE ?= "12"
17
18 # Allow for rootfs loaded direct from internal hard disk
19 IMAGE_FSTYPES ?= "jffs2 tar.gz"
20
21 # Set default for common ixp4xx-based machines
22 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
23
24 require conf/machine/include/tune-xscale.inc
25 require conf/machine/include/tune-thumb.inc
26
27 #-------------------------------------------------------------------------------
28 # Board defaults
29 #-------------------------------------------------------------------------------
30 # These values are board specific but they seem to be common to a large number
31 # of boards so are reasonable defaults.
32 SERIAL_CONSOLE = "115200 ttyS0"
33 KERNEL_CONSOLE = "ttyS0,115200n8"
34 USE_VT = "0"