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::543; helo=mail-pg1-x543.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x543.google.com (mail-pg1-x543.google.com [IPv6:2607:f8b0:4864:20::543]) (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 D5E61211B76C7 for ; Fri, 1 Feb 2019 06:25:24 -0800 (PST) Received: by mail-pg1-x543.google.com with SMTP id c25so3023420pgb.4 for ; Fri, 01 Feb 2019 06:25:24 -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=0LegRZBDVCaZZUtN7wEG8IRfxjuuw1Hh+y8MI3hLqKk=; b=d7RnvU0D0cGWGGX8IoOZ92pDufzoSK0uZKs58lTTjC9uO+FfG88GPg7QsXn0O/ZuKP RrDLeZJy8gOWGHZhudiNsWtQqJyGirpkJWdhupHLq/Pbig2Jv+vdHdxOzBr4Kr48gcu+ AyXUsxvjLtU7eMAhmCSPx3xPuan8Znmw/3GfU= 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=0LegRZBDVCaZZUtN7wEG8IRfxjuuw1Hh+y8MI3hLqKk=; b=ZKCVxEOydhEEmRtqwbzmNZFJYTNf7ig+YbssRUYU237NrmifEtBkCTTKPcQ4fVtooE 5eQEV7eTDVEimULTcdi0wcamAQ3IxQECkaqUQoEGWaL9yiTLw5MLeKQ6ySYKVVFoTAZS sEHn8VCRhfz/ON5eijXXi+uFjotcBZYF1iKKgYTCOy23PbdMqN7mTzp1WMpxm19U2mq6 aTi+9PH4M0HmJ8bDuuaL3L3zOX4MZiQwoypQSnrZ5YBmBbxUQmwj7lG9SPEmst8wqYUX 8g530X7jxmlKYmrfi/C0nOn7clqh2RaVxyl0bljZ4sxy54Q8kZQUX538WHApi/9bh0uL 4ooA== X-Gm-Message-State: AHQUAuaoiBaGcZQsY3nDRrAC9AjF5ALuBR2ig1Zy7/wJ7CaP24Ix+tmJ vCYN2Ji/mMBNrSiPbTA7+DrGhQ== X-Google-Smtp-Source: AHgI3IZnmofyri6VZfTlI3yQcWaK3Uzm/9KfwWYM17xaxbQ2VCcwoVRBPLhCYqe1wu5sZH5Y24Z/BQ== X-Received: by 2002:a63:da14:: with SMTP id c20mr2361758pgh.233.1549031124601; Fri, 01 Feb 2019 06:25:24 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25:24 -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:03 +0800 Message-Id: <20190201142507.30454-4-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 3/7] Hisilicon/D06: Update Mbigen and gic RAS register 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:25 -0000 As chip group suggestions, update Mbigen and gic RAS configuration flow. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi | Bin 17984 -> 18720 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi b/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi index 19adbc9..9ea21e9 100644 Binary files a/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi and b/Platform/Hisilicon/D06/Drivers/RasInitDxe/RasInitDxe.efi differ -- 2.9.5