[U-Boot] [PATCH v4 2/8] x86: qemu: add a cpu uclass driver for qemu target

Simon Glass sjg at chromium.org
Thu Dec 31 06:07:56 CET 2015


On 30 December 2015 at 19:55, Miao Yan <yanmiaobest at gmail.com> wrote:
> Add a cpu uclass driver for qemu. Previously, the qemu
> target gets cpu number from board dts files, which are
> manually created at compile time. This does not scale
> when more cpus are assigned to guest as the dts files
> must be modified as well.
>
> This patch adds a cpu uclass driver for qemu targets
> to directly read online cpu number from firmware.

Please try to wrap your commit messages to around 75 columns.

>
> Signed-off-by: <yanmiaobest at gmail.com>
> ---
>  arch/x86/cpu/qemu/Makefile       |  2 +-
>  arch/x86/cpu/qemu/cpu.c          | 57 ++++++++++++++++++++++++++++++++++++++++
>  arch/x86/dts/qemu-x86_i440fx.dts |  4 +--
>  arch/x86/dts/qemu-x86_q35.dts    |  4 +--
>  4 files changed, 62 insertions(+), 5 deletions(-)
>  create mode 100644 arch/x86/cpu/qemu/cpu.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list