From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: edk2-devel@lists.01.org, leif.lindholm@linaro.org
Cc: lersek@redhat.com, Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: [PATCH 0/3] BeagleBoardPkg: eliminate calls to deprecated functions
Date: Tue, 25 Oct 2016 17:37:17 +0100 [thread overview]
Message-ID: <1477413440-680-1-git-send-email-ard.biesheuvel@linaro.org> (raw)
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
--
2.7.4
next reply other threads:[~2016-10-25 16:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-25 16:37 Ard Biesheuvel [this message]
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 ` [PATCH 0/3] BeagleBoardPkg: eliminate calls to deprecated functions Laszlo Ersek
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=1477413440-680-1-git-send-email-ard.biesheuvel@linaro.org \
--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