From patchwork Tue Jan 16 08:44:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 124616 Delivered-To: patch@linaro.org Received: by 10.46.64.148 with SMTP id r20csp939776lje; Tue, 16 Jan 2018 00:44:37 -0800 (PST) X-Google-Smtp-Source: ACJfBouo3JiKIxL/ZDRdaF8t7dtpT5pT9QaPNGlPAGmlRJ6B7Cv+LV6NuBePCc3rKeMmdK5fXGa3 X-Received: by 10.80.158.238 with SMTP id a101mr49106243edf.166.1516092277291; Tue, 16 Jan 2018 00:44:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516092277; cv=none; d=google.com; s=arc-20160816; b=KWaxQNadTuxpQf+UP+zDl5eI7myI9/GBVuW914ApBtI4tSKiUVaSRs9yeDHUCBTTFM h9bsnDIFlJ/PmQIuYKJBJEf6R0NLf9R819Lb/aU33X5ECh75MerzJd1LjVtPBh9bNwJP yGo9EElONQJ8RI8V8K05wd1BLmbn4t+ZkRv56jxSlmVI/LkM62IQ6Sky6Idrl+n6kuWU Zo4X8Ulsi6ELjTZUuEXL3c3B+i0/nUwg8ca50wI9A2/6gTJT/uOp7Rex/6A5wr9bQoom 1NxAWxMvxr66g+thygYNml5/ZXyAgZpRnMIR2DMqXyQH2zHNl87mNuvlds6vdAvOXCOo mZuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:message-id:date:to:from :arc-authentication-results; bh=QuU+lPBb8Zft+iAcN/3LzRwkgJXNeC6xm+xp/Mfhuzc=; b=pNFmMdqd/1pyTol1WUWi1lPPqDJtmm8g1Wm6t5ldkPipIV5Pmjvx1+CfuyLRkdfN64 Jcx5CrT3U7DlviczHFBwn1l98mxXqmMFINw9nBTWZMwasAgpJcqLttrHLYzlFThYkzd+ waXINkQExl4UZX7tUh7RxHFGxEpzEcDPoUona9d1x2/jrKRC9mOob5bSOuAbfCcqBDV+ fppvk990hs8TTNZvgjuzIJRU9FMYrhI2XNK5+czJeIWaVRlCaJ3o2PMJ36BwEJcHAq79 VrE+zeHCALrgTpKpjbC+acKu6B/gmjvn8XNxsBwu/smLfpQud4k+i5AXNLRWbwncJewf eHqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id l16si1807442edd.55.2018.01.16.00.44.36; Tue, 16 Jan 2018 00:44:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 84ADEC21DC1; Tue, 16 Jan 2018 08:44:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id DECA9C21DA5; Tue, 16 Jan 2018 08:44:27 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4CBF7C21DA6; Tue, 16 Jan 2018 08:44:27 +0000 (UTC) Received: from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54]) by lists.denx.de (Postfix) with ESMTP id E7394C21CA6 for ; Tue, 16 Jan 2018 08:44:26 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id A77952088C; Tue, 16 Jan 2018 09:44:25 +0100 (CET) Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.free-electrons.com (Postfix) with ESMTPSA id 7AE6E20726; Tue, 16 Jan 2018 09:44:25 +0100 (CET) From: Maxime Ripard To: Tom Rini Date: Tue, 16 Jan 2018 09:44:12 +0100 Message-Id: <20180116084424.17801-1-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 2.14.3 Cc: Andre Przywara , agraf@suse.de, u-boot@lists.denx.de, Maxime Ripard , Jagan Teki Subject: [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi, As we discussed already, this is the list of options that we will need to disable by default. I also added to the mix a size check, which even though it's not really optimal, is temporary and will be removed in a future (and hopefully close) release. Tom, is this still something we can merge for 2018.01? Thanks! Maxime Changes from v1: - Fixed a couple of nitpicks - Rebased on top of current master - Fixed a build error with boards using DFU Andre Heider (1): sunxi: imply CONFIG_OF_LIBFDT_OVERLAY Maxime Ripard (11): dfu: select HASH cmd: crc32: Disable by default on sunXi cmd: unzip: Disable by default on sunXi cmd: loadb: Disable by default on sunXi cmd: loads: Disable by default on sunXi cmd: misc: Disable by default on sunXi video: bpp8: Disable by default on sunXi video: bpp16: Disable by default on sunXi net: regex: Disable by default on sunXi Makefile: Add size check to the u-boot.itb make target sunxi: Add limit with the MMC environment Makefile | 1 + arch/arm/Kconfig | 1 + cmd/Kconfig | 5 +++++ configs/CHIP_defconfig | 1 - configs/CHIP_pro_defconfig | 1 - drivers/dfu/Kconfig | 1 + drivers/video/Kconfig | 2 ++ include/configs/sunxi-common.h | 10 ++++++++++ lib/Kconfig | 1 + 9 files changed, 21 insertions(+), 2 deletions(-) Reviewed-by: Jagan Teki