19 Oct, 2016

2 commits

  • The CPU udevice already has a few callbacks to retreive information
    about the currently running CPUs. This patch adds a new get_vendor()
    call that returns the vendor of the main CPUs.

    Signed-off-by: Alexander Graf
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng

    Alexander Graf
     
  • For SMBIOS tables we need to know the CPU family as well as CPU IDs. This
    patches allocates some space for them in the cpu device and populates it
    on x86.

    Signed-off-by: Alexander Graf
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng

    Alexander Graf
     

17 Mar, 2016

1 commit


15 Jul, 2015

1 commit


30 Apr, 2015

1 commit

  • It is useful to be able to keep track of the available CPUs in a multi-CPU
    system. This uclass is mostly intended for use with SMP systems.

    The uclass provides methods for getting basic information about each CPU.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass