summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-09-29 11:46:19 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-09-29 11:46:19 +0100
commitc0536daaa1ba46e0de85148ef5adad248a461371 (patch)
treed08c53605eaae192434c93db860008e2ef4414d7
parentdae799940240ee5f6b3b475b597ec66f8af48c56 (diff)
14.09: add monitor support table
Change-Id: I5d8fae612ce1211180bdfd79108d0b176b66eccf Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt26
-rw-r--r--members/arm/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt26
2 files changed, 52 insertions, 0 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
index 290b416..f5601cd 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
@@ -187,6 +187,32 @@ h3. ARM Trusted Firmware
* Does not support changing the primary core using SCC General Purpose Register 1.
* Does not support bringing up secondary cores using PSCI CPU_ON when they have been enabled at boot time by SCP using SCC General Purpose Register 1.
+
+h2. Monitor compatibility with Juno
+
+HDMI support is not fully mature yet, and there are issues when using Juno with some monitors.
+
+* On some monitors, the native resolution is not always achieved, and Juno degrades to 1024x768. On the next reboot, there is a chance that the native resolution may be selected.
+* For some display modes on some monitors, the display can periodically lose synchronisation, causing a brief picture loss each time this occurs. The ratio of display time versus blanking time varies significantly across monitors and modes.
+* On some monitors, Juno is unable to establish a working display mode.
+
+The following table summarises our experience with the monitors that we have used in-house. Please note that in future we will strive to increase Juno compatibility across the majority of monitors, but this means it is possible that a future patch that improves support on many monitors might actually degrade compatibility on a specific individual monitor.
+
+|{background:#eee}/2. *Make* |{background:#eee}/2. *Model* |{background:#eee}/2. *Native resolution* |{background:#ddd}\2. *Native resolution achieved* |{background:#eee}\2. *Native failed, but fallback default 1024x768 @ 60Hz achieved* |{background:#ddd}/2. *No display at all* |
+|{background:#ddd}. *success rate* |{background:#ddd}. *blanking occurs* |{background:#eee}. *success rate* |{background:#eee}. *blanking occurs* |
+| LG | LED 22M35 | 1920x1080 @ 60Hz | 30% |{background:#fdd}. yes | 70% |{background:#dfd}. no | 0% |
+| Samsung | SyncMaster S22B370 | 1920x1080 @ 60Hz | 0% | n/a | 70% |{background:#dfd}. no |{background:#fdd}. 30% |
+| HP | L1940T | 1280x1024 @ 60Hz | 20% |{background:#dfd}. no | 80% |{background:#dfd}. no | 0% |
+| DELL | P1911 | 1440x900 @ 60Hz | 50% |{background:#dfd}. no | 50% |{background:#dfd}. no | 0% |
+| NEC | EA274WMi | 2560x1440 @ 52.1Hz | 70% |{background:#fdd}. yes | 30% |{background:#dfd}. no | 0% |
+| NEC | LCD2070NX | 1600x1200 @ 60Hz | 50% |{background:#dfd}. no | 50% |{background:#dfd}. no | 0% |
+| BenQ | GL2460 | 1920x1080 @ 60Hz | 0% | n/a |90% |{background:#dfd}. no |{background:#fdd}. 10% |
+| BenQ | GL2450 | 1920x1080 @ 60Hz | 0% | n/a |40% |{background:#dfd}. no |{background:#fdd}. 60% |
+| BenQ | G2200WT | 1680x1050 @ 60Hz | 80% |{background:#dfd}. no | 20% |{background:#dfd}. no | 0% |
+| BenQ | BL2201 | 1680x1050 @ 60Hz | 80% |{background:#dfd}. no | 10% |{background:#dfd}. no |{background:#fdd}. 10% |
+| Iiyama | ProLite E511S | 1600x1200 @ 60Hz | yes | no | no |
+
+
h2. Android AOSP Patch Summary
The following list of patches developed by ARM and Linaro engineering teams were applied to Android AOSP dated 13th July 2014 to get Android booting to UI on the ARMv8-A Juno development platform. These patches can be found on Linaro's Android Git repositories. Some of these patches have been submitted to AOSP and are being tracked for acceptance.
diff --git a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
index 616ddbe..987fa50 100644
--- a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
@@ -114,6 +114,32 @@ h3. ARM Trusted Firmware
* Does not support changing the primary core using SCC General Purpose Register 1.
* Does not support bringing up secondary cores using PSCI CPU_ON when they have been enabled at boot time by SCP using SCC General Purpose Register 1.
+
+h2. Monitor compatibility with Juno
+
+HDMI support is not fully mature yet, and there are issues when using Juno with some monitors.
+
+* On some monitors, the native resolution is not always achieved, and Juno degrades to 1024x768. On the next reboot, there is a chance that the native resolution may be selected.
+* For some display modes on some monitors, the display can periodically lose synchronisation, causing a brief picture loss each time this occurs. The ratio of display time versus blanking time varies significantly across monitors and modes.
+* On some monitors, Juno is unable to establish a working display mode.
+
+The following table summarises our experience with the monitors that we have used in-house. Please note that in future we will strive to increase Juno compatibility across the majority of monitors, but this means it is possible that a future patch that improves support on many monitors might actually degrade compatibility on a specific individual monitor.
+
+|{background:#eee}/2. *Make* |{background:#eee}/2. *Model* |{background:#eee}/2. *Native resolution* |{background:#ddd}\2. *Native resolution achieved* |{background:#eee}\2. *Native failed, but fallback default 1024x768 @ 60Hz achieved* |{background:#ddd}/2. *No display at all* |
+|{background:#ddd}. *success rate* |{background:#ddd}. *blanking occurs* |{background:#eee}. *success rate* |{background:#eee}. *blanking occurs* |
+| LG | LED 22M35 | 1920x1080 @ 60Hz | 30% |{background:#fdd}. yes | 70% |{background:#dfd}. no | 0% |
+| Samsung | SyncMaster S22B370 | 1920x1080 @ 60Hz | 0% | n/a | 70% |{background:#dfd}. no |{background:#fdd}. 30% |
+| HP | L1940T | 1280x1024 @ 60Hz | 20% |{background:#dfd}. no | 80% |{background:#dfd}. no | 0% |
+| DELL | P1911 | 1440x900 @ 60Hz | 50% |{background:#dfd}. no | 50% |{background:#dfd}. no | 0% |
+| NEC | EA274WMi | 2560x1440 @ 52.1Hz | 70% |{background:#fdd}. yes | 30% |{background:#dfd}. no | 0% |
+| NEC | LCD2070NX | 1600x1200 @ 60Hz | 50% |{background:#dfd}. no | 50% |{background:#dfd}. no | 0% |
+| BenQ | GL2460 | 1920x1080 @ 60Hz | 0% | n/a |90% |{background:#dfd}. no |{background:#fdd}. 10% |
+| BenQ | GL2450 | 1920x1080 @ 60Hz | 0% | n/a |40% |{background:#dfd}. no |{background:#fdd}. 60% |
+| BenQ | G2200WT | 1680x1050 @ 60Hz | 80% |{background:#dfd}. no | 20% |{background:#dfd}. no | 0% |
+| BenQ | BL2201 | 1680x1050 @ 60Hz | 80% |{background:#dfd}. no | 10% |{background:#dfd}. no |{background:#fdd}. 10% |
+| Iiyama | ProLite E511S | 1600x1200 @ 60Hz | yes | no | no |
+
+
h2. Android AOSP Patch Summary
The following list of patches developed by ARM and Linaro engineering teams were applied to Android AOSP dated 13th July 2014 to get Android booting to UI on the ARMv8-A Juno development platform. These patches can be found on Linaro's Android Git repositories. Some of these patches have been submitted to AOSP and are being tracked for acceptance.