From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.2602.1592419491776388926 for ; Wed, 17 Jun 2020 11:44:51 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 68FA51045; Wed, 17 Jun 2020 11:44:51 -0700 (PDT) Received: from [192.168.1.69] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 89D6C3F71F; Wed, 17 Jun 2020 11:44:50 -0700 (PDT) Subject: Re: [edk2-platform][PATCH v1 0/2] Platforms/RaspberryPi: Add RPi settings to Readme To: Samer El-Haj-Mahmoud , devel@edk2.groups.io Cc: Leif Lindholm , Pete Batard , Andrei Warkentin References: <20200613134144.4610-1-Samer.El-Haj-Mahmoud@arm.com> From: "Ard Biesheuvel" Message-ID: <4985e59d-25b6-7e02-bf88-57165bf05264@arm.com> Date: Wed, 17 Jun 2020 20:44:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200613134144.4610-1-Samer.El-Haj-Mahmoud@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 6/13/20 3:41 PM, Samer El-Haj-Mahmoud wrote: > Add a section to the the RPi3/4 Readme for 'Configuration Settings', with > instructions on scripting from the UEFI Shell. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Pete Batard > Cc: Andrei Warkentin > Signed-off-by: Samer El-Haj-Mahmoud > > Samer El-Haj-Mahmoud (2): > Platforms/RaspberryPi: Add RPi4 settings to Readme > Platforms/RaspberryPi: Add RPi3 settings to Readme > > Platform/RaspberryPi/RPi3/Readme.md | 61 ++++++++++++++++ > Platform/RaspberryPi/RPi4/Readme.md | 74 +++++++++++++++++++- > 2 files changed, 134 insertions(+), 1 deletion(-) > Reviewed-by: Ard Biesheuvel Series pushed as 04c870e67d11..0f21db1139de Thanks,