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.web11.50138.1606210923020707268 for ; Tue, 24 Nov 2020 01:42:03 -0800 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 79E84101E; Tue, 24 Nov 2020 01:42:01 -0800 (PST) Received: from [192.168.1.81] (unknown [10.37.8.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 70DAA3F71F; Tue, 24 Nov 2020 01:42:00 -0800 (PST) Subject: Re: [edk2-non-osi][PATCH v1 1/1] Platforms/RaspberryPi: Switch to colored logo To: Samer El-Haj-Mahmoud , devel@edk2.groups.io Cc: Leif Lindholm , Pete Batard , Andrei Warkentin References: <20201123192544.18074-1-Samer.El-Haj-Mahmoud@arm.com> From: "Ard Biesheuvel" Message-ID: <4b18b47a-bb93-9d36-8648-239d4e4e2443@arm.com> Date: Tue, 24 Nov 2020 10:41:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201123192544.18074-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 11/23/20 8:25 PM, Samer El-Haj-Mahmoud wrote: > Switch to the colored RPi logo, obtained from > https://www.raspberrypi.org/files/Raspberry_Pi_Logo.zip, > with permission from the RPi Foundation. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Pete Batard > Cc: Andrei Warkentin > Signed-off-by: Samer El-Haj-Mahmoud Reviewed-by: Ard Biesheuvel Pushed as ff6750947db3..3d1bb660664b Thanks, > --- > Platform/RaspberryPi/Drivers/LogoDxe/License.txt | 2 +- > Platform/RaspberryPi/Drivers/LogoDxe/Logo.bmp | Bin 185398 -> 185012 bytes > Platform/RaspberryPi/Drivers/LogoDxe/Logo.eps | Bin 250982 -> 1611682 bytes > 3 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/RaspberryPi/Drivers/LogoDxe/License.txt b/Platform/RaspberryPi/Drivers/LogoDxe/License.txt > index 9370146336be..24570735ee39 100644 > --- a/Platform/RaspberryPi/Drivers/LogoDxe/License.txt > +++ b/Platform/RaspberryPi/Drivers/LogoDxe/License.txt > @@ -3,7 +3,7 @@ The source code in this directory is licensed under the standard EDK2 terms. > On the other hand, the Raspberry Pi logo binary (.bmp, .eps) is subject to the > licensing terms and conditions put forward by the Raspberry Pi Foundation at: > - https://www.raspberrypi.org/trademark-rules/ > -- https://static.raspberrypi.org/files/Raspberry_Pi_Visual_Guidelines_2018.pdf > +- https://static.raspberrypi.org/files/Raspberry_Pi_Visual_Guidelines_2020.pdf > > While the logo was obtained and is being used with kind permission from the > Raspberry Pi Foundation, it needs to be noted that this project is not ...