From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: dandan.bi@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Tue, 07 May 2019 19:00:40 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2019 19:00:39 -0700 X-ExtLoop1: 1 Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.147]) by orsmga006.jf.intel.com with ESMTP; 07 May 2019 19:00:38 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-platforms] [patch v2 0/7] Update UefiDecompressLib instance Date: Wed, 8 May 2019 10:00:24 +0800 Message-Id: <20190508020031.28436-1-dandan.bi@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 BaseUefiDecompressLib in MdePkg is the base UEFI decompress Library. BaseUefiTianoCustomDecompressLib in MdeModulePkg implements the base UEFI decompress functionality and Tiano decompress functionality. 1. TIANOCOMPRESSED rule in OverdriveBoard.fdf 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. A common UefiDecompressLib resolution can apply to all module types now. So keep the common one in [LibraryClasses.common] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Dandan Bi (7): Platform/AMD: Update UefiDecompressLib instance Platform/LeMaker: Update UefiDecompressLib instance Platform/RPi3: Update UefiDecompressLib instance Platform/SoftIron: Update UefiDecompressLib instance Silicon/Hisilicon: Update UefiDecompressLib instance Silicon/Armada7k8k: Remove TIANOCOMPRESSED rule Platform: Remove TIANOCOMPRESSED rule Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 5 ----- Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 9 --------- Platform/ARM/SgiPkg/SgiPlatform.fdf | 9 --------- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 5 ----- Platform/LeMaker/CelloBoard/CelloBoard.fdf | 9 --------- Platform/RaspberryPi/RPi3/RPi3.dsc | 3 --- Platform/RaspberryPi/RPi3/RPi3.fdf | 9 --------- Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 9 --------- .../Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 9 --------- .../SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 5 ----- .../SoftIron/Overdrive1000Board/Overdrive1000Board.fdf | 9 --------- Silicon/Hisilicon/Hisilicon.dsc.inc | 5 ----- Silicon/Hisilicon/Hisilicon.fdf.inc | 9 --------- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 - Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 9 --------- 15 files changed, 105 deletions(-) -- 2.18.0.windows.1