diff options
author | Steffen Sledz <sledz@DResearch.DE> | 2008-11-17 11:25:57 +0100 |
---|---|---|
committer | Robert Schuster <rschus@entw2.(none)> | 2008-11-17 13:36:24 +0100 |
commit | cba4dd0420896326f1e9438408ce64977bcfaa1f (patch) | |
tree | 85458b255d5c07c805860a1f16e91bc48bf6b175 /conf | |
parent | 1143644394a99d16c8d04ad9a34b4110f16a458b (diff) |
oxe810.conf: New machine configuration.
linux 2.6.24: Added patch to support oxe810.
u-boot 1.1.2: Added patch to support oxe810.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/oxe810.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/oxe810.conf b/conf/machine/oxe810.conf new file mode 100644 index 0000000000..08213297c8 --- /dev/null +++ b/conf/machine/oxe810.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: OXE810(D)SE NAS devices +#@DESCRIPTION: Machine configuration for Oxford OXE810(D)SE NAS devices http://www.oxsemi.com/products/storage/nas.html + +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 |