public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/9] EmbeddedPkg: eliminate calls to deprecated functions
@ 2016-10-24 17:41 Ard Biesheuvel
  2016-10-24 17:41 ` [PATCH 1/9] EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handling Ard Biesheuvel
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Ard Biesheuvel @ 2016-10-24 17:41 UTC (permalink / raw)
  To: edk2-devel, leif.lindholm, lersek; +Cc: Ard Biesheuvel

This series prepares EmbeddedPkg for building with the preprocess symbol
DISABLE_NEW_DEPRECATED_INTERFACES defined, by adding missing components
to EmbeddedPkg (#3), fixing broken code or code that relies on deprecated
functionality (#1 - #2, #4 - #8), and finally adds
-DDISABLE_NEW_DEPRECATED_INTERFACES to the CC flags for all build types,
toolchains and architectures.

Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=164

Branch can be found here (including ArmVirtPkg and ArmPkg)
https://git.linaro.org/people/ard.biesheuvel/uefi-next.git/shortlog/refs/heads/armpkg-no-deprecated-interfaces

Ard Biesheuvel (9):
  EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname
    handling
  EmbeddedPkg: remove unused PrePiHobListPointerLib
  EmbeddedPkg: add missing modules
  EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect size
  EmbeddedPkg/AndroidFastboot: eliminate deprecated string function
    calls
  EmbeddedPkg/Ebl: eliminate deprecated string function calls
  EmbeddedPkg/EfiFileLib: eliminate deprecated string function calls
  EmbeddedPkg/MmcDxe: eliminate deprecated string function calls
  EmbeddedPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES

 EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c                       |  3 +-
 EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c                   |  4 +-
 EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcp.c      | 23 -------
 EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf |  3 -
 EmbeddedPkg/Ebl/Command.c                                                      |  2 +-
 EmbeddedPkg/Ebl/Dir.c                                                          |  4 +-
 EmbeddedPkg/Ebl/EfiDevice.c                                                    | 11 ++--
 EmbeddedPkg/Ebl/Main.c                                                         |  8 +--
 EmbeddedPkg/Ebl/Variable.c                                                     | 17 +++--
 EmbeddedPkg/EmbeddedPkg.dec                                                    |  1 -
 EmbeddedPkg/EmbeddedPkg.dsc                                                    | 13 +++-
 EmbeddedPkg/Library/EfiFileLib/EfiFileLib.c                                    | 42 ++++++------
 EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c                              |  2 +-
 EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c               | 69 --------------------
 EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf          | 38 -----------
 EmbeddedPkg/Universal/MmcDxe/Diagnostics.c                                     |  2 +-
 Omap35xxPkg/Omap35xxPkg.dsc                                                    |  1 -
 17 files changed, 64 insertions(+), 179 deletions(-)
 delete mode 100644 EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c
 delete mode 100644 EmbeddedPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf

-- 
2.7.4



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-10-25 14:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 17:41 [PATCH 0/9] EmbeddedPkg: eliminate calls to deprecated functions Ard Biesheuvel
2016-10-24 17:41 ` [PATCH 1/9] EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handling Ard Biesheuvel
2016-10-24 17:41 ` [PATCH 2/9] EmbeddedPkg: remove unused PrePiHobListPointerLib Ard Biesheuvel
2016-10-24 17:41 ` [PATCH 3/9] EmbeddedPkg: add missing modules Ard Biesheuvel
2016-10-24 17:41 ` [PATCH 4/9] EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect size Ard Biesheuvel
2016-10-25 12:16   ` Laszlo Ersek
2016-10-24 17:41 ` [PATCH 5/9] EmbeddedPkg/AndroidFastboot: eliminate deprecated string function calls Ard Biesheuvel
2016-10-25 12:40   ` Laszlo Ersek
2016-10-24 17:41 ` [PATCH 6/9] EmbeddedPkg/Ebl: " Ard Biesheuvel
2016-10-25 13:34   ` Laszlo Ersek
2016-10-24 17:41 ` [PATCH 7/9] EmbeddedPkg/EfiFileLib: " Ard Biesheuvel
2016-10-25 14:20   ` Laszlo Ersek
2016-10-24 17:41 ` [PATCH 8/9] EmbeddedPkg/MmcDxe: " Ard Biesheuvel
2016-10-25 13:49   ` Laszlo Ersek
2016-10-24 17:41 ` [PATCH 9/9] EmbeddedPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox