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::542; helo=mail-pg1-x542.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x542.google.com (mail-pg1-x542.google.com [IPv6:2607:f8b0:4864:20::542]) (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 D713B211B76C7 for ; Fri, 1 Feb 2019 06:25:34 -0800 (PST) Received: by mail-pg1-x542.google.com with SMTP id w7so2995471pgp.13 for ; Fri, 01 Feb 2019 06:25:34 -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=kaPaQTxQrfpQsdJN6nCnDhvj5Yj4CiImbajU8l4MCdpXnbX50bOSGqhJrOQHUOyTWA U8BkUByLmwhOavOH5GMFxWJ60qTB37ugh1Y2qjk7NG77uJK7GSqPfBpkWFvuklk6TfsR c1fJP1Zo9ps/MgO6gS833TWlBXjIY1Ci+gEDo= 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=LviEMESK+k4xRKRUozaPhYNWkkuQAaXc1cApIKLM8RfMiS+r/UwEsP2XwcXxIDGOxp pkqGVZUfMxgqUF4o6iopgaTq4ZgNG5KCbijNMAB0nr/aP5uATgJq3FBK6jFpGN0wedic GMKzCH061tuA5wBVsouwMU6LAWCcSK0yBUW7Z7immg5ncHXrA6o4zIOLcq3ElfF8Jxir tl+REdalAIS5eBk72tvj52sr7qz7eLhce/60Dt2TD4wE3qZAkVwcDbcJjz9RGENQYBJl BITg/8hm68i7OBSfWRZ+bYyGogmwVZVtKGE0EKHE0xNhqLxXMu0t58n91XDJBGovnX7F PuXA== X-Gm-Message-State: AJcUukdFbMrezjhNibGotUhMs8WLeoikk4fTKaExqb+e3Mb7TP5zAl2g YdD1XePVDSyZhZ/L9K6yee56zA== X-Google-Smtp-Source: ALg8bN7MX/doYHlhPppubNoXdtLVZb/VwNx29APPH6aBA3cQ+SZPmBcg6tx9WLtmZbEHJX/o3f2fGg== X-Received: by 2002:aa7:8045:: with SMTP id y5mr39210341pfm.62.1549031134549; Fri, 01 Feb 2019 06:25:34 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:33 -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, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Fri, 1 Feb 2019 22:25:06 +0800 Message-Id: <20190201142507.30454-7-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190201142507.30454-1-ming.huang@linaro.org> References: <20190201142507.30454-1-ming.huang@linaro.org> Subject: [PATCH edk2-non-osi v1 6/7] 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: Fri, 01 Feb 2019 14:25:35 -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