aboutsummaryrefslogtreecommitdiff
path: root/linux-leg
diff options
context:
space:
mode:
authorFu Wei <fu.wei@linaro.org>2015-01-29 22:35:38 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2015-02-04 08:22:31 +0000
commit3a8ba4e0ca29ae8adb445b983b95c0cba75177e5 (patch)
treef2cf40bc422d0e96f2c6ecfae77a6f574e7d5d1d /linux-leg
parentfe2d16e3fc74c068b63a24dab172f3f032ec17ee (diff)
linux-leg : Add two "bp.pl011_uart0" options into all the json templates for leg-kernel(after 2015.01).
Change-Id: Ic151c5e52e9fd01fddd3d5e217b4792f43ab747d
Diffstat (limited to 'linux-leg')
-rw-r--r--linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json4
-rw-r--r--linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-grub-install.json4
-rw-r--r--linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json6
3 files changed, 13 insertions, 1 deletions
diff --git a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
index 6e96d18..04b0269 100644
--- a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
+++ b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
@@ -35,6 +35,10 @@
"sendline 2",
"expect or any other key to continue.",
"sendline "
+ ],
+ "options": [
+ "bp.pl011_uart0.untimed_fifos=0",
+ "bp.pl011_uart0.revision=r1p5"
]
}
},
diff --git a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-grub-install.json b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-grub-install.json
index 0d14616..36c5ccf 100644
--- a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-grub-install.json
+++ b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-grub-install.json
@@ -41,6 +41,10 @@
"sendline 2",
"expect or any other key to continue.",
"sendline "
+ ],
+ "options": [
+ "bp.pl011_uart0.untimed_fifos=0",
+ "bp.pl011_uart0.revision=r1p5"
]
}
},
diff --git a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
index 19ded73..e5e8eae 100644
--- a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
+++ b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
@@ -23,6 +23,10 @@
"sendline 2",
"expect or any other key to continue.",
"sendline "
+ ],
+ "options": [
+ "bp.pl011_uart0.untimed_fifos=0",
+ "bp.pl011_uart0.revision=r1p5"
]
}
},
@@ -37,4 +41,4 @@
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
"timeout": 20000
-} \ No newline at end of file
+}