summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-10-27 15:11:23 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2015-10-27 15:11:23 +0000
commita0e312595a139f2cfc780787a7117f38148cea1d (patch)
treee925585bd2b4044596e9408f7651e5cec51323b1
parent7d0213fc62ceeb637521c7b1b8bbe67f324c937a (diff)
Updated for 2015.07 release
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--README.textile15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.textile b/README.textile
index bf32fa2..e975ca7 100644
--- a/README.textile
+++ b/README.textile
@@ -4,7 +4,7 @@ h2. Tianocore baselines
p. The Linaro UEFI tree is based on the following upstream versions of code from Tianocore:
-* edk2 at subversion revision 18030, git commit 387e7c15f5e3a047de0a7a5edb5700e90a1c6c78
+* edk2 at subversion revision 18658, git commit fbe618a45ef9358c8d2c32ce4bff5e8f4898b969
p. The latest version of the EDK2 code contains the upstream code augmented with platform support via OpenPlatformPkg.
@@ -15,29 +15,26 @@ p. Platforms supported by this release include:
* ARM Juno (r0/r1).
* qemu-system-arm, qemu-system-aarch64.
* xen64.
-* Versatile Express TC2, RTSM A15 MPCore, Foundation and FVP Base models (ArmBds).
+* Versatile Express TC2, RTSM A15 MPCore, Foundation/FVP Base model (IntelBds).
* TI Beagleboard (ArmBds).
p. This release marks a major change in underlying infrastructure.
h2. New in this release
-* Support for Juno r1, with updated SCP firmware for both r0 and r1. (Also ship bl0.bin for Juno.)
-* SPCR and DBG2 added to Juno/FVP ACPI tables.
-* No more topic branches; building with OpenPlatformPkg straight in upstream edk2.
-* platform.config file now present in build tree (submodule LinaroPkg), rather than using the default one.
+* ACPI table updates for Juno.
h2. Fixed in this release
p. The following issues were fixed in this release:
-* "BZ: #1011":https://bugs.linaro.org/show_bug.cgi?id=1011 UEFI ignores DHCP responses without PXE Information
+No particular fix, just rebase on newer upstream.
h2. Known Issues
p. The following open issues were unresolved in this release:
-* "BZ: #255":https://bugs.linaro.org/show_bug.cgi?id=255 Delete key does not work in UEFI shell
+* "BZ: #255":https://bugs.linaro.org/show_bug.cgi?id=255 Delete key does not work in UEFI shell[1]
* "BZ: #256":https://bugs.linaro.org/show_bug.cgi?id=256 Characters routinely dropped in UEFI shell
* "BZ: #292":https://bugs.linaro.org/show_bug.cgi?id=292 Boot logs are hard to read on Juno
* "BZ: #826":https://bugs.linaro.org/show_bug.cgi?id=826 SBBR compliance of our EDK2 releases
@@ -51,6 +48,8 @@ p. The following open issues were unresolved in this release:
* "BZ: #1211":https://bugs.linaro.org/show_bug.cgi?id=1211 Juno timer problem? Grub countdown *very* slow
* "BZ: #1664":https://bugs.linaro.org/show_bug.cgi?id=1664 Lava FVP based tests fail intermittently
+fn1. This one is actually resolved in the source by introducing a new terminal type more closely resembling how Linux/UNIX systems behave - but it is not yet used by the current ports.
+
h2. Building UEFI
p. For more instructions on how to build UEFI from source, please see the "LEG wiki build page":https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI/build