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::541; helo=mail-pg1-x541.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) (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 3D208211CACAE for ; Tue, 19 Feb 2019 23:26:28 -0800 (PST) Received: by mail-pg1-x541.google.com with SMTP id r124so11426889pgr.3 for ; Tue, 19 Feb 2019 23:26:28 -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=af8+Syt0tqIEpUWT0hJUs2Ht9AAfE020PQjpvvtXZBo=; b=Qy3xTAPuuk9D6eJ458uKcM5NkjZL1eULqyAF4ec+HYtpo1G1gBJfNC8akXGg2Pcb1p 9DuHU/DdRm9ITglVe/OqrX5DpWuLyrZsMPkgxPvK5IlydYs8bKk6mWAfy+9S4sEjN3bG LsHlqQdTE0w+t3e+sPbB3aYMBhkDoHv/33O9xz/ReDdDavqf9V/J+UBv3938AGzgRb8p IJ9MxI4OM5UfYmazq/07UTd54CvFOhzHJOPJLNGNCbU+dhZUMcJ+s5Q2zCJY3ekATjPF 8O3UirYbOxZ+dvTnND6fURcx53O14p0m1/2+anOed/T8Oh/Svnqob+qLdzsAWC/1Nkl6 IeUw== 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=enkkUPAYq+DhZ6N2qWx54wLl9kWfpTMMThxU9iS/cD5d8jF7sqMvACgTrnCytZMEjd e2CSNOXvAcwKPhfhC2aXXyQ2PJA0cXXmaqm8ga93C0A5vrT/uGL1K8W/O1W61y5Jk75Q 5U3QgNOcrOmr84pVm5fGsftAPOcDjWMaq1gMtcxjQh7WfehTZB2kHT4906Y7f6wv5dSX SFvPRYJYXl8G/DYc4lQNdIz85oYQg0t9nEsLgSFb7YuorF09QKrB9mes3Niei5JFhJpr iVz3B2dJ12oylghP6xOfAJPyc69lSWDSwM/cGJV7FJ5qYNeLiYYXbMCGlHpBk8x3fvgS qo2A== X-Gm-Message-State: AHQUAubP/FCL7y4+dWET2BEHR/u+fdBQoEPabK4zbRqN8Sle4O30dMrq is0giRw1Qyn+UGkaL3WgdNCweA== X-Google-Smtp-Source: AHgI3IZFGrNMkm9TVSKpUPxodKwmr+m/3f8+whrSQ0zNBLY+3mKJxB2rN/Y3wsmec8JPMC2Cf+XDLQ== X-Received: by 2002:a63:2c7:: with SMTP id 190mr30056584pgc.367.1550647587940; Tue, 19 Feb 2019 23:26:27 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id x123sm24656127pfx.94.2019.02.19.23.26.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Feb 2019 23:26:27 -0800 (PST) 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, Ming Huang Date: Wed, 20 Feb 2019 15:25:59 +0800 Message-Id: <20190220072601.33859-7-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190220072601.33859-1-ming.huang@linaro.org> References: <20190220072601.33859-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v2 6/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 Feb 2019 07:26:28 -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