[edk2] [PATCH v2 0/6] Fix build failure due to tftp/dp library removal

Ruiyu Ni posted 6 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmVirtPkg/ArmVirt.dsc.inc                         | 11 ++++---
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc               |  3 +-
ArmVirtPkg/ArmVirtXen.fdf                          |  3 +-
BeagleBoardPkg/BeagleBoardPkg.dsc                  | 17 +++++-----
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                             |  1 +
.../DynamicCommand/TftpDynamicCommand/Tftp.uni     |  4 +--
17 files changed, 93 insertions(+), 65 deletions(-)
[edk2] [PATCH v2 0/6] Fix build failure due to tftp/dp library removal
Posted by Ruiyu Ni 6 years, 4 months ago
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                  | 17 +++++-----
 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                             |  1 +
 .../DynamicCommand/TftpDynamicCommand/Tftp.uni     |  4 +--
 17 files changed, 93 insertions(+), 65 deletions(-)

-- 
2.15.0.gvfs.1.preview.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v2 0/6] Fix build failure due to tftp/dp library removal
Posted by Leif Lindholm 6 years, 4 months ago
It would be helpful if the cover letter included a reference to the
commit that caused the breakage.

/
    Leif

On Tue, Nov 28, 2017 at 08:00:03PM +0800, Ruiyu Ni wrote:
> 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                  | 17 +++++-----
>  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                             |  1 +
>  .../DynamicCommand/TftpDynamicCommand/Tftp.uni     |  4 +--
>  17 files changed, 93 insertions(+), 65 deletions(-)
> 
> -- 
> 2.15.0.gvfs.1.preview.4
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel