diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/hipox.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/hipox.conf b/conf/machine/hipox.conf new file mode 100644 index 0000000000..728ad2bb0d --- /dev/null +++ b/conf/machine/hipox.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: OXE810 based HydraIP device +#@DESCRIPTION: Machine configuration for DResearch OXE810 based HydraIP device + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" + +SERIAL_CONSOLE = "115200 ttyS0" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +KERNEL_IMAGETYPE = "uImage" + +PREFERRED_VERSION_u-boot = "1.1.2" +UBOOT_LOADADDRESS = "0x48008000" +UBOOT_ENTRYPOINT = "0x48008000" +UBOOT_ARCH = "arm" + +require conf/machine/include/tune-arm926ejs.inc |