From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DFB95221660C0 for ; Tue, 28 Nov 2017 16:55:31 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 16:59:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,470,1505804400"; d="scan'208";a="178940576" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.50]) by orsmga005.jf.intel.com with ESMTP; 28 Nov 2017 16:59:54 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 29 Nov 2017 08:59:46 +0800 Message-Id: <20171129005952.208940-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.0.gvfs.1.preview.4 MIME-Version: 1.0 Subject: [PATCH v3 0/6] Fix build failure due to tftp/dp library removal X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 00:55:32 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 0961002 and 92034c4 converted the tftp and dp from NULL class library to dynamic command drivers. Some platforms referencing the original tftp/dp NULL class libraries need the platform DSC/FDF change to reference to the new dynamic command drivers. v3: Fix the patch issue in BeagleBordPkg change, which wrongly removed UefiShellNetwork1CommandsLib. Update OvmfPkg change to correct the copyright year and add more commit message. v2: v1 still causes build failures. I tried best to verify the build. OVMF boot is also tried. Ruiyu Ni (6): ShellPkg/tftp: Correct file comments header of Tftp.uni EmulatorPkg: Fix build failure due to Tftp library removal ArmVirtPkg: Fix build failure due to Tftp library removal BeagleBoardPkg: Fix build failure due to Tftp library removal CorebootPayloadPkg: Fix build failure due to Tftp/Dp library removal OvmfPkg: Add tftp dynamic command ArmVirtPkg/ArmVirt.dsc.inc | 11 ++++--- ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 3 +- ArmVirtPkg/ArmVirtXen.fdf | 3 +- BeagleBoardPkg/BeagleBoardPkg.dsc | 16 +++++----- BeagleBoardPkg/BeagleBoardPkg.fdf | 3 +- CorebootPayloadPkg/CorebootPayloadPkg.fdf | 4 ++- CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc | 36 ++++++++++++---------- CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc | 36 ++++++++++++---------- EmulatorPkg/EmulatorPkg.dsc | 10 +++--- EmulatorPkg/EmulatorPkg.fdf | 3 +- OvmfPkg/OvmfPkgIa32.dsc | 7 +++-- OvmfPkg/OvmfPkgIa32.fdf | 3 +- OvmfPkg/OvmfPkgIa32X64.dsc | 7 +++-- OvmfPkg/OvmfPkgIa32X64.fdf | 3 +- OvmfPkg/OvmfPkgX64.dsc | 7 +++-- OvmfPkg/OvmfPkgX64.fdf | 3 +- .../DynamicCommand/TftpDynamicCommand/Tftp.uni | 4 +-- 17 files changed, 94 insertions(+), 65 deletions(-) -- 2.15.0.gvfs.1.preview.4