summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-03-12 20:37:10 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-03-18 22:21:22 +0000
commit697f4e2416dbc592a6cb31ddb517060188d52b28 (patch)
tree5059f96d63f581b5113311213c4639b36eae6498
parent452dff0580985a36cf90ff0db4e60414d033ba3c (diff)
downloadhikey-697f4e2416dbc592a6cb31ddb517060188d52b28.tar.gz
hikey960: Update UEFI binaries (#113) to build to fix kerenl decompression issue
Newer GKI kernels have grown so that uncompressed they are larger then 32Megs. Unfortunately in UEFI the decompression buffer was only 32Megs, which resulted in the decompression overwriting other pages and corrupting the ramdisk. The following patch has been included to fix this issue: https://github.com/96boards-hikey/edk2/commit/53a99b7e4f39a4dcf5b6a828ee6a49be18c1b0ac Binaries from: https://snapshots.linaro.org/reference-platform/components/uefi-staging/113/hikey960/release/ Build Description: Build URL: https://ci.linaro.org/job/96boards-reference-uefi-staging/MX_PLATFORM=hikey960,MX_TYPE=RELEASE,label=docker-stretch-amd64/113/ UEFI Tools: https://git.linaro.org/uefi/uefi-tools.git UEFI Tools head: a47d7f8f4cc4a0ce63588ee3a89a3918f0f0751d EDK2: https://github.com/96boards-hikey/edk2.git EDK2 head: 9b543d48c0dd76f630d429a9436eee89971b8696 OpenPlatformPkg: https://github.com/96boards-hikey/OpenPlatformPkg.git OpenPlatformPkg branch: testing/hikey960_v1.3.4 OpenPlatformPkg head: 245344ea5421ba126e1eb76484d00b590a4a78f7 Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I6fbfc998a12bc1b9b8fbb3b7a0a254da43a75ff1
-rw-r--r--installer/hikey960/fip.binbin1661952 -> 1518592 bytes
-rw-r--r--installer/hikey960/l-loader.binbin37985 -> 25697 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/installer/hikey960/fip.bin b/installer/hikey960/fip.bin
index 90915b79..dcf61e25 100644
--- a/installer/hikey960/fip.bin
+++ b/installer/hikey960/fip.bin
Binary files differ
diff --git a/installer/hikey960/l-loader.bin b/installer/hikey960/l-loader.bin
index ac0be65b..e0c37260 100644
--- a/installer/hikey960/l-loader.bin
+++ b/installer/hikey960/l-loader.bin
Binary files differ