summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-04-25 19:36:25 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-04-25 19:36:25 +0100
commit921a68ef29df94fbbd2a94cd8c571a417af59738 (patch)
tree4cb857bcfdab5b4cdc45961cab8e7681f6f0c759
parent65539cbfe97d922b4476dfb207086fb93c0acc1a (diff)
README.textile: update for 19.03 release
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--README.textile31
1 files changed, 24 insertions, 7 deletions
diff --git a/README.textile b/README.textile
index 780b9a1..2b59526 100644
--- a/README.textile
+++ b/README.textile
@@ -1,4 +1,4 @@
-h1. Linaro Reference Platform Firmware 18.11
+h1. Linaro Reference Platform Firmware 19.03
p. Linaro periodically releases binary images of UEFI, based on the TianoCore project.
@@ -7,9 +7,14 @@ h2. Upstream version
p. The Linaro UEFI tree is built from the following upstream TianoCore repositories:
| *Repository* | *revision* |
-| "edk2":https://github.com/tianocore/edk2 | edk2-stable201811 |
-| "edk2-platforms":https://github.com/tianocore/edk2-platforms | cc2b26de91e09be9f9789d553e7b3e079c822efb |
-| "edk2-non-osi":https://github.com/tianocore/edk2-platforms | 047bb77dd93840fc2ad78bce2f580a0887a4b825 |
+| "edk2":https://github.com/tianocore/edk2 | edk2-stable201903 |
+| "edk2-platforms":https://github.com/tianocore/edk2-platforms | 89f6901df0e29da6619608dc417c052bb3e8f82a |
+| "edk2-non-osi":https://github.com/tianocore/edk2-platforms | 99907896565e9b9d6fa508e54b2840db3f0280fc |
+
+as well as
+
+| "arm-tf":https://github.com/ARM-software/arm-trusted-firmware | 9fd2f13bd608832260300640970f73c62357c684 |
+| "uefi-tools":https://git.linaro.org/uefi/uefi-tools | 27207a83aefc88526466fb2dcba50470cb92974d |
p. This version does not include any cherry-picked patches on top of this.
@@ -23,8 +28,20 @@ p. Platforms supported by this release include:
h2. New in this release
-* First release including support for Hisilicon D06.
-* Includes prebuilt CapsuleApp for ARM/AArch64.
+* Major changes to D06 port. Additional onboard firmware images need to be updated in lock-step
+ with the system firmware, so no capsule is made available for this release - .hpm files are
+ provided for upgrade via BMC. Once upgraded, the system firmware can no longer be downgraded
+ to previous versions using capsules. Since the flash layout has changed, any stored firmware
+ configuration will be lost at upgrade.
+* Fixes "D05 MAC addresses missing in Linux":https://bugs.linaro.org/show_bug.cgi?id=435
+* Fixes "D06 USB crash issue":https://bugs.linaro.org/show_bug.cgi?id=4079
+
+h2. Known issues
+
+p. LuvOS reports an error on capsule update tests. This is believed not to affect any real world
+ deployments since all known mechanisms (including fwupd.org) perform updates during boot services.
+ This has been addressed by later upstream edk2 commit
+ 2c0d39ac4704 ("MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime access")
h2. Building EDK2
@@ -34,7 +51,7 @@ p. For rebuilding this release:
bc. $ git clone https://git.linaro.org/uefi/rpf.git
$ cd rpf
-$ git checkout rpf-18.11
+$ git checkout rpf-19.03
$ ./build.sh
p. Building this release requires a recent version of @acpica-tools@. These binaries were generated using version 20181003, but versions 20180629 onwards are functional.