diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-19 21:44:24 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-19 21:48:09 +0200 |
commit | f8ae9efa61711dbfdb8ea545c5768b48498df503 (patch) | |
tree | 3a97ec9de365200badb41cd409ea2243462459b0 /meta-fsl-extras/recipes/u-boot | |
parent | 2ed6e25343501b55823b56111cc21111921972c9 (diff) | |
parent | 8d075eea57b66c672aead741d591fb7b71dfb170 (diff) | |
download | meta-boot2qt-f8ae9efa61711dbfdb8ea545c5768b48498df503.tar.gz |
Merge remote-tracking branch 'origin/morty' into pyro
* origin/morty:
tegra: correctly append to DEPENDS
poky: update to latest revision in morty branch
meta-qt5: update layer
otf-noto: get files from the git repo
Add qdbd to automotive images
apalis-imx6: lower default resolution on HDMI to 720p
Fix for the broken gdb in windows toolchain
Conflicts:
recipes/gdb/gdb-cross-canadian_7.%.bbappend
scripts/manifest.xml
Change-Id: Ia02e9bea46758459e2792cd10174f3c38f4f7a10
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot')
-rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch | 22 | ||||
-rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch new file mode 100644 index 0000000..c259f7f --- /dev/null +++ b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | From 0b31b8e73bfbc02e7687ea521e9e92f892e7052a Mon Sep 17 00:00:00 2001 | ||
2 | From: Samuli Piippo <samuli.piippo@qt.io> | ||
3 | Date: Wed, 18 Oct 2017 13:20:25 +0300 | ||
4 | Subject: [PATCH 4/4] apalis-imx6: lower default resolution on HDMI to 720p | ||
5 | |||
6 | --- | ||
7 | include/configs/apalis_imx6.h | 2 +- | ||
8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
9 | |||
10 | diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h | ||
11 | index 77a8874..0292e74 100644 | ||
12 | --- a/include/configs/apalis_imx6.h | ||
13 | +++ b/include/configs/apalis_imx6.h | ||
14 | @@ -295,7 +295,7 @@ | ||
15 | "source ${loadaddr}\0" \ | ||
16 | "splashpos=m,m\0" \ | ||
17 | "vidargs=mxc_hdmi.only_cea=1 " \ | ||
18 | - "video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \ | ||
19 | + "video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 " \ | ||
20 | "video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off " \ | ||
21 | "fbmem=32M\0 " | ||
22 | |||
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend index 3d288f1..bfa84e3 100644 --- a/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend +++ b/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend | |||
@@ -32,5 +32,6 @@ SRC_URI += " \ | |||
32 | file://0001-Make-sdboot-default-on-all-boards.patch \ | 32 | file://0001-Make-sdboot-default-on-all-boards.patch \ |
33 | file://0002-apalis-imx6-test-for-Capacitive-Touch-Display-7-Para.patch \ | 33 | file://0002-apalis-imx6-test-for-Capacitive-Touch-Display-7-Para.patch \ |
34 | file://0003-apalis-imx6-Ixora-v1.0-support.patch \ | 34 | file://0003-apalis-imx6-Ixora-v1.0-support.patch \ |
35 | file://0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch \ | ||
35 | " | 36 | " |
36 | DEPENDS += "dtc-native" | 37 | DEPENDS += "dtc-native" |