From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::244; helo=mail-pf0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7D80E221F93B6 for ; Thu, 18 Jan 2018 06:56:52 -0800 (PST) Received: by mail-pf0-x244.google.com with SMTP id 23so14780396pfp.3 for ; Thu, 18 Jan 2018 07:02:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UjzDVu9Yn/CY6v03L5gaQCSu4h0di5cqSFqBnrW/3sQ=; b=BOOHoVafjluBSRt1Hmv/FZFp5awZkuzVwmmdjNHSjQq0l0kjNmLbJhxVxkZK5NwxmS T7CM5h75rpXkIQrWQTjlWMzehdul9wi/ORpkIis4He7mNEkeq2cyqMoS6YTZlnAN2vjX XLn/Bc056NppGf5ma/0vWNbFne3d+bdZn4ak4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UjzDVu9Yn/CY6v03L5gaQCSu4h0di5cqSFqBnrW/3sQ=; b=IDyuPaSXstxOhQg1M9sRUUMvcoPqsX9+0PTGz0PuZbf+VbEbLBNsW/rSbZz8wEgaSj jogoL9aMuKHk1DRNCWQatzgV5aFZldGU2gtNcj3Q2+gC8hR7rN5c6QelHd8qQfrXr4FM XxDKjj7LhIwhMSt/dSqXcwFjxEOTP23OuRWFcQnJkuEoJTL73MOgrlym5096j+RWt97j nCVrVmk/oZBodMJZzBNUXDDrDpVS0FL9dX9VYHsRMDJFijG4PqPEoswXIpdt2MeQdzyz haXViZt10FcVJHae4qTwsE//I7vww2TT0ZdiRE/JcmLFI4dLp965gYBDkoumYZSEArXi qlFg== X-Gm-Message-State: AKGB3mKLuvtpr8nlhdOsfhsH9Y7oFyNaPqsHuE8BYHgjWWSIbulHw6Sx 0o/OtI5Yb81PqX/zWo9/1FPNgQ== X-Google-Smtp-Source: ACJfBouMBMLSqvbcEx6zDDFv+WWrJhO51jNqxsny4NyEBGsl1rizONL7+rN/zwqa8Vw2dBeeqeVKpQ== X-Received: by 10.98.76.87 with SMTP id z84mr36699297pfa.208.1516287733982; Thu, 18 Jan 2018 07:02:13 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id j14sm13621815pfh.94.2018.01.18.07.02.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Jan 2018 07:02:13 -0800 (PST) From: Ming Huang X-Google-Original-From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, waip23@126.com, Heyi Guo Date: Thu, 18 Jan 2018 23:01:36 +0800 Message-Id: <1516287703-35516-8-git-send-email-huangming23@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516287703-35516-1-git-send-email-huangming23@huawei.com> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> Subject: [PATCH edk2-platforms v1 07/14] Hisilicon/Smbios: modify type 4 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 14:56:52 -0000 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 Signed-off-by: Heyi Guo --- 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