commit | 697f4e2416dbc592a6cb31ddb517060188d52b28 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Fri Mar 12 20:37:10 2021 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Thu Mar 18 22:21:22 2021 +0000 |
tree | 5059f96d63f581b5113311213c4639b36eae6498 | |
parent | 452dff0580985a36cf90ff0db4e60414d033ba3c [diff] |
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
diff --git a/installer/hikey960/fip.bin b/installer/hikey960/fip.bin index 90915b7..dcf61e2 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 ac0be65..e0c3726 100644 --- a/installer/hikey960/l-loader.bin +++ b/installer/hikey960/l-loader.bin Binary files differ