From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::441; helo=mail-pf1-x441.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) (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 0D578211E0114 for ; Wed, 20 Mar 2019 01:18:25 -0700 (PDT) Received: by mail-pf1-x441.google.com with SMTP id a3so1344705pff.11 for ; Wed, 20 Mar 2019 01:18:25 -0700 (PDT) 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=af8+Syt0tqIEpUWT0hJUs2Ht9AAfE020PQjpvvtXZBo=; b=BYEK+TtlF1DWM5r7JW945dY4d5gyOMdYvdBJT+C7XoxTV0WfDLie0EYpdnHkZrXJHB S2gJj2AqMlx8NahYkOHE9b7wWemsp5jY0GxV1WQfrFeuhe9eRJALxeGa61D/SGtvaz2a jY7ZccvhJYYem261gHa6aQcRPvTefdcQNtmJXDCI/cK/dNkE78plYgXy+A/TuMEDfF+u HMgM7g3Jzc9f45R9KxTsuYyPKsvr3n/figRHx1Hl9jK2BmuGqBUloDcmRvr4UB4N3YVC 0U2yJuKvWUVEIKwXJzN7+sXTfYfeXzkoJB/NBvwd95arVnG8Tc5e1nj7vRyaPStwltjr ACbg== 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=af8+Syt0tqIEpUWT0hJUs2Ht9AAfE020PQjpvvtXZBo=; b=sc2BmDqkTMetf7PKj47vR9R9Gfz7Bky1TB5nc5X0gnupjL1YMvGC/zPc80bZcd5txO 6z5r+VDjvzYoXBZdjss9KjbtJvEKywp3FgcRYd1psxN96ETsBxxs1c0wxIsHwsvMDM+2 JN6UeB89/j3Ze53yCLz8tQ88p7QGzorqcersAoElIGByYNL+U8TKUD/q/whey8gPgRuU KPRcnyAMnvSsIJTyF3K8pdM5s6FXG/+fCHHtbgcPjLkeQkUGQZH2zy9TVUXfNzCY/+Q9 bzXlMNNK2TcLhthGmRKRVuMPqvkOg0CSxVNqr0tARCVdIkZE1dSOv2Vwo9hRS7K6CbXd GZ7A== X-Gm-Message-State: APjAAAXV9yfMYtJFgWY6hdjpceJPnNDfclFfr3kFtXNzHOo41Q7y2rqm qQuTFjcD1K2/jitRjWM/YdUOMw== X-Google-Smtp-Source: APXvYqz4w6Ww82GEvvkEgOmNdTrAawK6e4npHegK/SDkRc9MEfWgF8t6lOBcjc0KN2ae/CPH39zi8Q== X-Received: by 2002:a17:902:4827:: with SMTP id s36mr6620260pld.220.1553069905753; Wed, 20 Mar 2019 01:18:25 -0700 (PDT) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id a1sm1812547pfn.26.2019.03.20.01.18.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Mar 2019 01:18:25 -0700 (PDT) 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, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, zhangfeng56@huawei.com, xiaojun2@hisilicon.com, Ming Huang Date: Wed, 20 Mar 2019 16:17:28 +0800 Message-Id: <20190320081729.52806-8-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190320081729.52806-1-ming.huang@linaro.org> References: <20190320081729.52806-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v3 7/8] Hisilicon/D06: Fix numa node wrong issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 08:18:26 -0000 Numa informations are acquired from HOB that build from memory initialization module. Correct numa informations to match booting from TA(Totem A or super cpu cluster A). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi | Bin 297696 -> 358656 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi b/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi index 5fba353..fea1475 100644 Binary files a/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi and b/Platform/Hisilicon/D06/MemoryInitPei/MemoryInit.efi differ -- 2.9.5