From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web10.627.1571668605783254332 for ; Mon, 21 Oct 2019 07:36:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=rHwssHN0; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id r1so4485751wrs.9 for ; Mon, 21 Oct 2019 07:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=H3GOM0HcyolqeDcAbtmkeeKYH1DscaFyWoGUJc/1QUA=; b=rHwssHN0PHHbHYmnAbugL3VelObovcwrUWPwYEbUsTQoY+e2ktOrd0DkDZupFKrvxc 2EWRa7z31M/2FsPLv7zBauO3Tr+C8K6CsWE3vP1/oEGa7VI7fz28Z0uuxX4eEjAuhAGC MUJMNeT5ZGT33qr6kIOoqN5hYh26Fr+gw6bv2NlCPJoMYwbzPaPNG0JzxMfzH+n9yO6/ 8csGeGi10MbeNkt1S5Uet0NOkCCbeUlujLbjQbvENWwsAQQaCwsX6Vb1oQ+iWTMBZTFj nNNfDLeuzxZdeTzxrDaBknMTw6u01HTNRCHRn2czYoARBZy953dv0alRI2rRTSLBH5Ey N/pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=H3GOM0HcyolqeDcAbtmkeeKYH1DscaFyWoGUJc/1QUA=; b=FI71T5gM0nxC3/dTHPQDVs4IoY9Ii2c9AGi9T19sOezulDFOyYAN0J7mq7lGqsXz2i 4WrTXbVs9lZF00zwU6jv4uyM5LxXfVuX5GzpJXPLi3uL1ucmhIumXU70NzlFp5TRjuMP RMgTEZ6oYMZ2QhUl6wWG0/KM9QuJLVs84+R+aahqjI0nvS17PlMx7dBxgkzaGmht/DSQ YeXkXZo69wVfH4TWyh2efCEHJI95G3bm7HkqDzF3C9Wgs5YkHPAn6zreOqVsbpeRd9bi YD7klsKHzBKMuJH+pIW+6bEWuTJP6KRqeRfqQFGQYt4x3ly5mE236uFTW8jW09Kt0++U BT2w== X-Gm-Message-State: APjAAAVEnpig+6OIJ5gR7SeyU7XoGNBXXKYloaf82y4CRMZPn8jBKMn3 XQnIN7ys8ehcLtXc5qIg36levg== X-Google-Smtp-Source: APXvYqzr8K6gotckC3tjeqeuk++hQhiz4l9NAmPJfwbzwLjbXLGH/Sv6KkNjmcpY7JsE7j6GV2oYJA== X-Received: by 2002:a5d:614e:: with SMTP id y14mr2738496wrt.329.1571668604347; Mon, 21 Oct 2019 07:36:44 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id s13sm13757086wmc.28.2019.10.21.07.36.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Oct 2019 07:36:43 -0700 (PDT) Date: Mon, 21 Oct 2019 15:36:42 +0100 From: "Leif Lindholm" To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: devel@edk2.groups.io, pete@akeo.ie, ard.biesheuvel@linaro.org Subject: Re: [edk2-devel] [edk2-non-osi][PATCH 1/1] Platforms/RPi3: Restructure platform in preparation for Pi 4 Message-ID: <20191021143642.GD16820@bivouac.eciton.net> References: <20191021112533.7824-1-pete@akeo.ie> <5ba9db6f-77cf-bb97-f8a6-2bed43e7c0ea@redhat.com> MIME-Version: 1.0 In-Reply-To: <5ba9db6f-77cf-bb97-f8a6-2bed43e7c0ea@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Oct 21, 2019 at 03:09:58PM +0200, Philippe Mathieu-Daudé wrote: > On 10/21/19 1:25 PM, Pete Batard wrote: > > Similar to what is being done in edk2-platforms, elements of the Pi 3 > > platform that can be factorized for use with the Pi 4 are factorized. > > > > For non-OSI this only applies to the Logo driver, as the Device Tree > > and the Trusted Firmware are of course too platform specific to be > > factorized. > > > > Signed-off-by: Pete Batard > > --- > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/License.txt | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.bmp | Bin > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.c | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.eps | Bin > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.idf | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.inf | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/Logo.uni | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxe.inf | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxe.uni | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoDxeExtra.uni | 0 > > Platform/RaspberryPi/{RPi3 => }/Drivers/LogoDxe/LogoExtra.uni | 0 > > 11 files changed, 0 insertions(+), 0 deletions(-) > > > > Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Leif Lindholm Pushed as 243e55f622ea. / Leif