On 18 January 2018 at 15:01, Ming Huang <heyi....@linaro.org> wrote:
> modify processorFamily of type 4 to ProcessorFamilyIndicatorFamily2,
> indicator to obtain the processor family from the Processor Family 2 field.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ming Huang <huangmin...@huawei.com>
> Signed-off-by: Heyi Guo <heyi....@linaro.org>

Reviewed-by: Ard Biesheuvel <ard.biesheu...@linaro.org>

> ---
>  Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c | 
> 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git 
> a/Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c 
> b/Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c
> index 61473e8..c9903ba 100644
> --- 
> a/Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c
> +++ 
> b/Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c
> @@ -125,7 +125,7 @@ SMBIOS_TABLE_TYPE4   mSmbiosProcessorTable[] = {
>          },
>          1,                                              //Socket
>          CentralProcessor,                               //ProcessorType
> -        ProcessorFamilyOther,                           //ProcessorFamily
> +        ProcessorFamilyIndicatorFamily2,                //ProcessorFamily
>          2,                                              
> //ProcessorManufacture
>          {                                               //ProcessorId
>              {                                               //Signature
> @@ -172,7 +172,7 @@ SMBIOS_TABLE_TYPE4   mSmbiosProcessorTable[] = {
>          },
>          1,                                              //Socket
>          CentralProcessor,                               //ProcessorType
> -        ProcessorFamilyOther,                           //ProcessorFamily
> +        ProcessorFamilyIndicatorFamily2,                //ProcessorFamily
>          2,                                              
> //ProcessorManufacture
>          {                                               //ProcessorId
>              {                                               //Signature
> --
> 1.9.1
>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to