Re: [edk2] [PATCH] ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib

2017-11-25 Thread Ard Biesheuvel
On 24 November 2017 at 17:04, Leif Lindholm wrote: > On Wed, Nov 15, 2017 at 02:20:48PM +, Ard Biesheuvel wrote: >> The only user of ArmPlatformLib's ArmGetCpuCountPerCluster () is itself >> an ArmPlatformLib implementation, i.e., ArmVExpressLibRTSM. >> >> Given that

Re: [edk2] [PATCH] ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib

2017-11-24 Thread Leif Lindholm
On Wed, Nov 15, 2017 at 02:20:48PM +, Ard Biesheuvel wrote: > The only user of ArmPlatformLib's ArmGetCpuCountPerCluster () is itself > an ArmPlatformLib implementation, i.e., ArmVExpressLibRTSM. > > Given that we'd prefer to get rid of ArmPlatformLib entirely, let's > remove

[edk2] [PATCH] ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib

2017-11-15 Thread Ard Biesheuvel
The only user of ArmPlatformLib's ArmGetCpuCountPerCluster () is itself an ArmPlatformLib implementation, i.e., ArmVExpressLibRTSM. Given that we'd prefer to get rid of ArmPlatformLib entirely, let's remove ArmGetCpuCountPerCluster () from the API as a first step. Contributed-under: TianoCore