From patchwork Thu Jun 25 13:23:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quirin Gylstorff X-Patchwork-Id: 11625349 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B4C7E14E3 for ; Thu, 25 Jun 2020 13:23:30 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8DE5220781 for ; Thu, 25 Jun 2020 13:23:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="XvvKa7Pf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8DE5220781 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+4821+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id 7w47YY4521763xBfFgtrLut3; Thu, 25 Jun 2020 06:23:30 -0700 X-Received: from lizzard.sbs.de (lizzard.sbs.de [194.138.37.39]) by mx.groups.io with SMTP id smtpd.web12.10373.1593091407281445266 for ; Thu, 25 Jun 2020 06:23:27 -0700 X-Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 05PDNP0N010530 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 25 Jun 2020 15:23:25 +0200 X-Received: from md2dvrtc.ad001.siemens.net ([167.87.6.122]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 05PDNPL4005095; Thu, 25 Jun 2020 15:23:25 +0200 From: "Quirin Gylstorff" To: cip-dev@lists.cip-project.org, Jan.Kiszka@siemens.com Cc: Quirin Gylstorff Subject: [cip-dev] [cip-kernel-config PATCH] ipc227e: Add missing options to mount fat Date: Thu, 25 Jun 2020 15:23:25 +0200 Message-Id: <20200625132325.16774-1-Quirin.Gylstorff@siemens.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: YUW0fRxBSCNZIDrxF91pxUbcx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1593091410; bh=IadYP8iiCWO2p1C2YUWTwFIulvV3b3t9ohr9az3ZNFk=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=XvvKa7PfBVmd6woTtMrt6y+MjvmsZDi8C8FRpAPW76Hb21tVsNrU1j4rkodc2CbySGG +JQs5Gx+2/EbsneI0u2YqxsxcPzjaBdDxi7clCrwNwj6Q5tc4inuXGPqIh1O5FEP0i1Uc 7Lp7Xatkg1LN9nyuaXx+1f8w/4GKVhC0vVc= From: Quirin Gylstorff To install a swupdate package into a system with a A/B partition scheme and EFI it is necessary to access a FAT partition. Signed-off-by: Quirin Gylstorff --- 4.19.y-cip/x86/siemens_ipc227e_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/4.19.y-cip/x86/siemens_ipc227e_defconfig b/4.19.y-cip/x86/siemens_ipc227e_defconfig index 0bbd649..273d20e 100644 --- a/4.19.y-cip/x86/siemens_ipc227e_defconfig +++ b/4.19.y-cip/x86/siemens_ipc227e_defconfig @@ -404,6 +404,10 @@ CONFIG_NFSD=y CONFIG_NFSD_V3_ACL=y CONFIG_NFSD_V4=y CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ASCII=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_UTF8=y CONFIG_PERSISTENT_KEYRINGS=y CONFIG_ENCRYPTED_KEYS=m CONFIG_SECURITY_DMESG_RESTRICT=y