From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 6CA6E21B00DD4 for ; Wed, 15 Nov 2017 06:22:35 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id o14so1707160wrf.9 for ; Wed, 15 Nov 2017 06:26:44 -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=0hvg8haRHs1qqwLgB2UzT0Qre9EUNynfKQ8bELFni04=; b=cYT84OBVoFcQ/LdqjtQafDwFlV2uFyUoJOJ6b78lDq28UL73dGr/bPOZopTiLSKW87 qHM5KwNbWIdCnOpIel5Kgod+s931lBToz2YLwR4zuU5FwvD8Qn7IX5vN5mw75hCARpoX OQH7meVuM7v50zupGvNmklmO/TpoT1uPoAyjg= 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=0hvg8haRHs1qqwLgB2UzT0Qre9EUNynfKQ8bELFni04=; b=URWtz5L5mdveRDWzDMrw1bt/0ZigbfRwfXce02a2GDLyGdIGxOCkcADyh7MDxpDIvq nJkbya1r8uyP/0tqF4K2u154pPKnTQdHKkVtzGFv24DaNCwrQ7mM0KYRxzJdWtNRwEkY Vi9kRdwY4a4OLk6NXmBuwPQ9C8a50ouU9LYV/rwxvMxepIJzh3MwL7OHCQNrR9bf8/HG BuVwTcynHQ7M1p4gDI/dg7IY6sXxG3CipNCRGAYAsrrlh6poBFW/tLVaFnTUSkdIUfU7 /O3RNHpogs0CdrCt1bKwpgc30JrwAoJ/gnlJr/EnQAh0wcKRJwWVknK/suLd9m+d4cuX BGAw== X-Gm-Message-State: AJaThX44Hhpby075ixFMZvKXv6OVg2WSAjaEDade9xeOX+qTGjiyDhhv KZCMfFt3dMy2XgOoUV4OPfpftElCAJc= X-Google-Smtp-Source: AGs4zMYf3fYifM/ZIi0jNMsfTlynilADcTq0w2dbejdTIAD2Tv2a/YOFb9tjH9FtD9w4Nxcat1nLbA== X-Received: by 10.223.148.102 with SMTP id 93mr12234169wrq.32.1510756002419; Wed, 15 Nov 2017 06:26:42 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id y84sm7811379wmg.39.2017.11.15.06.26.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 06:26:41 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 15 Nov 2017 14:26:24 +0000 Message-Id: <20171115142628.10041-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171115142628.10041-1-ard.biesheuvel@linaro.org> References: <20171115142628.10041-1-ard.biesheuvel@linaro.org> Subject: [PATCH 2/6] Platform: remove bogus ArmTrustedMonitorLib references X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 14:22:35 -0000 Remove copy-pasted ArmTrustedMonitorLib library class resolutions that none of the platforms actually need. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 -- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 3 --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 -- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 -- Silicon/Hisilicon/Hisilicon.dsc.inc | 3 --- 5 files changed, 12 deletions(-) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index ec350c999f19..7258daa76094 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -175,8 +175,6 @@ [LibraryClasses.common.SEC] DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf - # Trustzone Support - ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf [LibraryClasses.common.PEIM, LibraryClasses.common.SEC] diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc index 7b405a949ebd..3db269086d5b 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -169,9 +169,6 @@ [LibraryClasses.common.SEC] PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf !endif - # Trustzone Support - ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf - ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf [LibraryClasses.common.PEI_CORE] diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/CelloBoard/CelloBoard.dsc index 7c4adb3a53bf..30b080495639 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -154,8 +154,6 @@ [LibraryClasses.common.SEC] DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf - # Trustzone Support - ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf [LibraryClasses.common.PEIM, LibraryClasses.common.SEC] diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 73c0c7531f26..5cbf3628fb89 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -160,8 +160,6 @@ [LibraryClasses.common.SEC] DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf - # Trustzone Support - ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf [LibraryClasses.common.PEIM, LibraryClasses.common.SEC] diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc index c1c947f38cba..fbecb6497469 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -126,9 +126,6 @@ [LibraryClasses.common] [LibraryClasses.common.SEC] DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf - # Trustzone Support - ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf - ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf -- 2.11.0