From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 3BC362220D21E for ; Sat, 20 Jan 2018 02:55:40 -0800 (PST) Received: by mail-it0-x242.google.com with SMTP id b5so4931852itc.3 for ; Sat, 20 Jan 2018 03:01:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JEHvqTPTLDdOL7tNYigvV8EvrNKYxLrNvXYwZYkfER8=; b=c9wUVMFHcl4bLGeXaj4KJ3Dn9RV/1+hZP1l/LGuH1sI8Jq4XCCgr6Qwg/MZKmvykt6 OVTwgTHjTgvT0oofY+j6j9BBMX8Lpm+J8XUo0KAc8F1GVoIbXsztQ/voQDyQ5/zUm1uz XI6WNpvfRNdgpki8QOGewxl9Gv0EDXDbWPM/o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=JEHvqTPTLDdOL7tNYigvV8EvrNKYxLrNvXYwZYkfER8=; b=WHYLJ3Bl7loy6bAekYaFBDx8+Y7HBl3GhOR44ffyFnRE0kNnaGEUX6PmKpfYMGcz4d LaYHll467P4DNFCgLuozLWb8H2nJovjCXII2jtehW2u1AGK9dJux59jfnD77I1PyqvVs RjuH0qyWymPlFeYx+mCZc9FsbUv7DAQ246/MQtw0B7Jyd+rI/gAWVnnPx745N2wlGgEc NiN/nCKvQ/1wrwlav0zCul4OV9TXSfrCMF+Z6bmFvwI5k3p+RwXZ2lNWwpwv5wlJoUXP v1Hub/qcezUD++Ee411fBfZU3ywblVX5N900zJqn4lpQmTWVJojE8AoyI9eELlxHkZWC 7t0Q== X-Gm-Message-State: AKwxytdHLvtVHzh8XfzszkcQDrn+S+okkzLsCEOa1mHBYCwxrZ3nQP4e 9mj/qHl5Wu7UrTgUOalmZ7hm6tYTO0p20NRB/1e7R0JW X-Google-Smtp-Source: AH8x227GR4J0k7YtNmG3jCKKU1SJBpsA8ixw1+ZYxEIDCEwB85xFnXCEKD2ZTAnK+l4fOs13glFXYZvTdiVaTMRBTAo= X-Received: by 10.36.39.215 with SMTP id g206mr1183115ita.17.1516446063047; Sat, 20 Jan 2018 03:01:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Sat, 20 Jan 2018 03:01:02 -0800 (PST) In-Reply-To: <1516287703-35516-8-git-send-email-huangming23@huawei.com> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> <1516287703-35516-8-git-send-email-huangming23@huawei.com> From: Ard Biesheuvel Date: Sat, 20 Jan 2018 11:01:02 +0000 Message-ID: To: Ming Huang Cc: Leif Lindholm , linaro-uefi , "edk2-devel@lists.01.org" , Graeme Gregory , guoheyi@huawei.com, wanghuiqiang , huangming , Jason Zhang , Mengfanrong , waip23@126.com Subject: Re: [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: Sat, 20 Jan 2018 10:55:41 -0000 Content-Type: text/plain; charset="UTF-8" On 18 January 2018 at 15:01, Ming Huang 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 > Signed-off-by: Heyi Guo Reviewed-by: Ard Biesheuvel > --- > 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 >