diff options
author | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-02 22:14:36 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-02 22:14:36 +0000 |
commit | c1cfc8256ffcde3d0afd4de42b6f36b715c60dcb (patch) | |
tree | dbd86d9a8c2879937d1b40602fc97597470329e6 /conf/machine/include/lsppc.inc | |
parent | 98081bc36be3bb72de6ff3e57bc1a713fb453879 (diff) | |
parent | 31d144ff07c336393c2bc55ee5e486e17ee0bcfb (diff) |
merge of '761183d571c60b5df965993faf1c23d3f933718b'
and 'd52a54d5f2ae378fe03f9c8d4cfb66d2d6a45d41'
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r-- | conf/machine/include/lsppc.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc new file mode 100644 index 0000000000..632a9ed4cc --- /dev/null +++ b/conf/machine/include/lsppc.inc @@ -0,0 +1,26 @@ +#@TYPE: Machine configuration +#@Name: Buffalo PPC Linkstations +#@DESCRIPTION: Generic Machine configuration for ppc based linkstations + + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" +TARGET_FPU = "hard" + +USE_DEVFS = "0" + +BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" +PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" + +#don't try to access tty1 +USE_VT = "0" + +HOTPLUG = "udev" +udevdir = "/dev" + +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" + +#tune for the MPC5200B cpu +require conf/machine/include/tune-ppc603e.inc |