]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: Update UefiDecompressLib instance
authorDandan Bi <dandan.bi@intel.com>
Thu, 4 Apr 2019 03:01:15 +0000 (11:01 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 10 Apr 2019 06:11:48 +0000 (14:11 +0800)
commit746c5b6238f1ee55deb4b3ec32a6d732e27eeeaa
treebbd37c3a33c7f9daf860b5f0860c879884796bcd
parentdb4d47fd3ae9cb4a80399b7ea4cfd55f1b22d180
ArmVirtPkg: Update UefiDecompressLib instance

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683

V2: Use the common UefiDecompressLib resolution in
[LibraryClasses.common] section and drop all the others.

BaseUefiDecompressLib in MdePkg is the
base UEFI decompress Library.
BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg
implements the base UEFI decompress functionality and
Tiano decompress functionality.

1. TIANOCOMPRESSED rule in ArmVirtRules.fdf.inc
is not used, so remove it.
2. Platform doesn't use the TianoCompress, so do
not have to use BaseUefiTianoCustomDecompressLib,
can use the BaseUefiDecompressLib in MdePkg directly.
3. UefiDecompressLib common resolution now can apply to
all module types. So keep the UefiDecompressLib resolution
in [LibraryClasses.common] section and remove all others.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Julien Grall <julien.grall@arm.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/ArmVirt.dsc.inc
ArmVirtPkg/ArmVirtRules.fdf.inc