public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Laszlo Ersek <lersek@redhat.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	edk2-devel@ml01.01.org, leif.lindholm@linaro.org
Subject: Re: [PATCH 0/3] BeagleBoardPkg: eliminate calls to deprecated functions
Date: Tue, 25 Oct 2016 19:16:07 +0200	[thread overview]
Message-ID: <6920fe25-3549-eab3-9e9e-01ddf9180706@redhat.com> (raw)
In-Reply-To: <1477413440-680-1-git-send-email-ard.biesheuvel@linaro.org>

On 10/25/16 18:37, Ard Biesheuvel wrote:
> Get rid of unused modules and switch to the generic BDS, so we are only
> left with code that does not use any deprecated functionality, allowing
> us to define DISABLE_NEW_DEPRECATED_INTERFACES
> 
> Ard Biesheuvel (3):
>   BeagleBoardPkg: remove unused modules
>   BeagleBoardPkg: move to generic BDS
>   BeagleBoardPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES
> 
>  BeagleBoardPkg/Bds/Bds.inf                           |  65 -----
>  BeagleBoardPkg/Bds/BdsEntry.c                        | 242 ----------------
>  BeagleBoardPkg/Bds/BdsEntry.h                        |  66 -----
>  BeagleBoardPkg/Bds/FirmwareVolume.c                  | 150 ----------
>  BeagleBoardPkg/BeagleBoardPkg.dsc                    |  64 ++++-
>  BeagleBoardPkg/BeagleBoardPkg.fdf                    |   7 +-
>  BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.c         | 299 --------------------
>  BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf       |  53 ----
>  BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.c   | 103 -------
>  BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.inf |  41 ---
>  BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S            |  85 ------
>  BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.asm          |  89 ------
>  BeagleBoardPkg/Sec/Cache.c                           |  79 ------
>  BeagleBoardPkg/Sec/Clock.c                           |  70 -----
>  BeagleBoardPkg/Sec/LzmaDecompress.h                  | 103 -------
>  BeagleBoardPkg/Sec/PadConfiguration.c                | 282 ------------------
>  BeagleBoardPkg/Sec/Sec.c                             | 186 ------------
>  BeagleBoardPkg/Sec/Sec.inf                           |  73 -----
>  18 files changed, 58 insertions(+), 1999 deletions(-)
>  delete mode 100644 BeagleBoardPkg/Bds/Bds.inf
>  delete mode 100644 BeagleBoardPkg/Bds/BdsEntry.c
>  delete mode 100644 BeagleBoardPkg/Bds/BdsEntry.h
>  delete mode 100644 BeagleBoardPkg/Bds/FirmwareVolume.c
>  delete mode 100644 BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.c
>  delete mode 100644 BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf
>  delete mode 100644 BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.c
>  delete mode 100644 BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.inf
>  delete mode 100644 BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S
>  delete mode 100644 BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.asm
>  delete mode 100644 BeagleBoardPkg/Sec/Cache.c
>  delete mode 100644 BeagleBoardPkg/Sec/Clock.c
>  delete mode 100644 BeagleBoardPkg/Sec/LzmaDecompress.h
>  delete mode 100644 BeagleBoardPkg/Sec/PadConfiguration.c
>  delete mode 100644 BeagleBoardPkg/Sec/Sec.c
>  delete mode 100644 BeagleBoardPkg/Sec/Sec.inf
> 

I think I'll leave this to Leif -- I'm happy to review C code changes
related to DISABLE_NEW_DEPRECATED_INTERFACES, but this series solves
that question for BeagleBoardPkg by deleting a bunch of modules, and by
moving over to some others. :)

Thanks
Laszlo


      parent reply	other threads:[~2016-10-25 17:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25 16:37 [PATCH 0/3] BeagleBoardPkg: eliminate calls to deprecated functions Ard Biesheuvel
2016-10-25 16:37 ` [PATCH 1/3] BeagleBoardPkg: remove unused modules Ard Biesheuvel
2016-10-25 17:40   ` Leif Lindholm
2016-10-25 16:37 ` [PATCH 2/3] BeagleBoardPkg: move to generic BDS Ard Biesheuvel
2016-10-25 17:41   ` Leif Lindholm
2016-10-25 16:37 ` [PATCH 3/3] BeagleBoardPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES Ard Biesheuvel
2016-10-25 17:42   ` Leif Lindholm
2016-10-25 17:16 ` Laszlo Ersek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6920fe25-3549-eab3-9e9e-01ddf9180706@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox