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::444; helo=mail-pf1-x444.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x444.google.com (mail-pf1-x444.google.com [IPv6:2607:f8b0:4864:20::444]) (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 7ABA7211E0111 for ; Wed, 20 Mar 2019 01:18:09 -0700 (PDT) Received: by mail-pf1-x444.google.com with SMTP id p10so1374621pff.3 for ; Wed, 20 Mar 2019 01:18:09 -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=wkkylTAMZcWxsF04fSoahwiE//o9buW6s6iVt126rJA=; b=qdiKCGmJn/lSQpULDaedAfQ8ejuRz99DnT0o9pqxSlbJjiOZK3IrFrnZcTrC6NVj6P QUaJhjmAIRqYYM7rSCuJfVKymcz7Omy8h2oqHHJ8cSeOjlu+5cQB81pPYuX/lLrTKT4b 5eHt+2E5MPd1iclArCfWXhgSBogwi/5fIBgZuS1amKcwGgAx6cIAlT9SSyTF1goiPSvG rUWBnRIEpMCbZ1OfCGrWtoXXD5kF4vkLtoUkGoMEP/Am5tCEYwCa6Apmp+cVv1ld6jEI 2pvO39V2C4rwQzFCfOEwsBmyySN4PPN3WFCNajAkAXfNHGtK1fFIZyU+YmYuATNsIX5z rd9g== 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=wkkylTAMZcWxsF04fSoahwiE//o9buW6s6iVt126rJA=; b=r3dL4Q3KEkoyYsl6jmC9KEUPsb8OueDEumQU8GPthtJYzsJG46s87NmRMJREi0N0Hw yx8suR3ejUHPt5Fk3E559/A9OojOWTVksHbkJPZHs9GugJuYwXY5LXJBD7L+1Qm0kaKe tJaN41xlcg2orcsBeVMWtzOOt1VNHexlxrbN3ydA38OxQRblov3v9RR9PuGBDnUPoWxn g8lRPQ1E9agESC38lIs1xo2b3gNvwcgf/x6/gsawcSvKTs1lr3Zz2+Ljgrl+zMe87whq 5pCGaY+9YmW+zZjlOadhQg/fVUXiqRNnusXj+H9GiZnLx5Ct8ifZ1IiBjczYy3JZHmOY ZrtQ== X-Gm-Message-State: APjAAAU1jjmW4fM7xHk3be6K6PIb8GPrjkACT4t5mlGDwBx0u9q5Fp30 Bb95WxeeZZHIbte1+wnZWqKXFg== X-Google-Smtp-Source: APXvYqxYGIU71iKEpj/J3v+BWr4ODqFSqrknn75pCf9s6k6YeJzxKa4HkWE8HLeVhG1pCwE9fQ7XEA== X-Received: by 2002:aa7:9141:: with SMTP id 1mr6339937pfi.38.1553069889172; Wed, 20 Mar 2019 01:18:09 -0700 (PDT) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id a1sm1812547pfn.26.2019.03.20.01.18.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Mar 2019 01:18:08 -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:26 +0800 Message-Id: <20190320081729.52806-6-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 5/8] 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: Wed, 20 Mar 2019 08:18:09 -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 Reviewed-by: Leif Lindholm --- 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