git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c93667
)
haleakala.conf: add config for haleakala (PPC405EXr) board
author
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 22 Apr 2008 11:23:00 +0000
(11:23 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 22 Apr 2008 11:23:00 +0000
(11:23 +0000)
conf/machine/haleakala.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/conf/machine/haleakala.conf
b/conf/machine/haleakala.conf
new file mode 100644
(file)
index 0000000..
e7ea438
--- /dev/null
+++ b/
conf/machine/haleakala.conf
@@ -0,0
+1,21
@@
+#@TYPE: Machine
+#@Name: AMCC Haleakala (405EXr)
+#@DESCRIPTION: Machine configuration for the AMCC Haleakala (405EXr)
+
+TARGET_ARCH = "powerpc"
+PACKAGE_EXTRA_ARCHS = "ppc405"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+MACHINE_FEATURES = "kernel26"
+
+KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_VERSION_u-boot = "1.3.2"
+UBOOT_MACHINE = "kilauea_config"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+#tune for the 405 cpu
+require conf/machine/include/tune-ppc405.inc
+