Bug#958668: u-boot: Please consider enabling rpi4 support

2020-05-28 Thread Andreas Henriksson
Control: forwarded -1 https://salsa.debian.org/debian/u-boot/-/merge_requests/11

Hello,

I've updated the patch and sent it as a merge-request on salsa instead.
I listed both me and Lucas as contacts for the rpi_4 target.

Regards,
Andreas Henriksson



Bug#958668: u-boot: Please consider enabling rpi4 support

2020-04-28 Thread Lucas Nussbaum
Hi,

Yes, I can provide feedback when needed. Indeed, I have a local build of
u-boot with rpi4 support, but haven't yet taken the time to submit a patch.

Lucas

On 28/04/20 at 09:59 +0200, Andreas Henriksson wrote:
> Hello Vagrant and Lucas,
> 
> On Fri, Apr 24, 2020 at 04:21:01PM -0700, Vagrant Cascadian wrote:
> > On 2020-04-24, Andreas Henriksson wrote:
> > > Please consider building the rpi4 (32 and 64bit) version of u-boot
> > > for the u-boot-rpi package. Patch attached for your convenience (which
> > > was only build-tested for arm64 target so far).
> > 
> > If you or someone else can commit to testing updates semi-regularly:
> > 
> >   https://wiki.debian.org/U-boot/
> >   https://wiki.debian.org/U-boot/Status
> > 
> > Then list the person in the debian/targets files with name and contact
> > info in an updated patch.
> 
> I personally can't commit to it at this moment because I simply haven't
> got the hardware (yet).
> 
> It seems Lucas Nussbaum has already been working on building debian
> images[1][2] for rpi4, so maybe he can volunteer for now?
> It seems from comments he has already done exactly as the previously
> proposed patch and tested it.
> 
> (I also assume that any rpi will be common enough that once available
> bug reports will be coming if it breaks.)
> 
> Regards,
> Andreas Henriksson
> 
> 
> [1]: https://salsa.debian.org/raspi-team/image-specs/-/compare/master...rpi4
> [2]: https://wiki.debian.org/RaspberryPi4
> 



Bug#958668: u-boot: Please consider enabling rpi4 support

2020-04-28 Thread Andreas Henriksson
Hello Vagrant and Lucas,

On Fri, Apr 24, 2020 at 04:21:01PM -0700, Vagrant Cascadian wrote:
> On 2020-04-24, Andreas Henriksson wrote:
> > Please consider building the rpi4 (32 and 64bit) version of u-boot
> > for the u-boot-rpi package. Patch attached for your convenience (which
> > was only build-tested for arm64 target so far).
> 
> If you or someone else can commit to testing updates semi-regularly:
> 
>   https://wiki.debian.org/U-boot/
>   https://wiki.debian.org/U-boot/Status
> 
> Then list the person in the debian/targets files with name and contact
> info in an updated patch.

I personally can't commit to it at this moment because I simply haven't
got the hardware (yet).

It seems Lucas Nussbaum has already been working on building debian
images[1][2] for rpi4, so maybe he can volunteer for now?
It seems from comments he has already done exactly as the previously
proposed patch and tested it.

(I also assume that any rpi will be common enough that once available
bug reports will be coming if it breaks.)

Regards,
Andreas Henriksson


[1]: https://salsa.debian.org/raspi-team/image-specs/-/compare/master...rpi4
[2]: https://wiki.debian.org/RaspberryPi4



Bug#958668: u-boot: Please consider enabling rpi4 support

2020-04-24 Thread Vagrant Cascadian
On 2020-04-24, Andreas Henriksson wrote:
> Please consider building the rpi4 (32 and 64bit) version of u-boot
> for the u-boot-rpi package. Patch attached for your convenience (which
> was only build-tested for arm64 target so far).

If you or someone else can commit to testing updates semi-regularly:

  https://wiki.debian.org/U-boot/
  https://wiki.debian.org/U-boot/Status

Then list the person in the debian/targets files with name and contact
info in an updated patch.


live well,
  vagrant

> diff --git a/debian/targets b/debian/targets
> index b703fb3239..f83bb63685 100644
> --- a/debian/targets
> +++ b/debian/targets
> @@ -90,6 +90,8 @@ armhf   rpi rpi_2   u-boot.bin
>  # Ryan Finnie 
>  armhfrpi rpi_3_32b   u-boot.bin
>  
> +armhfrpi rpi_4_32b   u-boot.bin
> +
>  # Christian Kastner 
>  armhfsunxi   A10-OLinuXino-Lime  
> u-boot-sunxi-with-spl.bin
>  
> @@ -213,6 +215,8 @@ arm64  rockchiprock-pi-4-rk3399 
> /usr/lib/arm-trusted-firmware/rk3399/bl3
>  # Ryan Finnie 
>  arm64rpi rpi_3   u-boot.bin
>  
> +arm64rpi rpi_4   u-boot.bin
> +
>  # Rodrigo Exterckötter Tjäder 
>  arm64sunxi   a64-olinuxino   
> /usr/lib/arm-trusted-firmware/sun50i_a64/bl31.bin u-boot.bin 
> spl/sunxi-spl.bin u-boot-nodtb.bin arch/arm/dts/sun50i-a64-olinuxino.dtb 
> u-boot.itb
>  


signature.asc
Description: PGP signature


Bug#958668: u-boot: Please consider enabling rpi4 support

2020-04-24 Thread Andreas Henriksson
Source: u-boot
Version: 2020.04+dfsg-2
Severity: wishlist

Dear Maintainer,

Please consider building the rpi4 (32 and 64bit) version of u-boot
for the u-boot-rpi package. Patch attached for your convenience (which
was only build-tested for arm64 target so far).

Regards,
Andreas Henriksson
diff --git a/debian/targets b/debian/targets
index b703fb3239..f83bb63685 100644
--- a/debian/targets
+++ b/debian/targets
@@ -90,6 +90,8 @@ armhf	rpi		rpi_2		u-boot.bin
 # Ryan Finnie 
 armhf	rpi		rpi_3_32b	u-boot.bin
 
+armhf	rpi		rpi_4_32b	u-boot.bin
+
 # Christian Kastner 
 armhf	sunxi		A10-OLinuXino-Lime	u-boot-sunxi-with-spl.bin
 
@@ -213,6 +215,8 @@ arm64  rockchiprock-pi-4-rk3399 /usr/lib/arm-trusted-firmware/rk3399/bl3
 # Ryan Finnie 
 arm64	rpi		rpi_3		u-boot.bin
 
+arm64	rpi		rpi_4		u-boot.bin
+
 # Rodrigo Exterckötter Tjäder 
 arm64	sunxi		a64-olinuxino	/usr/lib/arm-trusted-firmware/sun50i_a64/bl31.bin u-boot.bin spl/sunxi-spl.bin u-boot-nodtb.bin arch/arm/dts/sun50i-a64-olinuxino.dtb u-boot.itb