summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2014-12-03 11:15:50 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:00:21 +0000
commit0cc9a12ff855ad472c082efc429043208112b888 (patch)
treec8527e26f2b413be6aa546d4e494825cdc282e47 /scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
parent4fa0f0c8bd41763d5b4c80e05373754a02976afc (diff)
downloadpoky-0cc9a12ff855ad472c082efc429043208112b888.tar.gz
yocto-bsp: Update templates to 3.17 kernel
Add 3.17 kernel support. (From meta-yocto rev: cdebafc6f87ae635769cf93787c97caa8e58e13e) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
index 78fb5db22b..2a4acad093 100644
--- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
@@ -16,6 +16,9 @@ TARGET_FPU = ""
16{{ input type:"choice" val:"tune_ppce500v2" msg:"ppce500v2 tuning optimizations" }} 16{{ input type:"choice" val:"tune_ppce500v2" msg:"ppce500v2 tuning optimizations" }}
17{{ input type:"choice" val:"tune_ppce5500" msg:"ppce5500 tuning optimizations" }} 17{{ input type:"choice" val:"tune_ppce5500" msg:"ppce5500 tuning optimizations" }}
18{{ input type:"choice" val:"tune_ppce6500" msg:"ppce6500 tuning optimizations" }} 18{{ input type:"choice" val:"tune_ppce6500" msg:"ppce6500 tuning optimizations" }}
19{{ input type:"choice" val:"tune_power5" msg:"power5 tuning optimizations" }}
20{{ input type:"choice" val:"tune_power6" msg:"power6 tuning optimizations" }}
21{{ input type:"choice" val:"tune_power7" msg:"power7 tuning optimizations" }}
19{{ if tunefile == "tune_ppc476": }} 22{{ if tunefile == "tune_ppc476": }}
20include conf/machine/include/tune-ppc476.inc 23include conf/machine/include/tune-ppc476.inc
21{{ if tunefile == "tune_ppc603e": }} 24{{ if tunefile == "tune_ppc603e": }}
@@ -36,6 +39,12 @@ include conf/machine/include/tune-ppce500v2.inc
36include conf/machine/include/tune-ppce5500.inc 39include conf/machine/include/tune-ppce5500.inc
37{{ if tunefile == "tune_ppce6500": }} 40{{ if tunefile == "tune_ppce6500": }}
38include conf/machine/include/tune-ppce6500.inc 41include conf/machine/include/tune-ppce6500.inc
42{{ if tunefile == "tune_power5": }}
43include conf/machine/include/tune-power5.inc
44{{ if tunefile == "tune_power6": }}
45include conf/machine/include/tune-power6.inc
46{{ if tunefile == "tune_power7": }}
47include conf/machine/include/tune-power7.inc
39 48
40KERNEL_IMAGETYPE = "uImage" 49KERNEL_IMAGETYPE = "uImage"
41 50
@@ -72,3 +81,6 @@ UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
72KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/{{=kernel_devicetree}}" 81KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/{{=kernel_devicetree}}"
73 82
74MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 83MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
84
85IMAGE_FSTYPES ?= "jffs2 tar.bz2"
86JFFS2_ERASEBLOCK = "0x4000"