summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
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"