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::644; helo=mail-pl1-x644.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x644.google.com (mail-pl1-x644.google.com [IPv6:2607:f8b0:4864:20::644]) (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 59F112194D3B8 for ; Fri, 1 Feb 2019 06:25:28 -0800 (PST) Received: by mail-pl1-x644.google.com with SMTP id z23so3307690plo.0 for ; Fri, 01 Feb 2019 06:25: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=KS6DLw5+kQAaZdlHlxJZWSUeM0n2R4jenGIX2psgGdc=; b=Th573TkNk+pYpZBPXH8BGGaDj+WzWJ6iJBe+VgqssPXNwUdVwZ4JOO+vxuNWqvLiCg 0LTdv9u+WLRaMuIrnGORN4WhdcLn+pd52sSVwpt3KhLgNvUaMBGZY18zfi93G0WEmtUh H7btaf59N7co2l/JwG+jYQBqC//t/dHqd0fwE= 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=KS6DLw5+kQAaZdlHlxJZWSUeM0n2R4jenGIX2psgGdc=; b=ejT+1e0jqFHGprYzjJgcculCVPUz+WUiK8u6JAKw082IWFDplpkAvA0mNiW4no31KB 55rJzbHaOjAgIXN7gZC1PnmGPoDkhfr/QAm92k8dqHRtXMMpF/IPnMfFhXamxo3Gy1CF reA+3ZojOZjTKvve3mh7SUaKzta42icAfSPE2mTKUH86ApHy8x0FhgI9FIpLv760+3G+ 5kDiTQGGdMvvIVuL3Ty1DlU2Y4pg1tWu8pTlYm74Slqx8NAmOV3EqHTeVVOI4xXqvIrz cow188ItLnIqxYxAKCaPAJLyDPUvXe0W6gvO+bIM1O5RwSqUEQTkj79jJvS67tZIMDi+ seDQ== X-Gm-Message-State: AJcUukf83bnCsXdajx8AHml/TiDUPr00hpXBtljec5xFs+jKHHYLjgFy 3eGyQKPiJG/NO5DFq9B7cWY3Gw== X-Google-Smtp-Source: ALg8bN7lYbb3tAdsHOB6aNvoQAX4QxwrI7SSGJsP1zaOdqBW9SGnpGfHnmF3gmPWKp40RZjvjMk5pw== X-Received: by 2002:a17:902:292b:: with SMTP id g40mr40132261plb.82.1549031127999; Fri, 01 Feb 2019 06:25:27 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id 134sm8929118pgb.78.2019.02.01.06.25.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Feb 2019 06:25: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, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Fri, 1 Feb 2019 22:25:04 +0800 Message-Id: <20190201142507.30454-5-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 4/7] Hisilicon/D06: Support PCIe local RAS 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:28 -0000 Add some registers configuration in PcieRasInitDxe and add PCIe local RAS interrupt handle in trusted firmware to support PCIe local RAS. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi | Bin 21248 -> 22048 bytes Platform/Hisilicon/D06/bl1.bin | Bin 12432 -> 12432 bytes Platform/Hisilicon/D06/fip.bin | Bin 113450 -> 121866 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi index 0e22237..f9ceff2 100644 Binary files a/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi and b/Platform/Hisilicon/D06/Drivers/PcieRasInitDxe/PcieRasInitDxe.efi differ diff --git a/Platform/Hisilicon/D06/bl1.bin b/Platform/Hisilicon/D06/bl1.bin index 416535f..d0970e5 100644 Binary files a/Platform/Hisilicon/D06/bl1.bin and b/Platform/Hisilicon/D06/bl1.bin differ diff --git a/Platform/Hisilicon/D06/fip.bin b/Platform/Hisilicon/D06/fip.bin index c9b7ca0..795cfb5 100644 Binary files a/Platform/Hisilicon/D06/fip.bin and b/Platform/Hisilicon/D06/fip.bin differ -- 2.9.5