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 A4340AC0F92 for ; Thu, 3 Aug 2023 13:45:45 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Dm87NI9mMPm1cjGKCJGyopUGluPG8TfGu1RG2vSGsqw=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1691070344; v=1; b=IuzUaUWzvh6QATgsdZDDcWw1kRoPCXeHfPjV0oHxELB0Mil3tnqwka4fKOwnSZLzB8+N3ETC 2j3TwdpzTa1YCzICZGxvDHAORvhHF388pAcDw53bDvVfwaUO5MihfdjzKkRiTs2B4wN6J3OspH3 Uojznu3Ek2rMB4GG/V7re3mI= X-Received: by 127.0.0.2 with SMTP id 4ksOYY7687511x3jJFJ0nT2c; Thu, 03 Aug 2023 06:45:44 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.15036.1691070343770459046 for ; Thu, 03 Aug 2023 06:45:43 -0700 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 363CF61DA6 for ; Thu, 3 Aug 2023 13:45:43 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E40EC433CB for ; Thu, 3 Aug 2023 13:45:42 +0000 (UTC) X-Received: by mail-lf1-f41.google.com with SMTP id 2adb3069b0e04-4fe3b86cec1so1693037e87.2 for ; Thu, 03 Aug 2023 06:45:42 -0700 (PDT) X-Gm-Message-State: WH0IIYAqyTUvEsHE8ryS1aHDx7686176AA= X-Google-Smtp-Source: APBJJlFUi2+nQERpUCHJRKZWu32A6n+Ip21rBxD4m+xHytU4lo7LarKfsdMXEt34yMG2/kAxnIel3THI1UFUsspcJZ4= X-Received: by 2002:a05:6512:33c8:b0:4fb:772a:af17 with SMTP id d8-20020a05651233c800b004fb772aaf17mr8509060lfg.37.1691070340635; Thu, 03 Aug 2023 06:45:40 -0700 (PDT) MIME-Version: 1.0 References: <20230718102226.1058606-1-marcin.juszkiewicz@linaro.org> In-Reply-To: <20230718102226.1058606-1-marcin.juszkiewicz@linaro.org> From: "Ard Biesheuvel" Date: Thu, 3 Aug 2023 15:45:29 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH edk2-platforms] SbsaQemu: fix typo To: devel@edk2.groups.io, marcin.juszkiewicz@linaro.org Cc: Leif Lindholm , Ard Biesheuvel , Masahisa Kojima 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=IuzUaUWz; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.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 On Tue, 18 Jul 2023 at 12:22, Marcin Juszkiewicz wrote: > > From: Masahisa Kojima > > Fix typo in Readme.md > > Signed-off-by: Masahisa Kojima > Signed-off-by: Marcin Juszkiewicz > --- > Platform/Qemu/SbsaQemu/Readme.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Pushed, thanks. > diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md > index cdee8b41507e..abee24df0e9d 100644 > --- a/Platform/Qemu/SbsaQemu/Readme.md > +++ b/Platform/Qemu/SbsaQemu/Readme.md > @@ -97,7 +97,7 @@ Create a directory $WORKSPACE that would hold source code of the components. > cd $WORKSPACE > build -b RELEASE -a AARCH64 -t GCC5 -p edk2-platforms/Platform/Qemu/SbsaQemu/SbsaQemu.dsc > ``` > - Copy SBSA_FLASH0.fd and SBSA_FLASH0.fd to top $WORKSPACE directory. > + Copy SBSA_FLASH0.fd and SBSA_FLASH1.fd to top $WORKSPACE directory. > Then extend the file size to match the machine flash size. > ``` > cp Build/SbsaQemu/RELEASE_GCC5/FV/SBSA_FLASH[01].fd . > -- > 2.41.0 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#107006): https://edk2.groups.io/g/devel/message/107006 > Mute This Topic: https://groups.io/mt/100212872/5717338 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ardb+tianocore@kernel.org] > ------------ > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107543): https://edk2.groups.io/g/devel/message/107543 Mute This Topic: https://groups.io/mt/100212872/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-