[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 17 17:11:27 CEST 2015


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>


More information about the U-Boot mailing list