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: OXE810 based HydraIP device |
| 3 |
#@DESCRIPTION: Machine configuration for DResearch OXE810 based HydraIP device |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" |
| 8 |
|
| 9 |
SERIAL_CONSOLE = "115200 ttyS1" |
| 10 |
|
| 11 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 12 |
|
| 13 |
KERNEL_IMAGETYPE = "uImage" |
| 14 |
|
| 15 |
PREFERRED_VERSION_u-boot = "2009.03" |
| 16 |
UBOOT_LOADADDRESS = "0x48008000" |
| 17 |
UBOOT_ENTRYPOINT = "0x48008000" |
| 18 |
UBOOT_ARCH = "arm" |
| 19 |
|
| 20 |
require conf/machine/include/tune-arm926ejs.inc |