diff options
author | ssz <sledz@BFG9000.(none)> | 2009-02-09 09:45:51 +0100 |
---|---|---|
committer | ssz <sledz@BFG9000.(none)> | 2009-02-09 09:45:51 +0100 |
commit | 414f12a48b7da397b2064b4b2bccac52e1e7a387 (patch) | |
tree | 1ccbbea7d009e100949426bd48279ac3406a3f69 /conf/machine/oxnas.conf | |
parent | 40a3369fd8275701ff98918f66bb95e297d52c42 (diff) |
machines: oxe810 renamed to oxnas
- avoid future confusions (oxe810 is just the processor, oxnas is the
official name of the device)
- affects machine conf, linux kernel, and u-boot
Diffstat (limited to 'conf/machine/oxnas.conf')
-rw-r--r-- | conf/machine/oxnas.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/oxnas.conf b/conf/machine/oxnas.conf new file mode 100644 index 0000000000..08213297c8 --- /dev/null +++ b/conf/machine/oxnas.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 |