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:c05::243; helo=mail-pg0-x243.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::243]) (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 D626921F0DA6F for ; Wed, 7 Feb 2018 00:19:38 -0800 (PST) Received: by mail-pg0-x243.google.com with SMTP id w17so15000pgv.6 for ; Wed, 07 Feb 2018 00:25:22 -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=8plObo4XLBnM1mRMEHVQ4HPNa6fLc3RqE5JptMGXLe0=; b=TWQsOZvWgG2HTKnYxj8tUfvYwWtVFJ3z9jdyVA4XMmyG45DfNGWnt2b5b+9MvRrAuQ J3vVoqDyiLxBb8f4VPXtXHpxSMLyGve2U75SQlbQzd5xclQxmj71Ei/J7WJE0YlyacdM TfrL8mrqwXqDJRLiAEe0S6S4U6OVKsdHUtoF0= 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=8plObo4XLBnM1mRMEHVQ4HPNa6fLc3RqE5JptMGXLe0=; b=UuXg+AZuN9htAxfoIAmFwg+voAhhvsigPNYdjW+TFx8lzs1QMOBQjuo6kgTLeaYjFN RDvMdaVHz0j5jddv4qU27eCBikifU7iEKTxApOms3cxYVrskvdvFEhRg4z1dADXytrxf BeChIhaL9SFpkBxVSaSMnfvrN4hcEnYbHEzfnfQhNeJiMpZJ5uO6qmPWIwgr2V/qfjgg PlHQp/3vjhqUwl5/s0lhcEvj0ezkz6HxEXRPcgc4xxBzQX8zjPw7W3x03BSU/AbzvVMB E8j+D8kPOad1Hr6Vb5TQunX0pT9ZHXlR2wLGGUK+UYo4lfupwX+oi0Kn+4j29T4pqkCy brWA== X-Gm-Message-State: APf1xPD2R/b9uDNXZvigRipUSYpQXYS7tQIff4k9jAZpzVOH6SdBsrMg m6eXoyV4/2b1wIfhnOED6tIS0w== X-Google-Smtp-Source: AH8x224yewRKN8I7+VIO+ACJkzaysIETwxE4kn4T9za8zHQCFMSIC6GU+JS/jg+tIzOGg0/a98J4ww== X-Received: by 10.98.195.2 with SMTP id v2mr5118052pfg.141.1517991922362; Wed, 07 Feb 2018 00:25:22 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id k127sm1984999pga.92.2018.02.07.00.25.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Feb 2018 00:25:21 -0800 (PST) From: Heyi Guo 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, huangdaode@hisilicon.com, john.garry@huawei.com, waip23@126.com, Heyi Guo Date: Wed, 7 Feb 2018 16:22:43 +0800 Message-Id: <1517991769-5485-10-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517991769-5485-1-git-send-email-heyi.guo@linaro.org> References: <1517991769-5485-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-platforms v4 09/15] Hisilicon/Smbios: Indicate use of ProcessorFamily2 in type 4 table 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: Wed, 07 Feb 2018 08:19:39 -0000 modify processorFamily of type 4 to ProcessorFamilyIndicatorFamily2, indicator to obtain the processor family from the Processor Family 2 field. ProcessorFamily2 is already specified as ProcessorFamilyARM in the existing table. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo Reviewed-by: Leif Lindholm 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