summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-05-27 15:18:31 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-05-27 15:18:31 +0100
commit4eb83ad27243e9d4e82f219583c992c7c6ae1555 (patch)
treef720d22a44be50c1844195394774756cef5a8e35
parentb8329d43e637f842d68052816c788dad5d2c85e0 (diff)
14.05: update release dates and filenames
Change-Id: I8c89938da5b3e5e27c39dabab5dfe7ea2fbc74b8 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--HACKING.textile6
-rw-r--r--OPENJDK.textile2
-rw-r--r--README.textile4
3 files changed, 6 insertions, 6 deletions
diff --git a/HACKING.textile b/HACKING.textile
index 89230b7..e28583a 100644
--- a/HACKING.textile
+++ b/HACKING.textile
@@ -6,7 +6,7 @@ bc. mkdir openembedded
cd openembedded
git clone git://git.linaro.org/openembedded/jenkins-setup.git
cd jenkins-setup
-git checkout release-14.04
+git checkout release-14.05
cd ..
sudo bash jenkins-setup/pre-build-root-install-dependencies.sh
bash jenkins-setup/init-and-build.sh
@@ -48,7 +48,7 @@ h3. Get the Linaro Kernel Source
bc. git clone git://git.linaro.org/kernel/linux-linaro-tracking.git
cd linux-linaro-tracking
-git checkout ll_20140416.0
+git checkout ll_20140519.0
h3. Create a kernel config
@@ -76,7 +76,7 @@ Create the Device Tree blob if you don’t have one in your Linaro image:
bc. make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dtbs
-Copy the kernel and the DTB file for your model to your fastmodel directory created in the "Binary Installation tab":https://releases.linaro.org/14.04/openembedded/aarch64/#tabs-2.
+Copy the kernel and the DTB file for your model to your fastmodel directory created in the "Binary Installation tab":https://releases.linaro.org/14.05/openembedded/aarch64/#tabs-2.
bc. cp arch/arm64/boot/Image <fastmodel dir>
cp arch/arm64/boot/dts/*.dtb <fastmodel dir>
diff --git a/OPENJDK.textile b/OPENJDK.textile
index f70e6a2..29de86c 100644
--- a/OPENJDK.textile
+++ b/OPENJDK.textile
@@ -1,6 +1,6 @@
h1. OpenJDK FCS Release for AArch64
-The 14.04 release of OpenJDK is a fully functional, stable release of OpenJDK. It has been extensively tested using test suites including the "JTREG":http://openjdk.java.net/jtreg/, JCK and "Mauve":http://www.sourceware.org/mauve/ test suites as well as real work applications such as Hadoop, Eclipse and industry standard benchmarks such as SPECjvm2008 and PECjbb2013. There are no known critical failures when used with standard options. There are a number of failures when used with certain non standard options. These failure are detailed below.
+The 14.05 release of OpenJDK is a fully functional, stable release of OpenJDK. It has been extensively tested using test suites including the "JTREG":http://openjdk.java.net/jtreg/, JCK and "Mauve":http://www.sourceware.org/mauve/ test suites as well as real work applications such as Hadoop, Eclipse and industry standard benchmarks such as SPECjvm2008 and PECjbb2013. There are no known critical failures when used with standard options. There are a number of failures when used with certain non standard options. These failure are detailed below.
The release is being made available in two variants:
diff --git a/README.textile b/README.textile
index 33f1683..e06e45e 100644
--- a/README.textile
+++ b/README.textile
@@ -1,4 +1,4 @@
-h1. AArch64 OpenEmbedded ARM Fast Models 14.04 Release
+h1. AArch64 OpenEmbedded ARM Fast Models 14.05 Release
The AArch64 Open Embedded Engineering Build for "ARM Fast Models":http://www.arm.com/fvp for ARMv8 is produced, validated and released by Linaro, based on the latest AArch64 open source software from "Tianocore EDK2":http://sourceforge.net/apps/mediawiki/tianocore (UEFI), the "Linux kernel":http://kernel.org, "ARM Trusted Firmware":http://github.com/ARM-software/arm-trusted-firmware and OpenEmbedded. It is produced to enable software development for AArch64 prior to hardware availability, and facilitates development of software that is independent of the specific CPU implementation. This build focuses on availability of new features in order to provide a basis for ongoing and dependent software development.
@@ -17,7 +17,7 @@ This build has been tested to work on the following FVPs:
* FVP_Base_Cortex-A57x4-A53x4
* FVP_Base_Cortex-A57x1-A53x1
-The Foundation_v8 FVP is free to use (download from ARM "http://www.arm.com/fvp":http://www.arm.com/fvp), while the others are licensed from ARM. "More information":https://releases.linaro.org/14.04/openembedded/aarch64/#tabs-4 on these specific FVPs is included with this release documentation.
+The Foundation_v8 FVP is free to use (download from ARM "http://www.arm.com/fvp":http://www.arm.com/fvp), while the others are licensed from ARM. "More information":https://releases.linaro.org/14.05/openembedded/aarch64/#tabs-4 on these specific FVPs is included with this release documentation.
The Base and Foundation FVPs use the following software for boot and runtime firmware services in this engineering build:
* ARM Trusted Firmware provides a reference implementation of secure world software for ARMv8-A, including Exception Level 3 (EL3) software