From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id AB89CAC1371 for ; Wed, 18 Oct 2023 14:27:43 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/WPlkvW/F3mjDGm4+zoB5YE7o1GnCoRgrnMYIOqOWcA=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:References:From:Organization:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1697639262; v=1; b=AEeF0ipS8QyulHY5oiDdraWn/KYRhkvhhSu7u8trAsvURk09pztwYF4DVV9k28znjqA9MyjG YD0HMq2L24VR8Yh2VBR5geukGgnCIWnvwYmkRTrgAcpZhRNjTpf+EAlsj7EeOIHdAFjepTJ7eaV tdDTp32beLdwLNhn+zKCXRSI= X-Received: by 127.0.0.2 with SMTP id iqT2YY7687511xzO9aavUoLj; Wed, 18 Oct 2023 07:27:42 -0700 X-Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web11.282545.1697639261395201950 for ; Wed, 18 Oct 2023 07:27:41 -0700 X-Received: by mail-ej1-f52.google.com with SMTP id a640c23a62f3a-9ada2e6e75fso1190679366b.2 for ; Wed, 18 Oct 2023 07:27:41 -0700 (PDT) X-Gm-Message-State: ePPewzfOZtiajYgPJ00My7Qvx7686176AA= X-Google-Smtp-Source: AGHT+IENay+Yk2qg8PJ6oayTdWcYLQYO/EDS7cwUZ+0Gxd9/gxDJHvJGYkRW/9okIjt9RxN7pJtZxg== X-Received: by 2002:a17:906:b013:b0:9c7:187a:c60f with SMTP id v19-20020a170906b01300b009c7187ac60fmr1790190ejy.38.1697639259809; Wed, 18 Oct 2023 07:27:39 -0700 (PDT) X-Received: from [192.168.200.206] (83.11.27.172.ipv4.supernova.orange.pl. [83.11.27.172]) by smtp.gmail.com with ESMTPSA id t8-20020a1709064f0800b009adc81bb544sm1776707eju.106.2023.10.18.07.27.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 Oct 2023 07:27:39 -0700 (PDT) Message-ID: Date: Wed, 18 Oct 2023 16:27:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms v4 4/4] SbsaQemu: disable XHCI in DSDT if not present To: Laszlo Ersek , devel@edk2.groups.io References: <20231018-ehci-xhci-fix-v4-0-aa53138997a5@linaro.org> <20231018-ehci-xhci-fix-v4-4-aa53138997a5@linaro.org> <75b23ede-8f50-4d44-a786-fb04cd4abd00@os.amperecomputing.com> <2d881cf4-d12b-4ddb-8a5c-deb5f070c1cc@linaro.org> <8267a6da-307a-ffc6-5ad4-250245b18a28@redhat.com> From: "Marcin Juszkiewicz" Organization: Linaro In-Reply-To: <8267a6da-307a-ffc6-5ad4-250245b18a28@redhat.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Language: pl-PL, en-GB, en-HK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=AEeF0ipS; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io W dniu 18.10.2023 o 15:36, Laszlo Ersek pisze: >> EDK2 expects some random version of uncrustify. >> >> It is not part of BaseTools so I use upstream version. And it looks like >> they format in different way using the same config file. > Project URL (to clone and build): > > https://projectmu@dev.azure.com/projectmu/Uncrustify/_git/Uncrustify > > Command line options to pass to the binary: > > -c ${EDK2_ROOT}/.pytool/Plugin/UncrustifyCheck/uncrustify.cfg \ > --replace \ > --no-backup \ > --if-changed \ > > You can specify the pathnames to reformat as operands, or you can > additionally pass the "-F -" option, and then the pathnames will be read > from stdin. > > Make sure you have committed or at least staged your changes, before > running this command, because these options will update the files in-place. > > The only really important option is of course the "-c" one. Thanks! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109755): https://edk2.groups.io/g/devel/message/109755 Mute This Topic: https://groups.io/mt/102035954/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-