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
2 files changed