summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-26 22:03:55 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-26 22:03:55 +0100
commitc78dfcb2c74cebe01c894c47c4b7e78e857a7270 (patch)
treeb1528e780d8f7d73837bead32e26140085adeefd
parent65f6153866a31a8cb1884c29c844da9c0e3ab1b5 (diff)
14.06: whitespace cleanups
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt18
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt16
-rw-r--r--openembedded/juno-lsk/README.textile10
3 files changed, 22 insertions, 22 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt b/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
index 9146377..6614c2f 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
@@ -3,9 +3,9 @@ h2. About the Linaro Android Release for Juno (Multi-arch 64-bit)
The Linaro Android release is based on a snapshot of the Android AOSP master taken on the 1st June. The build contains multi-arch support allowing full use of the 64-bit ARMv8-A architecture and supports both 64-bit and 32-bit applications. Java-only applications will run as 64-bit in the supplied configuration with no modification. The release uses Linaro Stable Kernel version 3.10 and is integrated with ARM Mali drivers for 3D graphics acceleration. The sources are built using Linaro GCC version 4.9.
-The ARMv8-A reference software stack combined with the Juno ARM Development Platform (ADP) provides the ARM ecosystem with a foundation to accelerate 64-bit Android availability on silicon. The availability of this port is the culmination of a broad architecture enablement program carried out by Linaro, ARM and the ARM partnership. ARM partners will now have access to a 64-bit AOSP file system, together with a broad range of supporting material including the ARMv8-A FVP models, open source toolchain from Linaro and supporting documentation.
+The ARMv8-A reference software stack combined with the Juno ARM Development Platform (ADP) provides the ARM ecosystem with a foundation to accelerate 64-bit Android availability on silicon. The availability of this port is the culmination of a broad architecture enablement program carried out by Linaro, ARM and the ARM partnership. ARM partners will now have access to a 64-bit AOSP file system, together with a broad range of supporting material including the ARMv8-A FVP models, open source toolchain from Linaro and supporting documentation.
-For those with access to Juno, this release can be used to examine the internals of the Android Open Source Project in a running system. Application developers, particularly those working in Java, will also be able to use develop applications via the recently announced Android 'L' preview SDK.
+For those with access to Juno, this release can be used to examine the internals of the Android Open Source Project in a running system. Application developers, particularly those working in Java, will also be able to use develop applications via the recently announced Android 'L' preview SDK.
It should be noted that this is an early software preview and not all 3rd party applications will run correctly at this time. Performance is limited due to the ART runtime running in interpreted mode, more recent versions of the AOSP tree have now enabled this and future monthly builds will feature much better performance, along with wider compatibility as the baseport and AOSP matures. Next month's build in particular will improve as the ART backend compiler is enabled along with some recent optimizations.
@@ -13,10 +13,10 @@ The Android AOSP software provided in this release is functionally tested with C
The Linaro Android releases for Juno appear monthly. Sources are also made available so you can build your own images (see the "Building from Source tab":https://releases.linaro.org/14.06/android/images/armv8-juice-juno-lsk/#tabs-3). 
-h2. About the Juno ARM Development Platform
+h2. About the Juno ARM Development Platform
The Juno ARM Development Platform (ADP) is a software development platform for ARMv8-A. It includes:
-* The Juno Versatile Express board
+* The Juno Versatile Express board
* ARMv8-A reference software ports available through Linaro
* Optional LogicTile Express FPGA board to extend the Juno system - this adds a large FPGA to Juno that can be used for driver development or prototyping.
@@ -49,14 +49,14 @@ h3. AOSP Filesystem
* ART Runtime enabled as default and booting in 64-bit primary mode
* GPU support. The driver itself is believed performant but issues with HDLCD driver impact on-screen performance
* HDLCD is fully supported, but is currently only single-buffered leading to visual artefacts
-
+
h3. Linux Kernel
-* Support for the ARM Juno Development Platform
+* Support for the ARM Juno Development Platform
* Limited set of peripherals present on the Juno development board: on-chip USB, non-secure UART, HDMI output, keyboard and mouse functionality over PS/2 connector, ethernet support is provided via on-board SMSC ethernet chip.
* Full USB driver support in Linux, for access to mass storage and input devices.
* big.LITTLE MP support for all 6 cores.
-* DVFS stable operating points are enabled for nominal and overdrive
+* DVFS stable operating points are enabled for nominal and overdrive
h3. UEFI
@@ -70,7 +70,7 @@ h3. ARM Trusted Firmware
* Loads the System Control Processor(SCP) firmware into the SCP
* Initializes the Trusted World before transitioning into Normal World.
* Services CPU hotplug requests coming from Normal World
-* Provides a standard Power State Coordintion Interface (PSCI) implementation
+* Provides a standard Power State Coordintion Interface (PSCI) implementation
* Version: v0.4-Juno-0.5-rc1
h3. SCP Firmware
@@ -87,7 +87,7 @@ h2. Known Limitations Listed by Software Component
h3. AOSP Filesystem
-* The ART code at the time of branching from master did not have compilation or optmization enabled. As a result performance will be limited for Java code as it runs in the ART interpreter rather than being compiled at install time.
+* The ART code at the time of branching from master did not have compilation or optmization enabled. As a result performance will be limited for Java code as it runs in the ART interpreter rather than being compiled at install time
* The Juno baseport integration with AOSP is at an early stage and not all applications using the NDK will work at this time.
* Lack of audio support may cause apps using audio to hang
* Webkit support is not working in 64-bit primary mode, apps using that functionality may not work.
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt b/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
index 57f32db..e1ffc4f 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_releasenotes.txt
@@ -9,10 +9,10 @@ h1. %{color:red}LINARO: INSERT EXPLANATION & WORKAROUND(?) FOR INTERPRETER ISSUE
The Linaro Android releases for Juno (32-bit) appear monthly. Sources are also made available so you can build your own images (see the "Building from Source tab":https://releases.linaro.org/14.06/android/images/armv8-juice-juno-lsk/#tabs-3). 
-h2. About the Juno ARM Development Platform
+h2. About the Juno ARM Development Platform
The Juno ARM Development Platform (ADP) is a software development platform for ARMv8-A. It includes:
-* The Juno Versatile Express board
+* The Juno Versatile Express board
* ARMv8-A reference software ports available through Linaro
* Optional LogicTile Express FPGA board to extend the Juno system - this adds a large FPGA to Juno that can be used for driver development or prototyping.
@@ -45,15 +45,15 @@ h3. AOSP Filesystem
* ART Runtime enabled as default and booting in 64-bit primary mode
* GPU support. The driver itself is believed performant but issues with HDLCD driver impact on-screen performance
* HDLCD is fully supported, but is currently only single-buffered leading to visual artefacts
-
+
h3. Linux Kernel
-* Support for the ARM Juno Development Platform
+* Support for the ARM Juno Development Platform
* Limited set of peripherals present on the Juno development board: on-chip USB, non-secure UART, HDMI output, keyboard and mouse functionality over PS/2 connector, ethernet support is provided via on-board SMSC ethernet chip.
* Full USB driver support in Linux, for access to mass storage and input devices.
* big.LITTLE MP support for all 6 cores.
* Unified kernel and kernel config for Android and Linux. 
-* DVFS stable operating points are enabled for nominal and overdrive
+* DVFS stable operating points are enabled for nominal and overdrive
h3. UEFI
@@ -67,7 +67,7 @@ h3. ARM Trusted Firmware
* Loads the System Control Processor(SCP) firmware into the SCP
* Initializes the Trusted World before transitioning into Normal World.
* Services CPU hotplug requests coming from Normal World
-* Provides a standard Power State Coordintion Interface (PSCI) implementation
+* Provides a standard Power State Coordintion Interface (PSCI) implementation
* Version: v0.4-Juno-0.5-rc1
h3. SCP Firmware
@@ -106,9 +106,9 @@ h3. ARM Trusted Firmware
h2. Android AOSP Patch Summary
The following list of patches developed by ARM and Linaro engineering teams were applied to Android AOSP dated June 1st 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.
-
+
h1. %{color:red}_LINARO_: IS THIS CORRECT FOR JUICE?%
-
+
* "build boot files and generate tarballs":https://android.git.linaro.org/gitweb/platform/build.git/commit/6a33bdf27388be96ed49b7eea4ee3f1ca90700e8
* "set default runtime and zygote property in device config files":https://android.git.linaro.org/gitweb/platform/build.git/commit/2f9ad5ea5eb6ce50d17a600f1df3403bb1e7c60d
* "Increase timeouts":https://android.git.linaro.org/gitweb/platform/frameworks/base.git/commit/4776a5761247eca5750f52757d85bb060570b126
diff --git a/openembedded/juno-lsk/README.textile b/openembedded/juno-lsk/README.textile
index e455acf..e1b6bd4 100644
--- a/openembedded/juno-lsk/README.textile
+++ b/openembedded/juno-lsk/README.textile
@@ -3,10 +3,10 @@ h2. About the Linaro OpenEmbedded Release for ARMv8-A
"OpenEmbedded":http://www.openembedded.org/wiki/Main_Page is a software framework used for creating Linux distributions aimed for, but not restricted to, embedded devices. The port offered here has been built using Linaro GCC version 4.9.
-h2. About the Juno ARM Development Platform
+h2. About the Juno ARM Development Platform
The Juno ARM Development Platform (ADP) is a software development platform for ARMv8-A. It includes:
-* The Juno Versatile Express board
+* The Juno Versatile Express board
* ARMv8-A reference software ports available through Linaro
* Optional LogicTile Express FPGA board to extend the Juno system - this adds a large FPGA to Juno that can be used for driver development or prototyping.
@@ -37,12 +37,12 @@ h2. Functionality Listed by Software Component
h3. Linux Kernel
-* Support for the ARM Juno Development Platform
+* Support for the ARM Juno Development Platform
* Limited set of peripherals present on the Juno development board: on-chip USB, non-secure UART, HDMI output, keyboard and mouse functionality over PS/2 connector, ethernet support is provided via on-board SMSC ethernet chip.
* Full USB driver support in Linux, for access to mass storage and input devices.
* big.LITTLE MP support for all 6 cores.
* Unified kernel and kernel config for Android and Linux.†
-* DVFS stable operating points are enabled for nominal and overdrive
+* DVFS stable operating points are enabled for nominal and overdrive
h3. UEFI
@@ -56,7 +56,7 @@ h3. ARM Trusted Firmware
* Loads the System Control Processor(SCP) firmware into the SCP
* Initializes the Trusted World before transitioning into Normal World.
* Services CPU hotplug requests coming from Normal World
-* Provides a standard Power State Coordintion Interface (PSCI) implementation
+* Provides a standard Power State Coordintion Interface (PSCI) implementation
* Version: v0.4-Juno-0.5-rc1
h3. SCP Firmware