[U-Boot] [PATCH v4 1/6] dm: cpu: Add a new get_count method to cpu uclass

Simon Glass sjg at chromium.org
Wed Jun 24 04:44:50 CEST 2015


On 17 June 2015 at 09:11, Simon Glass <sjg at chromium.org> wrote:
> On 16 June 2015 at 21:15, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Introduce a new method 'get_count' in the UCLASS_CPU ops to get
>> the number of CPUs in the system.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v4:
>> - Remove parameter 'count' from cpu_get_count()
>>
>> Changes in v3:
>> - Drop patches already applied and rebase on u-boot-x86/master
>> - New patch to add a new get_count method to cpu uclass
>>
>> Changes in v2: None
>>
>>  drivers/cpu/cpu-uclass.c | 10 ++++++++++
>>  include/cpu.h            | 16 ++++++++++++++++
>>  2 files changed, 26 insertions(+)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list