From patchwork Thu Dec 19 17:29:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915456 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 82C59E77184 for ; Thu, 19 Dec 2024 17:41:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8QjQJo0IASjGQ71YyUkuwEl4QEQBkgl8EgGu9PNaoxQ=; b=XT32ySzayeeGW1nTGs9mge7dJX JQOWcR06+++QnD8ovuNcRqs7CedLKnFi/YlyqRmO7mq9Cu+p5haU7Q3YInp1Ia99JlnWoBNdb9/xs IynGX+1+jpF5hSrs65HK2D5/2lEHOY8ZQKNII35QZxx1Rko5LnITpd5k4+Rc793rcZ3oBkPIgZK6I WycSpjXByhSZZyG3dikxwG2jW97VGFidUGSZlzcp7Z1Zfvytpe/0tzwzXPXMFIX9HfTPcno0qi471 us4+ZG7v0myfoFqVBweR0kFUHtMBxgat3bM4ycf0fZrIBzZ72CtHlQ4yv/DivKYXP9EXpMuKoUJfA v9uKqAbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKWq-00000002bGm-11kr; Thu, 19 Dec 2024 17:41:40 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKO9-00000002ZaT-3dSX for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:43 +0000 Received: from pps.filterd (m0369457.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJD57pO023671; Thu, 19 Dec 2024 18:32:32 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= 8QjQJo0IASjGQ71YyUkuwEl4QEQBkgl8EgGu9PNaoxQ=; b=JnStwR6VczyKl0+u STwY+qfYMV6AAzsVelVTMg5azwoa7Pe0HJbdmKG38pTZ8WmGy8Qs5O7NzO7sUDCx r7x8ZZwBh7KjF9jGWSd3sySiewaROx3vjjOgVLESJ35lJZgBuRKjf5jns24P3ekG cIanh3AnCMr8CKDfm4Px0h6wF81mlU+M19eIuXOUJPY+XMFtA6cLrxavMomTMr7V QPYxJhlycHGH6e4crpdejWKi3Q2JhfZQ7K4ti90DhdBWD04R2T3Zo+3Nymo0nV3r oY48xYH30bn9I7ImXeei4rovSIi0gRvrp3l/+O4Dc+ivBOc91bV9C2aBKzg/BzE/ Yua9Og== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mm2g9183-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:32 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 5229C40054; Thu, 19 Dec 2024 18:31:06 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 187B2285EAC; Thu, 19 Dec 2024 18:29:58 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:29:57 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 1/7] ARM: configs: stm32: run savedefconfig for STM32 defconfig Date: Thu, 19 Dec 2024 18:29:28 +0100 Message-ID: <20241219172934.3010875-2-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093242_186984_2BEFB0CA X-CRM114-Status: GOOD ( 10.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Run 'make savedefconfig' in order to clean stm32_defconfig. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 3baec075d1ef..d62a0c0b7ce5 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -12,14 +12,11 @@ CONFIG_BASE_SMALL=y # CONFIG_SIGNALFD is not set # CONFIG_EVENTFD is not set # CONFIG_AIO is not set -# CONFIG_BLK_DEV_BSG is not set # CONFIG_MMU is not set CONFIG_ARCH_STM32=y CONFIG_CPU_V7M_NUM_IRQ=240 CONFIG_SET_MEM_PARAM=y CONFIG_DRAM_BASE=0x90000000 -CONFIG_FLASH_MEM_BASE=0x08000000 -CONFIG_FLASH_SIZE=0x00200000 # CONFIG_ATAGS is not set CONFIG_XIP_KERNEL=y CONFIG_XIP_PHYS_ADDR=0x08008000 @@ -74,10 +71,7 @@ CONFIG_NLS=y CONFIG_CRC_ITU_T=y CONFIG_CRC7=y CONFIG_PRINTK_TIME=y -# CONFIG_ENABLE_MUST_CHECK is not set # CONFIG_DEBUG_BUGVERBOSE is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_MAGIC_SYSRQ=y # CONFIG_SLUB_DEBUG is not set -# CONFIG_SCHED_DEBUG is not set -CONFIG_CRYPTO=y From patchwork Thu Dec 19 17:29:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915426 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F0C17E77184 for ; Thu, 19 Dec 2024 17:36:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OhEhazfQaoKwlcX8v7ah8N4anF3ZrMyyBYixA4XGpv0=; b=Q1c2OgqCMrXKl2ZBXFDzWeUPZr jpygj8KtGa4INYfMDNlPTibbeR38seIh8rZQSBQTF0PPUQMNDNjSmD2IcyO9jxwOfV/AsTKSzmMLi VyFAXoXFO8Ka5F4BnsPta6jpLXmnGnvkh54OuOgkE8IiUWkTmDg39GtPDKIGpcEehkXOGLUQLHyLL kw19GZ63x0Ded1qIvCgSAyizHLhiu3U7iCarknb8zkZurZqRCBipXzy9WKy256XNkzIySpHk54E8q 6hxxQ4hCeJsRaZ2uCekOnjxR9t7dAbqZHo9p0Wud7WsRxGRBjZr76JStnr4LTrrwEtikr3Tn7AMqx eUeAPlbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKRK-00000002aBW-0GLi; Thu, 19 Dec 2024 17:35:58 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKNw-00000002ZWe-2mcA for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:30 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJFYH5o028786; Thu, 19 Dec 2024 18:32:12 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= OhEhazfQaoKwlcX8v7ah8N4anF3ZrMyyBYixA4XGpv0=; b=1BU14NCkJf0oYjh+ HV6wyoZhOVyXHUQU82ugYhGFhZ8+SuhH80jdRRvKJPm2BMy1l+AcduezT1xfBSRa LaH63IbZTUAykj+5FNF3bVjzB+QSXSQZre67RY4ejfBO/nPtPm5vqPLyK9UMsJo+ VgJQRsEmw1LYtBmG+BKp4MC14mPRdZ8Jkxshpni9mADwqvmkdcXCF7Fq1gXOHfxM /d4Cn0aAPyyBS/5qztitlKEm+6w4lDscjaqPsc1ja+6q4/SWyz6eoEnW07Cx8Ql0 3p0X7x/1CZKOoGfq3bjnCXqVP5H7g1AbvbT4FFMG5CfbUrClhtU3DjkU6VgDlInB M9jCtg== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mp8b8dmm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:12 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 5204D40051; Thu, 19 Dec 2024 18:31:06 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C17D6285EB2; Thu, 19 Dec 2024 18:29:58 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:29:58 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 2/7] ARM: configs: stm32: Disable CONFIG_COMMON_CLK_STM32MP in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:29 +0100 Message-ID: <20241219172934.3010875-3-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093229_223513_CA844BBC X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard As stm32_defconfig is dedicated to STM32 MCUs, disable CONFIG_COMMON_CLK_STM32MP flag which is only used by STM32 MPUs. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index d62a0c0b7ce5..9262be1e7cf6 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -60,6 +60,7 @@ CONFIG_DMADEVICES=y CONFIG_STM32_DMA=y CONFIG_STM32_DMAMUX=y CONFIG_STM32_MDMA=y +# CONFIG_COMMON_CLK_STM32MP is not set CONFIG_IIO=y CONFIG_STM32_ADC_CORE=y CONFIG_STM32_ADC=y From patchwork Thu Dec 19 17:29:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915427 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A253CE7718A for ; Thu, 19 Dec 2024 17:37:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vAuTIpCD0seUO/ENQX97K+9fPQcdAn1olFahh3fl33g=; b=1g+MEWZy+5/T1JlKIo/O5PD5kI koEuqoEdVyHDWWpVVmQ0DYU5/kpZT3yG3ZFazdqqjexrQqpsPoFp8tC6+Et6saBVz88FEHKv9317Y zS6Vrpq1YxKUvKqMk4VBidKtdaA+xd4knexQvmo2gNQZpi70j/9bYVdzuyljeMCHANJOc5x9ioY1S R/mT6LW/oveOKpzmz4+jnru9gW4qbxH0BiZKJIKdegTE+ESCoKduAqb1Q1aUHXNArwkAehQt0sW95 7KeDyqSrgfgt1gnyBuesulolOFt0dA43FfcFQsRlviNM1krbtRC2zzvIsBylpTmcfi7gd2Ck9nCC7 vM9jfRrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKSQ-00000002aMr-2y2f; Thu, 19 Dec 2024 17:37:06 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKNy-00000002ZWx-1PSO for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:31 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJDOfdI020452; Thu, 19 Dec 2024 18:32:13 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= vAuTIpCD0seUO/ENQX97K+9fPQcdAn1olFahh3fl33g=; b=uqDkYC7pRfsCns8A eaMEttDFljfvNgPY3lOR5bPXHFw+SgNDPJYWtmTjitwSZUcFL4v/KYxU+4ZSEBti cVMEc7gNdkZR3cjvFk7FRQjepqZxnV/uRzwsxRvAvTQGTSVealNEFxHf4fBlegyu yYeh93/AnZIXPpAlA3QAFtk22npXltrpIiVb/xc2a/rHHoN2O4WMeG08q3+HB+0B GOuv/t+QoF9xB60wPan1Qjd6TReXl/c6UvaTAaFDy046k39DhuNFzY/6G30mO7UU 7DC2lKOFCidZzTwDwe/RBedPYRLk+mNjprF9G+YWwj7yl3ZaUKkJloTHidJ6PyvS 5+KT7w== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mmbmrxhb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:13 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 51FD74004F; Thu, 19 Dec 2024 18:31:06 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 8103B28810B; Thu, 19 Dec 2024 18:29:59 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:29:59 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 3/7] ARM: configs: stm32: Disable CONFIG_SUSPEND in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:30 +0100 Message-ID: <20241219172934.3010875-4-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093230_666298_6763A02A X-CRM114-Status: GOOD ( 11.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Disable CONFIG_SUSPEND in stm32_defconfig as there is no power management on these platforms. It will reduce the kernel image size for these platform which embeds a low amount of memory. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 9262be1e7cf6..0fc411e7d87c 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -20,6 +20,7 @@ CONFIG_DRAM_BASE=0x90000000 # CONFIG_ATAGS is not set CONFIG_XIP_KERNEL=y CONFIG_XIP_PHYS_ADDR=0x08008000 +# CONFIG_SUSPEND is not set CONFIG_BINFMT_FLAT=y # CONFIG_COREDUMP is not set # CONFIG_VM_EVENT_COUNTERS is not set From patchwork Thu Dec 19 17:29:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915455 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7F422E77184 for ; Thu, 19 Dec 2024 17:40:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XP8tGry8QPhC+d2CSlQqWf2Cwz8m/rsIKfC4H6XstXY=; b=kceNgqoBarSFNrb3A/Q2/pnG9C BOBBuqb1TmaVoJ9AcbbLaspZSnkq6ma5CSkgNAWMWFpO2q6lRWq2w2+26fMrroYPGA+gKoWu+40Rp f7nMGAv+JKBRAMVNwtLwMaQkJf/RKrXsGGQvy/VgIdhRmtSIGAszQsltNENum27VWYBP94739hhFK NEPAkU+m8bHWNGNlH22VGYK0pWqZaKhlp+SbabWcj/P8hHn07u0TxLOW0vyJ+1fBKN7uT6yfjpojs Q7cJbfzMs2sxnQNYazeGIfTQK0eUZl6aUlhn26Z+5Wk4T4MRybr8WQtgIBaWOVIYvjg76I3OsRZvi pL1wZzew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKVj-00000002b2A-2cLo; Thu, 19 Dec 2024 17:40:31 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKO9-00000002ZaS-1Xmg for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:42 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJFYBXY028696; Thu, 19 Dec 2024 18:32:32 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= XP8tGry8QPhC+d2CSlQqWf2Cwz8m/rsIKfC4H6XstXY=; b=WcayoApLWhXG7+z1 vS6+avtmgpT9mhJA+S5pd2Q1066j7T69GwoAx6Lv9YzHD8rOF0jE4m5DfaFUr23l CdVfHpTV3cEnnAdMDPubzRhYtTjAIu0bMW4OeDtvgCdMJcavd162zczyt8iApDNE biRi3kN2GxiCDS+iN4xUD739JkrStnNSnzSgQj/2saV5zUfnBfzECMObYoQpDQCW 33IIR5SnPvY/ZN0VMGQewozP+Fg4SDnXxAftagyDj/A9TRgJp/MeXShSV+Ga9U4n iqMqZ6Lx+jdSrjX/h9iko9lMDzyIi/YNylj5lJmBu4CUEie5v9/MxuZowBI6Y2lr VqROeg== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mp8b8dns-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:32 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 520BD40052; Thu, 19 Dec 2024 18:31:06 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3F860288B47; Thu, 19 Dec 2024 18:30:00 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:29:59 +0100 From: To: Arnd Bergmann , Olof Johansson , "Alexandre Torgue" , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard , Patrice Chotard Subject: [PATCH 4/7] ARM: configs: stm32: Disable CONFIG_ADVISE_SYSCALLS in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:31 +0100 Message-ID: <20241219172934.3010875-5-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093241_707884_BEAAA631 X-CRM114-Status: GOOD ( 11.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Disable CONFIG_ADVISE_SYSCALLS in stm32_defconfig. It will reduce the kernel image size for these platform which embeds a low amount of memory. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 0fc411e7d87c..20fa929e2f9b 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -12,6 +12,7 @@ CONFIG_BASE_SMALL=y # CONFIG_SIGNALFD is not set # CONFIG_EVENTFD is not set # CONFIG_AIO is not set +# CONFIG_ADVISE_SYSCALLS is not set # CONFIG_MMU is not set CONFIG_ARCH_STM32=y CONFIG_CPU_V7M_NUM_IRQ=240 From patchwork Thu Dec 19 17:29:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915454 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E70E3E7718B for ; Thu, 19 Dec 2024 17:39:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7J+xS/H3snVoj+wbOe5GrKPaIpTRTEgtYy2lupU7XmU=; b=Fw8wo9FBiAC9fB53hwQJ6FdoT2 pW+jFCiCdQsbqT3pBlB1BNRJk+/D2Adzlu8I8D3XMZi+im8YnfcizyxoQgNVi1FXyN4lFOpgEs4+a ItbV0R/sQw7cPzptkS/jos73RwbDhoneZbiF9Wtwj3DPzttFpCv370fgjte8I/gx4WXP8d9E4BLkq muVsHr3skcWOY032+ajXTT/a7Z+jAc7vaQxVQkUbXdKKANr/btBXGbua+LkcD5dQLM7F/mKAsIOnV mZtKZw8Yy/hcjfKMZJlyX59pC7zyTjf1KYpZJXMf3Ljt9sDZUUeE91/wcPTEMMJsbMeKzIl2xk/FB R3XI4xBA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKUc-00000002amY-3oWf; Thu, 19 Dec 2024 17:39:22 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKO9-00000002ZaR-0KIN for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:42 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJChvu1011954; Thu, 19 Dec 2024 18:32:32 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= 7J+xS/H3snVoj+wbOe5GrKPaIpTRTEgtYy2lupU7XmU=; b=FJbqamI+5rNBYjEK U8XxfYt8/nd/Q+GsAjeMxaoMcPqf5MFK01BPEUQWN6WAZSghMNh5FmqIy3LZg7wu INNHQs2TCkwrV0MuDRaCyzQWDTyF3KhgeCjm76AAg3m1OMbVgKHO3t3JlKYIQvFI WYu/26nYLDpJpjUbOSQk4+QDqpIdx4NsltVI9B8ac867UY7QNm+dLefg90I2Gtmy Tv4k9Q9GyAZLERTbG1wb//xJhbNEV3sUOm3FiLphfBXiPtBpDFNnmXyShZ3UoTRJ uThtdE3J7/tbs6e3h2HC/Bad0nnu/HCKihuSY+A6g5O8o6m2FYoNXSAQFeFApAEO muHY8A== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mhad9vj1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:32 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 52CFE40058; Thu, 19 Dec 2024 18:31:07 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id EB8F2288B69; Thu, 19 Dec 2024 18:30:00 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:30:00 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 5/7] ARM: configs: stm32: Disable CONFIG_IO_URING in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:32 +0100 Message-ID: <20241219172934.3010875-6-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093241_414158_1DD95BB5 X-CRM114-Status: GOOD ( 11.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Disable CONFIG_IO_URING in stm32_defconfig. It will reduce the kernel image size for these platform which embeds a low amount of memory. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 20fa929e2f9b..3a9bffa06d6d 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -12,6 +12,7 @@ CONFIG_BASE_SMALL=y # CONFIG_SIGNALFD is not set # CONFIG_EVENTFD is not set # CONFIG_AIO is not set +# CONFIG_IO_URING is not set # CONFIG_ADVISE_SYSCALLS is not set # CONFIG_MMU is not set CONFIG_ARCH_STM32=y From patchwork Thu Dec 19 17:29:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915428 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 39405E77184 for ; Thu, 19 Dec 2024 17:38:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WfpnuvhkdV27EF8ACM+cMUliGcJ2wUXz9Zs6Okg9Dgk=; b=2sJ64qeuA49iVgbh+EPVPzeyn0 U1DHGDc/U1hkNLPp7zngj5ePDJnhALKdeTYNWMevdjRoVxHuUeHIhvACAKK/19XeVDYyn5N2Gf+V3 qKWR91YPVol5p7AsfSZUPQoupJn9b2SsG1eZXYWxEVO+GSrmtuoHXyrrMTh2aXl8LlB5cZJMmgIlU EFR269PxagnSctpuzUtdJg/3Qs6aeS4dy1YCYkcGpsfGU9XnhWqI1n9v6sEj1YJERzq4B+PFoQ3VC i7xCp+E91NGm7HbkAMrqjlv7yT31niBKqgU6lJXqsDSnpbw570DtGLxd10FBa3UJYnPTNBHOkayiw Ecqo1Yog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKTX-00000002aZy-1Equ; Thu, 19 Dec 2024 17:38:15 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKNy-00000002ZWv-1uyg for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:31 +0000 Received: from pps.filterd (m0369457.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJD5749023576; Thu, 19 Dec 2024 18:32:13 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= WfpnuvhkdV27EF8ACM+cMUliGcJ2wUXz9Zs6Okg9Dgk=; b=R2V0jCM3onzf/B9A V2aoxppNG3l1w7yK2S2PY5Jbp6ZrDB6NFKaOu6L5W+JHoAuFyIyyLOEuMziM2GjP aOabyYay/lAS7fPyA3bvTlJi2v7y1hfaBRucEIi30MlbLqu8aNo0rrO6Z1ejiEGh WlfNq1GIpFVVX6Je7i1Otf/qexyqpNUxppkyn1Io0wLZuXd4wY4x60mPfLQdryoI /KiQJqT9Q9wIzqGHH7CliGvsf56swD9J/hsLxP05YtHp/0ckMzw9JydxENquukG/ dhp1p3da0NO6v68SAgr0B3/5ZrsGBUy9TaNmiS3ZqLofUBMLuN0i+XSADOY7s+HU 9svrAA== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mm2g9176-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:13 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id DC5134004A; Thu, 19 Dec 2024 18:30:59 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id A90672898CD; Thu, 19 Dec 2024 18:30:01 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:30:01 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 6/7] ARM: configs: stm32: Disable CONFIG_POSIX_TIMERS in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:33 +0100 Message-ID: <20241219172934.3010875-7-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093230_793262_93E66164 X-CRM114-Status: GOOD ( 11.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Disable CONFIG_POSIX_TIMERS in stm32_defconfig. It will reduce the kernel image size for these platform which embeds a low amount of memory. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 3a9bffa06d6d..dbe36a59a796 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -6,6 +6,7 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_EXPERT=y # CONFIG_UID16 is not set +# CONFIG_POSIX_TIMERS is not set CONFIG_BASE_SMALL=y # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set From patchwork Thu Dec 19 17:29:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13915425 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D68A3E7718B for ; Thu, 19 Dec 2024 17:35:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=21yH8kTxTXiJepnMXWLHpDX0nuBVoMNIWb6N5q4g6wg=; b=W4LDOwhhRrEJP1znkYKHLxO6kI VaGJ7UsqePbzx1GFmwfuukwJ3QGzl5CvpmgOnikzf5qOI627dX5We6oYVcnSHhK1CXPPZieQ/0c5/ QpUV62lhlHmyUtznuOoXyhIvLCSa4kNK88yztWB7YREfBU/DGzp91DhwFm7WieC1Ow9KltY3WLbzs lwzoY9YKb9VYovwiTh9gCyeNsOVrl7miaYJYAgXkQT/8C8Tf4aMFX/pWsWMlBi9QZ14G6PoSF8dtq eLDXOe6PfWQoKXC3yJLXPp7PPAtaWlpmhGgH+vrOd44FaSoAPciY/gkyGmGCKJ8y2Z7LUb39H6+Iu Is0ctRlg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tOKQD-00000002Zwz-1wLC; Thu, 19 Dec 2024 17:34:49 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tOKNw-00000002ZWg-37NE for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2024 17:32:30 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJCiDYn013947; Thu, 19 Dec 2024 18:32:12 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= 21yH8kTxTXiJepnMXWLHpDX0nuBVoMNIWb6N5q4g6wg=; b=WpTm82swAWXYvkTS im+8apQBplwJRX4IStRWD8meJdWEmZYF/7P8sUY03YtPZJAw+rIlABGLueSWmT2d oSMCPDTXgppeLmhP82bLpRj6d8lWKCXfLybxtP713Oo2KnnQ4LbFK7kerF+JuEVN SwdXanN14fvzHJ3B3wvKQRgiw7Ln3x4iCrMj1Og+vZInxcr0WiYz4PwWkeadSSfz RMDJ6GHOUf41QP3KwjMyFqOiTwaERfOjixEFej/pwaP+HOEKDoij17/6AWKpMtTr GkxaOwiCe/0TWS3fwolmqpBO+Csi9nlcRshjXRZkoUGgZkrG6j64XfxndmWHsX4k HQ73QA== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 43mhad9vgx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 18:32:12 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 5232140057; Thu, 19 Dec 2024 18:31:06 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 645DD2839E5; Thu, 19 Dec 2024 18:30:02 +0100 (CET) Received: from localhost (10.48.87.62) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 19 Dec 2024 18:30:02 +0100 From: To: Arnd Bergmann , Olof Johansson , Alexandre Torgue , Russell King , Maxime Coquelin , Petr Mladek , Yoann Congal CC: , , , , Patrice Chotard Subject: [PATCH 7/7] ARM: configs: stm32: Disable CONFIG_GCC_PLUGINS in STM32 defconfig Date: Thu, 19 Dec 2024 18:29:34 +0100 Message-ID: <20241219172934.3010875-8-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241219172934.3010875-1-patrice.chotard@foss.st.com> References: <20241219172934.3010875-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.62] X-ClientProxiedBy: SAFCAS1NODE2.st.com (10.75.90.13) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241219_093229_224348_7E12594F X-CRM114-Status: GOOD ( 10.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Patrice Chotard Disable CONFIG_GCC_PLUGINS in stm32_defconfig. It will reduce the kernel image size for these platform which embeds a low amount of memory. Signed-off-by: Patrice Chotard --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index dbe36a59a796..77048b5e1ec4 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -24,6 +24,7 @@ CONFIG_DRAM_BASE=0x90000000 CONFIG_XIP_KERNEL=y CONFIG_XIP_PHYS_ADDR=0x08008000 # CONFIG_SUSPEND is not set +# CONFIG_GCC_PLUGINS is not set CONFIG_BINFMT_FLAT=y # CONFIG_COREDUMP is not set # CONFIG_VM_EVENT_COUNTERS is not set