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::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::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 5F90F20349D9A for ; Wed, 15 Nov 2017 08:53:00 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id z3so4359641wme.5 for ; Wed, 15 Nov 2017 08:57:08 -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=++Tbi0lqHJ3v9WEeXduhJk4DECblMUVc0b8hz7wUowg=; b=OGrBp90Cn1FVbZab+Hohc02YDRg61aFOVqLrXFzpBPLCDJzMzMpmWeUh5rw49PHCQH qkdJ3xT02VFsPmBpvbP68tSkAsFmdYbzuaCCqrs1CHyGMxcVDs6vfZrY8X4NPuJ38qAo JgGt1RpHEGe3plWCQLtJrN7qKc86bTtrJWE0M= 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=++Tbi0lqHJ3v9WEeXduhJk4DECblMUVc0b8hz7wUowg=; b=XlFhbGLMFLCZZPEqdIqGXRoxjsf2x2e5XmXI7CF+7EcF0hrBBnywQ+yxHMsPqVQp22 fIo8uosNZbRZNVHW2/oKz+wO+nps8e4Tqf+hiQvmKfglEVPFFROb2tOdqZDuD7W6JmEC TfM5X0jcP+sRCViZQjECk1KmN8wpenNrBzVcf3DF+lV8PwTTBhcRYvzwn38hRlQbC8tv qspDnvCZwm4Rt8aQ6RUnDVYm5AxuGRIWfZGd3+pGkdtX7a59d/+WnZ2x6w3On3qO0uoT DdJVn1WlGVudfxLuS3F7Cp2wH13DD5h2JP0mFrMaHIzyD+pbotXr+qXnV4k4DBIFMjGB jOfA== X-Gm-Message-State: AJaThX5CJJh7rI8XgPWYev/ekkLiNlZxnwZyiHH7AGLAjUejVxcMxCmO FcYOwM/rTNeaBCBTwGIlS5lhc7IYVqs= X-Google-Smtp-Source: AGs4zMaa7W462tM4LuWSmCslNpL3w6+bYgb1wch/uI5W7E5ovSTPCONTeMSNhJ1TfjS8XehhVw3FAw== X-Received: by 10.28.18.1 with SMTP id 1mr13860214wms.88.1510765027342; Wed, 15 Nov 2017 08:57:07 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id p15sm5673089wre.24.2017.11.15.08.57.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Nov 2017 08:57:06 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Wed, 15 Nov 2017 16:56:28 +0000 Message-Id: <20171115165637.31118-11-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171115165637.31118-1-ard.biesheuvel@linaro.org> References: <20171115165637.31118-1-ard.biesheuvel@linaro.org> Subject: [PATCH 10/19] ArmPlatformPkg: remove ArmPlatformSysConfigLib library class 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 16:53:00 -0000 The only remaining user of ArmPlatformSysConfigLib has absorbed this definition into its own edk2-platforms package, so let's remove it from the shared code. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h | 63 --------------- ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.c | 85 -------------------- ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf | 28 ------- 3 files changed, 176 deletions(-) diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h deleted file mode 100644 index 39a0cc7f734c..000000000000 diff --git a/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.c b/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.c deleted file mode 100644 index a7199e65d8f6..000000000000 diff --git a/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf b/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf deleted file mode 100644 index f379d7228cd4..000000000000 -- 2.11.0