public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Leif Lindholm <leif.lindholm@linaro.org>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH 00/19] ArmPlatformPkg: remove unused or migrated modules
Date: Sun, 26 Nov 2017 11:04:21 +0000	[thread overview]
Message-ID: <CAKv+Gu8ubdwtP3TCGqWPE7qLszei-kpaFjtRsRJPArvejSzj4w@mail.gmail.com> (raw)
In-Reply-To: <20171125114739.bchqwtp6eygghoqh@bivouac.eciton.net>

On 25 November 2017 at 11:47, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Wed, Nov 15, 2017 at 04:56:18PM +0000, Ard Biesheuvel wrote:
>> Remove everything from ArmPlatformPkg that is either unused, or so highly
>> specific to development platforms manufactured by ARM Ltd. that they really
>> don't belong in the main branch.
>>
>> Note that the migration involves patches against edk2-platforms that add
>> some of this code back under Platform/ARM. Most of it (but not all of it)
>> has been posted as a separate series already.
>>
>> Ard Biesheuvel (19):
>>   ArmPkg: remove unused ArmGicSecLib library implementation
>>   ArmPlatformPkg: remove ArmPlatformSecLib definition and
>>     implementations
>>   ArmPlatformPkg: remove unused DebugSecExtraActionLib library
>>   ArmPlatformPkg: remove ArmTrustedMonitorLib definition and
>>     implementation
>>   ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib
>>   ArmPlatformPkg: remove NorFlashArmVExpressLib
>>   ArmPlatformPkg: remove ArmJunoPkg
>>   ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib
>>     reference
>>   ArmPlatformPkg: remove ArmVExpressPkg
>
> Please hold off on this one (remove ArmVExpressPkg) until we hear back
> from Evan.
>

Sure. Note that this affects a couple of other patches as well, please
see below for what I was able to merge.

>>   ArmPlatformPkg: remove ArmPlatformSysConfigLib library class
>
> No separate comment on this one, just to break it away from the below.
>
>>   ArmPlatformPkg: remove unused PL301Axi driver
>>   ArmPlatformPkg: remove unused PL35x driver
>>   ArmPlatformPkg: remove PL34xDmc driver
>>   ArmPlatformPkg: remove unused PL310 driver
>>   ArmPlatformPkg: remove unused ArmTrustZone driver
>>   ArmPlatformPkg: remove unused SP804 driver and TimerLib
>>   implementation
>
> Please separate the "delete used drivers" from the rest of this set.
> Let's give potential out-of-tree users a few weeks to respond.
>
> My last working day before sabbatical is 15 Dec, so how about
> Reviewed-by-if-no-comments-by-15-Dec: Leif Lindholm <leif.lindholm@linaro.org>
> ?
>
>>   ArmPlatformPkg: remove unused L2X0CacheLibNull library
>>   ArmPlatformPkg: remove EblCmdLib implementation
>>   ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf
>
> For the remainder:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks. Pushed the following

142fa386eb90 ArmPkg: remove unused ArmGicSecLib library implementation
37fcab3e106f ArmPlatformPkg: remove ArmPlatformSecLib definition and
implementations
7c0e497d6ea9 ArmPlatformPkg: remove unused DebugSecExtraActionLib library
0abce0329edf ArmPlatformPkg: remove ArmTrustedMonitorLib definition
and implementation
4cebe0453fea ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from
ArmPlatformLib
4d472fb8ae15 ArmPlatformPkg: remove ArmJunoPkg
0d36a219c7bd ArmPlatformPkg/PL031RealTimeClockLib: drop
ArmPlatformSysConfigLib reference
05129444f67e ArmPlatformPkg: remove unused L2X0CacheLibNull library
d780544d3d1c ArmPlatformPkg: remove EblCmdLib implementation

Once we've decided how to proceed, I will rebase and send out the
remaining patches.


  reply	other threads:[~2017-11-26 11:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-15 16:56 [PATCH 00/19] ArmPlatformPkg: remove unused or migrated modules Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 01/19] ArmPkg: remove unused ArmGicSecLib library implementation Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 02/19] ArmPlatformPkg: remove ArmPlatformSecLib definition and implementations Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 03/19] ArmPlatformPkg: remove unused DebugSecExtraActionLib library Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 04/19] ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementation Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 05/19] ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 06/19] ArmPlatformPkg: remove NorFlashArmVExpressLib Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 07/19] ArmPlatformPkg: remove ArmJunoPkg Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 08/19] ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib reference Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 09/19] ArmPlatformPkg: remove ArmVExpressPkg Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 10/19] ArmPlatformPkg: remove ArmPlatformSysConfigLib library class Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 11/19] ArmPlatformPkg: remove unused PL301Axi driver Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 12/19] ArmPlatformPkg: remove unused PL35x driver Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 13/19] ArmPlatformPkg: remove PL34xDmc driver Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 14/19] ArmPlatformPkg: remove unused PL310 driver Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 15/19] ArmPlatformPkg: remove unused ArmTrustZone driver Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 16/19] ArmPlatformPkg: remove unused SP804 driver and TimerLib implementation Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 17/19] ArmPlatformPkg: remove unused L2X0CacheLibNull library Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 18/19] ArmPlatformPkg: remove EblCmdLib implementation Ard Biesheuvel
2017-11-15 16:56 ` [PATCH 19/19] ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf Ard Biesheuvel
2017-11-25 11:47 ` [PATCH 00/19] ArmPlatformPkg: remove unused or migrated modules Leif Lindholm
2017-11-26 11:04   ` Ard Biesheuvel [this message]
2017-12-04 17:24   ` Leif Lindholm

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=CAKv+Gu8ubdwtP3TCGqWPE7qLszei-kpaFjtRsRJPArvejSzj4w@mail.gmail.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