From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AC47121E87967 for ; Wed, 13 Sep 2017 11:13:31 -0700 (PDT) Received: from E111747.Emea.Arm.com (e111747.emea.arm.com [10.1.26.71]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id v8DIGQU9023888; Wed, 13 Sep 2017 19:16:26 +0100 From: evan.lloyd@arm.com To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Leif Lindholm , Matteo Carlini , nd@arm.com Date: Wed, 13 Sep 2017 19:16:19 +0100 Message-Id: <20170913181621.45384-1-evan.lloyd@arm.com> X-Mailer: git-send-email 2.14.1 Subject: [PATCH 0/2] Options to remove code 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, 13 Sep 2017 18:13:32 -0000 From: EvanLloyd There are a number of cases where it is desirable to remove unused code. An obvious instance might be on an emulator, where executing irrelevant code can add hours to the boot time. This change enables removal of some code that might not be relevant, using build options that can be configured in the platform build. Sami (1): ArmPlatformPkg: Juno networking build option Sami Mujawar (1): ArmPlatformPkg: Remove DT code when unsupported ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")