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:c09::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 DF54A21C913AF for ; Thu, 16 Nov 2017 09:54:59 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id 9so1891204wme.4 for ; Thu, 16 Nov 2017 09:59:09 -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=eORqoW6EBhtShSDLLdoxImQu6i0KWqBtFGqj3c7xD/g=; b=TlrYeaiHrYyD9b0ratBM8CR01tcfVXI2CfIsIhwBXhIvWgKsXHSrKf6tq8fdcpC6n6 FQyuvYKuqgY3wG7w0fFP4ylJqMGKnPoc+voJqwAEfGj0GhgFU2sGqAtzkfO5Uj9v0xNL ua3EdLKws4zCQBDs5q7soCCB/E2EGPRAp3rB4= 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=eORqoW6EBhtShSDLLdoxImQu6i0KWqBtFGqj3c7xD/g=; b=CBdEjc2I0yDqEmIMEANtKloUqkinBYc79U3IPcghkSkNjmuLgRoy8Isfm8ruKbfsnK n9LDIZhjysUnYnIaoiSSfRRJr80FajbVCys5gzqP5GkxstzyJjO5BO4hgQNb9H9gXq5b XQGu6af3ZPltERNU9KwqjNrDxx7CB3bSMGq6XXjt8XVHdSqG7BE6RAi6bNLat2yA5equ oQFZUdprt+qzJemnpRnhcZhmtO4A/rsfTccpEAWb5mtgAE4wHRIovJC0NtDhpX2mmK61 rIlHucMz8UcwibJkTTiNUfsLpYoSfMKTri4ofsARh8mMcZXyBnjTig4MN2RgSuUMa5Lp V1mg== X-Gm-Message-State: AJaThX4TglwLUf/rpSZuW2dU+F8y2KnqsRMzUjxm+EvM0e6hxyh7wEpa /HUaRuMqPR8+SWkYEfg2b1uHn69BeY8= X-Google-Smtp-Source: AGs4zMa/1tdHR9vI5moTpS13JIhWvlaqq6zI54fRyZ3KobhhwwG8iEES4qGoELIQ+G5sLvUryqiuPA== X-Received: by 10.28.17.77 with SMTP id 74mr2026380wmr.66.1510855148110; Thu, 16 Nov 2017 09:59:08 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id k13sm1638610wrd.95.2017.11.16.09.59.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Nov 2017 09:59:06 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Thu, 16 Nov 2017 17:58:39 +0000 Message-Id: <20171116175839.30012-10-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171116175839.30012-1-ard.biesheuvel@linaro.org> References: <20171116175839.30012-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms v2 09/13] Platform: remove references to EBL libraries 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: Thu, 16 Nov 2017 17:55:00 -0000 None of these platforms still include EBL, but some references remained to its support libraries. Get rid of that. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 6 ------ Platform/Marvell/Armada/Armada.dsc.inc | 6 ------ Silicon/Hisilicon/Hisilicon.dsc.inc | 6 ------ 3 files changed, 18 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc index 269636878977..079c743dd2e9 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -95,12 +95,6 @@ [LibraryClasses.common] SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf - # EBL Related Libraries - EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf - EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf - EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf - EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf - # # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window # in the debugger will show load and unload commands for symbols. You can cut and paste this diff --git a/Platform/Marvell/Armada/Armada.dsc.inc b/Platform/Marvell/Armada/Armada.dsc.inc index 2cd96e60a82c..77f08c419417 100644 --- a/Platform/Marvell/Armada/Armada.dsc.inc +++ b/Platform/Marvell/Armada/Armada.dsc.inc @@ -105,12 +105,6 @@ [LibraryClasses.common] FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf - # EBL Related Libraries - EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf - EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf - EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf - EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf - # # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window # in the debugger will show load and unload commands for symbols. You can cut and paste this diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc index f24f6dabd12c..84e5a38475be 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -72,12 +72,6 @@ [LibraryClasses.common] SerialPortLib|Silicon/Hisilicon/Library/Dw8250SerialPortLib/Dw8250SerialPortLib.inf TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf - # EBL Related Libraries - EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf - EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf - EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf - EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf - UefiDevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf # # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window -- 2.11.0