Bug#869488: flash-kernel: Patch for Raspberry Pi 3 support

2017-07-23 Thread Vagrant Cascadian
Control: tags 869488 pending

On 2017-07-23, James Valleroy wrote:
> On 07/23/2017 01:23 PM, Vagrant Cascadian wrote:
>> On 2017-07-23, James Valleroy wrote:
>>> Please consider the attached patch which adds support for Raspberry Pi
>>> 3 Model B.
...
>> I think the .dtb you want is bcm2837-rpi-3-b.dtb.
>
> Oops, yeah. That is the dtb I tested with, but I forgot to update the
> patch. Corrected one is attached.

Applied to git, thanks!

live well,
  vagrant

> From 7e75202ec71b024983b154e361f8b4d16dc0ebf5 Mon Sep 17 00:00:00 2001
> From: James Valleroy 
> Date: Sat, 22 Jul 2017 19:36:43 -0400
> Subject: [PATCH] Add a machine db entry for the Raspberry Pi 3 Model B.
>
> ---
>  db/all.db | 7 +++
>  1 file changed, 7 insertions(+)
>
> diff --git a/db/all.db b/db/all.db
> index 5327882..3347506 100644
> --- a/db/all.db
> +++ b/db/all.db
> @@ -1312,6 +1312,13 @@ U-Boot-Script-Name: bootscr.uboot-generic
>  Required-Packages: u-boot-tools
>  Boot-Script-Path: /boot/boot.scr
>  
> +Machine: Raspberry Pi 3 Model B
> +Kernel-Flavors: arm64
> +DTB-Id: bcm2837-rpi-3-b.dtb
> +U-Boot-Script-Name: bootscr.uboot-generic
> +Required-Packages: u-boot-tools
> +Boot-Script-Path: /boot/boot.scr
> +
>  Machine: Seagate FreeAgent Dockstar
>  Machine: Seagate FreeAgent DockStar
>  Kernel-Flavors: kirkwood marvell
> -- 
> 2.11.0


signature.asc
Description: PGP signature


Bug#869488: flash-kernel: Patch for Raspberry Pi 3 support

2017-07-23 Thread James Valleroy
On 07/23/2017 01:23 PM, Vagrant Cascadian wrote:
> On 2017-07-23, James Valleroy wrote:
>> Please consider the attached patch which adds support for Raspberry Pi
>> 3 Model B.
> ...
>> +Machine: Raspberry Pi 3 Model B
>> +Kernel-Flavors: arm64
>> +DTB-Id: bcm2836-rpi-3-b.dtb
>> +U-Boot-Script-Name: bootscr.uboot-generic
>> +Required-Packages: u-boot-tools
>> +Boot-Script-Path: /boot/boot.scr
> 
> I think the .dtb you want is bcm2837-rpi-3-b.dtb.

Oops, yeah. That is the dtb I tested with, but I forgot to update the
patch. Corrected one is attached.
From 7e75202ec71b024983b154e361f8b4d16dc0ebf5 Mon Sep 17 00:00:00 2001
From: James Valleroy 
Date: Sat, 22 Jul 2017 19:36:43 -0400
Subject: [PATCH] Add a machine db entry for the Raspberry Pi 3 Model B.

---
 db/all.db | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/db/all.db b/db/all.db
index 5327882..3347506 100644
--- a/db/all.db
+++ b/db/all.db
@@ -1312,6 +1312,13 @@ U-Boot-Script-Name: bootscr.uboot-generic
 Required-Packages: u-boot-tools
 Boot-Script-Path: /boot/boot.scr
 
+Machine: Raspberry Pi 3 Model B
+Kernel-Flavors: arm64
+DTB-Id: bcm2837-rpi-3-b.dtb
+U-Boot-Script-Name: bootscr.uboot-generic
+Required-Packages: u-boot-tools
+Boot-Script-Path: /boot/boot.scr
+
 Machine: Seagate FreeAgent Dockstar
 Machine: Seagate FreeAgent DockStar
 Kernel-Flavors: kirkwood marvell
-- 
2.11.0



signature.asc
Description: OpenPGP digital signature


Bug#869488: flash-kernel: Patch for Raspberry Pi 3 support

2017-07-23 Thread Vagrant Cascadian
On 2017-07-23, James Valleroy wrote:
> Please consider the attached patch which adds support for Raspberry Pi
> 3 Model B.
...
> +Machine: Raspberry Pi 3 Model B
> +Kernel-Flavors: arm64
> +DTB-Id: bcm2836-rpi-3-b.dtb
> +U-Boot-Script-Name: bootscr.uboot-generic
> +Required-Packages: u-boot-tools
> +Boot-Script-Path: /boot/boot.scr

I think the .dtb you want is bcm2837-rpi-3-b.dtb.

Otherwise, looks good to me.


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#869488: flash-kernel: Patch for Raspberry Pi 3 support

2017-07-23 Thread James Valleroy
Package: flash-kernel
Severity: wishlist
Tags: patch

Dear Maintainer,

Please consider the attached patch which adds support for Raspberry Pi
3 Model B.

I haven't been able to build a bootable image yet, but I have tested
running flash-kernel with this entry added in a vmdebootstrap
customize script.
>From 78064bb4ff0b78bed7aefca489f6c6ee8d3bf42b Mon Sep 17 00:00:00 2001
From: James Valleroy 
Date: Sat, 22 Jul 2017 19:36:43 -0400
Subject: [PATCH] Add a machine db entry for the Raspberry Pi 3 Model B.

---
 db/all.db | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/db/all.db b/db/all.db
index 5327882..427daf5 100644
--- a/db/all.db
+++ b/db/all.db
@@ -1312,6 +1312,13 @@ U-Boot-Script-Name: bootscr.uboot-generic
 Required-Packages: u-boot-tools
 Boot-Script-Path: /boot/boot.scr
 
+Machine: Raspberry Pi 3 Model B
+Kernel-Flavors: arm64
+DTB-Id: bcm2836-rpi-3-b.dtb
+U-Boot-Script-Name: bootscr.uboot-generic
+Required-Packages: u-boot-tools
+Boot-Script-Path: /boot/boot.scr
+
 Machine: Seagate FreeAgent Dockstar
 Machine: Seagate FreeAgent DockStar
 Kernel-Flavors: kirkwood marvell
-- 
2.11.0