summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2016-02-24 17:36:49 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2016-02-24 17:36:49 +0000
commitd0c712a9ec876fe5398b062cb6733066487b0d4e (patch)
tree9c58f54d19c2721337df1038cdb3c64fb7ad3299
parent0db0fa2cb40d272c410c98146d7f58b487340d93 (diff)
Updated for 2016.02 release
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--README.textile35
1 files changed, 21 insertions, 14 deletions
diff --git a/README.textile b/README.textile
index 7e7701d..318b7b7 100644
--- a/README.textile
+++ b/README.textile
@@ -1,53 +1,60 @@
p. Linaro releases monthly binary images of UEFI, based on the Tianocore project.
-h2. Tianocore baselines
+h2. Upstream version
p. The Linaro UEFI tree is based on the following upstream versions of code from Tianocore:
-* edk2 at subversion revision 19213, git commit 4960d8e00427d52c8db5da492ac7aff38cbc9d30
+* edk2 at git commit 8de84d4242215252af9d2afecd45e2419689ee5f
+* OpenPlatformPkg at git commit 4e9cfc934508ca95df3ae51e63a1681fc41d345b
p. The latest version of the EDK2 code contains the upstream code augmented with platform support via OpenPlatformPkg.
+It additionally contains a bunch of cherry-picked patches to bring it up to parity with e3b76f3b5e80df1219fb4adf0199b9606e84b8e7.
h2. Platform Support
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/FVP Base model (IntelBds).
-* TI Beagleboard (ArmBds).
+* ARM Juno (r0/r1/r2)
+* qemu-system-arm, qemu-system-aarch64
+* xen64
+* Versatile Express TC2 (ArmBds), Foundation/FVP Base model
+* TI Beagleboard (ArmBds)
h2. New in this release
+* Based on upstream EDK2 now maintained in git!
* Rebased on newer upstream edk2.
+* Now built with/against ARM Trusted Firmware v1.2, enabling support for Juno R2.
+* All ARM ltd. platforms now built from OpenPlatformPkg.
h2. Fixed in this release
p. The following issues were fixed in this release:
+* "BZ: #255":https://bugs.linaro.org/show_bug.cgi?id=255 Delete key does not work in UEFI shell
+* "BZ: #1201":https://bugs.linaro.org/show_bug.cgi?id=1201 F10 does not save changes in Intel BDS
+* "BZ: #1936":https://bugs.linaro.org/show_bug.cgi?id=1936 Drivers shell cmd causes assert crash
+
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[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
+* "BZ: #292":https://bugs.linaro.org/show_bug.cgi?id=292 Boot logs are hard to read on Juno
* "BZ: #858":https://bugs.linaro.org/show_bug.cgi?id=858 "PXE-E18: Server response timeout." when PXE booting
* "BZ: #923":https://bugs.linaro.org/show_bug.cgi?id=923 Can't build the base tools in parallel
* "BZ: #951":https://bugs.linaro.org/show_bug.cgi?id=951 Fails to enumerate MMIO addresses in UEFI that are described in ACPI DSDT table supplied by firmware
* "BZ: #1174":https://bugs.linaro.org/show_bug.cgi?id=1174 grub fails to send packets over the network
-* "BZ: #1201":https://bugs.linaro.org/show_bug.cgi?id=1201 F10 does not save changes in Intel BDS
* "BZ: #1202":https://bugs.linaro.org/show_bug.cgi?id=1202 Intel BDS QEMU build does not save added boot menu entries
* "BZ: #1210":https://bugs.linaro.org/show_bug.cgi?id=1210 Juno UEFI won't interrupt
* "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
-* "BZ: #1936":https://bugs.linaro.org/show_bug.cgi?id=1936 Drivers shell cmd causes assert crash
-
-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.
+* "BZ: #1954":https://bugs.linaro.org/show_bug.cgi?id=1954 Add SAS support in EDK2 for D02
+* "BZ: #1957":https://bugs.linaro.org/show_bug.cgi?id=1957 D02: bcfg fails to persist added/changed options
+* "BZ: #2044":https://bugs.linaro.org/show_bug.cgi?id=2044 reset -s in UEFI Shell causes strangeness
h2. Building UEFI
@@ -55,4 +62,4 @@ p. For more instructions on how to build UEFI from source, please see the "LEG w
h2. More information
-p. The "LEG UEFI wiki":https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI is a great place to start developing with Linaro's UEFI tree.
+p. The "LEG UEFI wiki":https://wiki.linaro.org/LEG/Engineering/Kernel/UEFI is a great place to start developing with UEFI for ARM.