From patchwork Wed Mar 16 14:07:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 63930 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1343338lbc; Wed, 16 Mar 2016 07:07:55 -0700 (PDT) X-Received: by 10.98.64.4 with SMTP id n4mr6314901pfa.58.1458137275597; Wed, 16 Mar 2016 07:07:55 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [2001:19d0:306:5::1]) by mx.google.com with ESMTPS id rz3si5397014pab.115.2016.03.16.07.07.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 07:07:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) client-ip=2001:19d0:306:5::1; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 52F4C1A1EE1; Wed, 16 Mar 2016 07:08:14 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 4452B1A1E52 for ; Wed, 16 Mar 2016 07:08:12 -0700 (PDT) Received: by mail-wm0-x229.google.com with SMTP id l68so74279133wml.1 for ; Wed, 16 Mar 2016 07:07:52 -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; bh=6zhTcemEq3NXWyP8R3eM5ZbRywYRoUdl9C6K3Ctvt0U=; b=Goiq3hs5MIB6Fo4sGD3YYwualrc1FL95J0ZjpcjM/I9gBgKrToav197cgA6MLIoJ/4 XgDJNu68P0OD2XmKDdNmYzhufSDGqOVs+PCImz0pDotolu/VBTpeIH4L8b+uij/gTIdY roPelSs/495f2buyQipMxeRFNBkQJGeU3C6tI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6zhTcemEq3NXWyP8R3eM5ZbRywYRoUdl9C6K3Ctvt0U=; b=UEQqkqgOgQzzh8CSPVwU/se9dpOfUvyuZQUzEnsG0hNfSdCBy1J65Zs/GcWDnJCnol bGOLhGCLLHhAkL9J8/LN1lNdMes9J9BXI3ZuboefZpHq/Lwp+6rgOjC5JrB3Ai4m82oI polL6XvKffAyLTRnr4FEsZzyhOpjbINJY/SmP92amJNmQzF0Ax31g7RaE8pgrgy+zuUE UDeGpRbV9M9p/vFjjkxBnIfGbOisISreJwUZn52VAQUfIInJC4OxT1mhc6UsIxLPdwcZ pUobDHCA4laswR3i45GnHY72Z87fuaeZgQPKm0bj9zOs9x9zmRpmnbo71QcndOdISz2u +sig== X-Gm-Message-State: AD7BkJLHdczubS1wnTdtSO/4huyV6lwp2KP37kkvY1UsyJUQoMbL2qgaTDo21kNiJ+cRrdqV X-Received: by 10.194.192.36 with SMTP id hd4mr3837711wjc.85.1458137271543; Wed, 16 Mar 2016 07:07:51 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id c128sm25647968wma.11.2016.03.16.07.07.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Mar 2016 07:07:50 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Wed, 16 Mar 2016 15:07:45 +0100 Message-Id: <1458137266-13831-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.5.0 Cc: Ard Biesheuvel Subject: [edk2] [PATCH 1/2] BeagleBoardPkg: move to ARM version of CpuExceptionHandlerLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" Change our resolution for the previously unused CpuExceptionHandlerLib from the null implementation to the newly added implementation specific to AARCH64 and ARM. This is needed since our CpuDxe will start using it in a subsequent patch. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- BeagleBoardPkg/BeagleBoardPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.5.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index 37e285af1b25..17f9f8e7d5ad 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -84,7 +84,7 @@ [LibraryClasses.common] CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf - CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf + CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf