From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::344; helo=mail-wm1-x344.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 72597211B76AF for ; Tue, 15 Jan 2019 00:23:54 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id t200so2247260wmt.0 for ; Tue, 15 Jan 2019 00:23:54 -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=F6ZXRQl8ZIbJtijRo7pDBH01qF4YYZwq5oyvyEM1K+c=; b=aNKAnY5uL53mkiH5illy2ApONfzBZGqyRwEcb+oABHMbcgN3ZObN+sMm8Cza8CGqvy S+V7qrWwhLTzSDTxBrE2lW5IDrLUxrrL30Z9yrx2Wq/ZF27A1nzP3KSTmqgRQYZjd8lh DHQjNy2PdfpNRuTPNsFNb5Vap8O3uNDYDp3Tw= 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=F6ZXRQl8ZIbJtijRo7pDBH01qF4YYZwq5oyvyEM1K+c=; b=l0VoSrjWLVxd51FHylKHljdtZDBhIt3Gwj9vWUg9i0zI/CRmCZj1K+/hHweo3Ppa2m 6X+8a85tfauUQHRFkCVFD+uIelFBK3TIRkYyuzd5s6yxC4rHvzTOZ47MQOK1Cx2hsmUg 8r1b1l3dpJ2hNlZzQfU6ddyPGJcEp1JjwZScCDmS445NnssdPTORvnYpCeS6ATeTRq1T b375gwK9VMlzZ0OmTcRCPeAEH9K6AnsvTLG5YKmYJrD368m3Re/lcxCTY2RAEKfrbWIW wrHgn2E34G2YpoTuX3dHUr+qtHtvK1gsEHu7c3XsSEkiaUGPxbvkoLVtxM1hMng1s4su aKyA== X-Gm-Message-State: AJcUukfM90UJH5BxX8wJ9zDu19FfEcoRYgM0h+y4OjupHpdeqQoxSWXn gp40735yZupXynLd3QoUZ6Ce4GlpBrxb4g== X-Google-Smtp-Source: ALg8bN79pCvguIZm82ybpWlowji4+ePzauI3SdxLKplRi6GykqtNYaxvbqNd9sPUNQRowlvPEODheA== X-Received: by 2002:a7b:c04e:: with SMTP id u14mr2093821wmc.133.1547540632697; Tue, 15 Jan 2019 00:23:52 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:c8d1:b905:1bdd:adb6]) by smtp.gmail.com with ESMTPSA id 67sm120697983wra.37.2019.01.15.00.23.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Jan 2019 00:23:51 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, lersek@redhat.com, Ard Biesheuvel Date: Tue, 15 Jan 2019 09:23:43 +0100 Message-Id: <20190115082345.3711-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190115082345.3711-1-ard.biesheuvel@linaro.org> References: <20190115082345.3711-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 3/5] ArmVirtPkg: drop reference to ArmPkg/DefaultExceptionHandlerLibBase 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: Tue, 15 Jan 2019 08:23:54 -0000 Drop the reference to ArmPkg/DefaultExceptionHandlerLibBase, which is no longer used anywhere now that DebugAgentSymbolsBaseLib no longer incorporates a vector table and exception handling. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmVirtPkg/ArmVirt.dsc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 89c2db074711..c47955be940c 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -174,7 +174,6 @@ [LibraryClasses.common.SEC] BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf - DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf SerialPortLib|ArmVirtPkg/Library/FdtPL011SerialPortLib/EarlyFdtPL011SerialPortLib.inf HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf -- 2.17.1