diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/hipox.conf | 20 | ||||
-rw-r--r-- | conf/machine/wl500g.conf | 2 |
2 files changed, 21 insertions, 1 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 diff --git a/conf/machine/wl500g.conf b/conf/machine/wl500g.conf index 5ed227dfa3..b9fcc9339e 100644 --- a/conf/machine/wl500g.conf +++ b/conf/machine/wl500g.conf @@ -5,4 +5,4 @@ TARGET_ARCH = "mipsel" MACHINE_FEATURES = "kernel26 usbhost wifi ext2" -include conf/machine/include/mips2.inc +include conf/machine/include/tune-mips2.inc |