summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-10-29 09:14:43 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2014-10-29 09:24:41 +0000
commitfa36599340436c3007ccf1c5fd1eb3fc54649108 (patch)
tree6569e83451359b49b4174151e9069233ab1eb549
parent72893e343ed7d45de2b94157918bd08adb0792d4 (diff)
14.10: update to Juno firmware 0.8.2
Change-Id: I40659956e5ee900fd41664bbca8fd7171d6b7162 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt2
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt4
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt2
-rw-r--r--members/arm/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt2
-rw-r--r--members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt4
-rw-r--r--members/arm/openembedded/juno-lsk/HACKING.textile2
-rw-r--r--members/arm/openembedded/juno-lsk/INSTALL.textile6
7 files changed, 11 insertions, 11 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
index 4cc64fa..fdc50c7 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -225,7 +225,7 @@ $ make fiptool
bc. $ export PATH=$JUNO_ROOT_DIR/arm-trusted-firmware/tools/fip_create:$PATH
-3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.1.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
+3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.2.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
4. Gather the binary files (the following example is for release builds only).
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index 9da4395..247905f 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -26,7 +26,7 @@ Linaro provides two methods for installing Linaro binary builds:
h2. Pre-Installation Steps
-Before any installation begins, it is important that you ensure your board has the latest "firmware":#firmware installed. Please see "Juno Board Recovery Image and MCC firmware update":#firmware below for the latest updates and installation instructions. The 14.10 release has been formally QA tested with Firmware version 0.8.1. We always recommend that users install the latest version available.
+Before any installation begins, it is important that you ensure your board has the latest "firmware":#firmware installed. Please see "Juno Board Recovery Image and MCC firmware update":#firmware below for the latest updates and installation instructions. The 14.10 release has been formally QA tested with Firmware version 0.8.2. We always recommend that users install the latest version available.
h2. Using pre-built image
@@ -394,7 +394,7 @@ The configuration flash memory should now be visible on the host computer as a m
6. If you wish to update one or more of the firmware components then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7. Extract the board recovery image ("board_recovery_image_0.8.1.zip":https://releases.linaro.org/14.10/members/arm/android/images/armv8-android-juno-lsk/board_recovery_image_0.8.1.zip) to the root directory of the configuration flash memory, preserving the directory structure.
+7. Extract the board recovery image ("board_recovery_image_0.8.2.zip":https://releases.linaro.org/14.10/members/arm/android/images/armv8-android-juno-lsk/board_recovery_image_0.8.2.zip) to the root directory of the configuration flash memory, preserving the directory structure.
8. If you are performing a system recovery or installing an update from ARM then skip to step 9. Otherwise if you wish to install firmware images that you have "built yourself":https://releases.linaro.org/14.10/members/arm/android/images/armv8-android-juno-lsk/#tabs-3 then delete the bl1.bin and fip.bin from the /SOFTWARE/ directory in the configuration flash memory, and copy your own bl1.bin and fip.bin images into that directory to replace them.
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 85eca80..3829864 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
@@ -7,7 +7,7 @@ The ARMv8-A reference software stack combined with the Juno ARM Development Plat
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 develop applications via the recently announced Android 'L' preview SDK.
-The Juno firmware is updated to version 0.8.1 in this release. This improves clock settings for the HDLCD pixel clock, adds support for system shutdown/reset, includes fixes for CPUIdle and provides other minor fixes. CPUIdle has also been enabled in the kernel's Device Tree Binary.
+The Juno firmware is updated to version 0.8.2 in this release. This improves clock settings for the HDLCD pixel clock, adds support for system shutdown/reset, includes fixes for CPUIdle and provides other minor fixes. CPUIdle has also been enabled in the kernel's Device Tree Binary.
The release contains Android ARMv8 optimizations for OpenSSL, LibPNG and BIONIC cortex C strings that were submitted by Linaro to AOSP. The release enables ART runtime as default in "compiler" mode. As part of our release validation we have observed a few standard benchmark and generic applications failing to run due to 64 bit compatibility of Android frameworks. The list is included as part of the test report to members. The other known issues and bugs found in this release are captured below.
diff --git a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
index 642fd4e..7e790bb 100644
--- a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -224,7 +224,7 @@ $ make fiptool
bc. $ export PATH=$JUNO_ROOT_DIR/arm-trusted-firmware/tools/fip_create:$PATH
-3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.1.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
+3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.2.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
4. Gather the binary files (the following example is for release builds only).
diff --git a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 693bc20..b061405 100644
--- a/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -13,7 +13,7 @@ Linaro Android releases are made up of the following components.
| juno.dtb | Device Tree Binary |
| ramdisk.img | Ramdisk image |
| linaro_android_build_cmds.sh | Build script for the complete Android release |
-| board_recovery_image_0.8.1.zip | Juno board firmware recovery image |
+| board_recovery_image_0.8.2.zip | Juno board firmware recovery image |
Other files such as *manifest*, *.txt and *.html provide information such as package contents or MD5SUMs about the files they share a common filename with.
@@ -392,7 +392,7 @@ The configuration flash memory should now be visible on the host computer as a m
6. If you wish to update one or more of the firmware components then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7. Extract the board recovery image ("board_recovery_image_0.8.1.zip":https://releases.linaro.org/14.10/members/arm/android/images/armv8-juice-juno-lsk/board_recovery_image_0.8.1.zip) to the root directory of the configuration flash memory, preserving the directory structure.
+7. Extract the board recovery image ("board_recovery_image_0.8.2.zip":https://releases.linaro.org/14.10/members/arm/android/images/armv8-juice-juno-lsk/board_recovery_image_0.8.2.zip) to the root directory of the configuration flash memory, preserving the directory structure.
8. If you are performing a system recovery or installing an update from ARM then skip to step 9. Otherwise if you wish to install firmware images that you have "built yourself":https://releases.linaro.org/14.10/members/arm/android/images/armv8-juice-juno-lsk/#tabs-3 then delete the bl1.bin and fip.bin from the /SOFTWARE/ directory in the configuration flash memory, and copy your own bl1.bin and fip.bin images into that directory to replace them.
diff --git a/members/arm/openembedded/juno-lsk/HACKING.textile b/members/arm/openembedded/juno-lsk/HACKING.textile
index a540e85..fc551ac 100644
--- a/members/arm/openembedded/juno-lsk/HACKING.textile
+++ b/members/arm/openembedded/juno-lsk/HACKING.textile
@@ -213,7 +213,7 @@ $ make fiptool
bc. $ export PATH=$JUNO_ROOT_DIR/arm-trusted-firmware/tools/fip_create:$PATH
-3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.1.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
+3. Download the "firmware image artefacts":https://wiki.linaro.org/ARM/Juno?action=AttachFile&do=get&target=juno-firmware-beta-0.8.2.zip and extract to a working directory (hereafter referred to as @"<path to prebuilt binary>"@).
4. Gather the binary files (the following example is for release builds only).
diff --git a/members/arm/openembedded/juno-lsk/INSTALL.textile b/members/arm/openembedded/juno-lsk/INSTALL.textile
index d3ea244..00fb02f 100644
--- a/members/arm/openembedded/juno-lsk/INSTALL.textile
+++ b/members/arm/openembedded/juno-lsk/INSTALL.textile
@@ -13,7 +13,7 @@ Linaro OpenEmbedded releases are made up of the following components.
| juno_bl1.bin | ARM Trused Firmware BL1 binary |
| juno_fip.bin | ARM Trused Firmware Firmware Image Package (FIP) binary |
| juno.dtb | Device Tree Binary |
-| board_recovery_image_0.8.1.zip | Juno board firmware recovery image |
+| board_recovery_image_0.8.2.zip | Juno board firmware recovery image |
Other files such as *.manifest, *.txt and *.html provide information such as package contents or MD5SUMs about the files they share a common filename with.
@@ -26,7 +26,7 @@ Linaro provides two methods for installing Linaro binary builds:
h2. Pre-Installation Steps
-Before any installation begins, it is important that you ensure your board has the latest "firmware":#firmware installed. Please see "Juno Board Recovery Image and MCC firmware update":#firmware below for the latest updates and installation instructions. The 14.10 release has been formally QA tested with Firmware version 0.8.1. We always recommend that users install the latest version available.
+Before any installation begins, it is important that you ensure your board has the latest "firmware":#firmware installed. Please see "Juno Board Recovery Image and MCC firmware update":#firmware below for the latest updates and installation instructions. The 14.10 release has been formally QA tested with Firmware version 0.8.2. We always recommend that users install the latest version available.
h2. Using pre-built image
@@ -393,7 +393,7 @@ The configuration flash memory should now be visible on the host computer as a m
6. If you wish to update one or more of the firmware components then skip to step 7. Otherwise, for a full system recovery, format the configuration flash memory (FAT16).
-7. Extract the board recovery image ("board_recovery_image_0.8.1.zip":https://releases.linaro.org/14.10/members/arm/openembedded/juno-lsk/board_recovery_image_0.8.1.zip) to the root directory of the configuration flash memory, preserving the directory structure.
+7. Extract the board recovery image ("board_recovery_image_0.8.2.zip":https://releases.linaro.org/14.10/members/arm/openembedded/juno-lsk/board_recovery_image_0.8.2.zip) to the root directory of the configuration flash memory, preserving the directory structure.
8. If you are performing a system recovery or installing an update from ARM then skip to step 9. Otherwise if you wish to install firmware images that you have "built yourself":https://releases.linaro.org/14.10/members/arm/openembedded/juno-lsk/#tabs-3 then delete the bl1.bin and fip.bin from the /SOFTWARE/ directory in the configuration flash memory, and copy your own bl1.bin and fip.bin images into that directory to replace them.