diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-03-27 18:14:37 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-03-27 18:14:37 +0100 |
commit | bb9b5dd8f35d0f7404a29c0a873bab88c039e712 (patch) | |
tree | c464d31871e0258c8b5a4a122e6f2f132d8d41de /conf | |
parent | 8b70868d1facb867fdd17af6fb6ffc59f91870c0 (diff) |
hipox: new machine added (derived from oxnas)
Diffstat (limited to 'conf')
-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 |