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}}.conf31
1 files changed, 22 insertions, 9 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 0456dcd6f2..78fb5db22b 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
@@ -5,31 +5,43 @@
5 5
6TARGET_FPU = "" 6TARGET_FPU = ""
7 7
8{{ input type:"choicelist" name:"tunefile" prio:"40" msg:"Which machine tuning would you like to use?" default:"tune_ppc603e" }} 8{{ input type:"choicelist" name:"tunefile" prio:"40" msg:"Which machine tuning would you like to use?" default:"tune_ppce300c3" }}
9{{ input type:"choice" val:"tune_ppc476" msg:"ppc476 tuning optimizations" }}
9{{ input type:"choice" val:"tune_ppc603e" msg:"ppc603e tuning optimizations" }} 10{{ input type:"choice" val:"tune_ppc603e" msg:"ppc603e tuning optimizations" }}
11{{ input type:"choice" val:"tune_ppc7400" msg:"ppc7400 tuning optimizations" }}
10{{ input type:"choice" val:"tune_ppce300c2" msg:"ppce300c2 tuning optimizations" }} 12{{ input type:"choice" val:"tune_ppce300c2" msg:"ppce300c2 tuning optimizations" }}
13{{ input type:"choice" val:"tune_ppce300c3" msg:"ppce300c3 tuning optimizations" }}
11{{ input type:"choice" val:"tune_ppce500" msg:"ppce500 tuning optimizations" }} 14{{ input type:"choice" val:"tune_ppce500" msg:"ppce500 tuning optimizations" }}
12{{ input type:"choice" val:"tune_ppce500mc" msg:"ppce500mc tuning optimizations" }} 15{{ input type:"choice" val:"tune_ppce500mc" msg:"ppce500mc tuning optimizations" }}
13{{ input type:"choice" val:"tune_ppce500v2" msg:"ppce500v2 tuning optimizations" }} 16{{ input type:"choice" val:"tune_ppce500v2" msg:"ppce500v2 tuning optimizations" }}
14{{ input type:"choice" val:"tune_ppce5500_32b" msg:"ppce5500-32b tuning optimizations" }} 17{{ input type:"choice" val:"tune_ppce5500" msg:"ppce5500 tuning optimizations" }}
15{{ input type:"choice" val:"tune_ppce5500_64b" msg:"ppce5500-64b tuning optimizations" }} 18{{ input type:"choice" val:"tune_ppce6500" msg:"ppce6500 tuning optimizations" }}
19{{ if tunefile == "tune_ppc476": }}
20include conf/machine/include/tune-ppc476.inc
16{{ if tunefile == "tune_ppc603e": }} 21{{ if tunefile == "tune_ppc603e": }}
17include conf/machine/include/tune-ppc603e.inc 22include conf/machine/include/tune-ppc603e.inc
23{{ if tunefile == "tune_ppc7400": }}
24include conf/machine/include/tune-ppc7400.inc
18{{ if tunefile == "tune_ppce300c2": }} 25{{ if tunefile == "tune_ppce300c2": }}
19include conf/machine/include/tune-ppce300c2.inc 26include conf/machine/include/tune-ppce300c2.inc
27{{ if tunefile == "tune_ppce300c3": }}
28include conf/machine/include/tune-ppce300c3.inc
20{{ if tunefile == "tune_ppce500": }} 29{{ if tunefile == "tune_ppce500": }}
21include conf/machine/include/tune-ppce500.inc 30include conf/machine/include/tune-ppce500.inc
22{{ if tunefile == "tune_ppce500mc": }} 31{{ if tunefile == "tune_ppce500mc": }}
23include conf/machine/include/tune-ppce500mc.inc 32include conf/machine/include/tune-ppce500mc.inc
24{{ if tunefile == "tune_ppce500v2": }} 33{{ if tunefile == "tune_ppce500v2": }}
25include conf/machine/include/tune-ppce500v2.inc 34include conf/machine/include/tune-ppce500v2.inc
26{{ if tunefile == "tune_ppce5500_32b": }} 35{{ if tunefile == "tune_ppce5500": }}
27include conf/machine/include/tune-ppce5500-32b.inc 36include conf/machine/include/tune-ppce5500.inc
28{{ if tunefile == "tune_ppce5500_64b": }} 37{{ if tunefile == "tune_ppce6500": }}
29include conf/machine/include/tune-ppce5500-64b.inc 38include conf/machine/include/tune-ppce6500.inc
30 39
31KERNEL_IMAGETYPE = "uImage" 40KERNEL_IMAGETYPE = "uImage"
32 41
42EXTRA_IMAGEDEPENDS += "u-boot"
43UBOOT_MACHINE_{{=machine}} = "MPC8315ERDB_config"
44
33SERIAL_CONSOLE = "115200 ttyS0" 45SERIAL_CONSOLE = "115200 ttyS0"
34 46
35MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 47MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
@@ -47,11 +59,12 @@ PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%"
47 59
48{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }} 60{{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
49{{ if xserver == "y": }} 61{{ if xserver == "y": }}
50PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 62PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
51XSERVER = "xserver-xorg \ 63XSERVER ?= "xserver-xorg \
52 xf86-input-evdev \ 64 xf86-input-evdev \
53 xf86-video-fbdev" 65 xf86-video-fbdev"
54 66
67PREFERRED_VERSION_u-boot ?= "v2013.07%"
55{{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }} 68{{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }}
56UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" 69UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
57 70