[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#802578: marked as done (flash-kernel: Add/Update machine db for a few Buffalo Linkstation systems newly supported since Linux 4.3)



Your message dated Tue, 27 Oct 2015 06:19:26 +0000
with message-id <E1ZqxbS-00070d-1j@franck.debian.org>
and subject line Bug#802578: fixed in flash-kernel 3.47
has caused the Debian Bug report #802578,
regarding flash-kernel: Add/Update machine db for a few Buffalo Linkstation systems newly supported since Linux 4.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
802578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802578
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: flash-kernel
Version: 3.46
Severity: normal
Tags: d-i patch

Dear Maintainer,

I'm happy to let flash-kernel to support a few Buffalo Linkstation systems, 
which newly supported by upstream Linux 4.3.
I've confirmed those DTB are already ready for linux-image 4.3~rc5-1~exp1
in experimental deb repo.
Hope you can merge my patch soon. Thank you!

Cheers,
Roger
>From 368d065b975a51f2c4e3e3a84e593f16945fca30 Mon Sep 17 00:00:00 2001
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Wed, 21 Oct 2015 19:43:07 +0900
Subject: [PATCH 2/2] Add/Update machine db entries for a few Buffalo
 Linkstation systems

Devices listed below are getting DT supported since Linux 4.3:
  - orion5x: LS-WTGL
  - kirkwood: LS-WVL/VL
  - kirkwood: LS-WXL/WSXL
Device listed below is converted to DT from traditional way since Linux 4.3:
  - orion5x: LS-WSGL

Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
 db/all.db        | 37 +++++++++++++++++++++++++++++++++++++
 debian/changelog |  8 ++++++++
 2 files changed, 45 insertions(+)

diff --git a/db/all.db b/db/all.db
index c4a1b1c..b3a489f 100644
--- a/db/all.db
+++ b/db/all.db
@@ -68,6 +68,39 @@ Boot-DTB-Path: /boot/dtb
 Required-Packages: u-boot-tools
 Bootloader-Sets-Incorrect-Root: yes
 
+Machine: Buffalo Linkstation LS-WTGL
+Kernel-Flavors: orion5x
+DTB-Id: orion5x-linkstation-lswtgl.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x00008000
+U-Boot-Initrd-Address: 0x0
+Boot-Kernel-Path: /boot/uImage.buffalo
+Boot-Initrd-Path: /boot/initrd.buffalo
+Required-Packages: u-boot-tools
+Bootloader-Sets-Incorrect-Root: yes
+
+Machine: Buffalo Linkstation LS-WVL/VL
+Kernel-Flavors: kirkwood
+DTB-Id: kirkwood-lswvl.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x00008000
+U-Boot-Initrd-Address: 0x0
+Boot-Kernel-Path: /boot/uImage.buffalo
+Boot-Initrd-Path: /boot/initrd.buffalo
+Required-Packages: u-boot-tools
+Bootloader-Sets-Incorrect-Root: yes
+
+Machine: Buffalo Linkstation LS-WXL/WSXL
+Kernel-Flavors: kirkwood
+DTB-Id: kirkwood-lswxl.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x00008000
+U-Boot-Initrd-Address: 0x0
+Boot-Kernel-Path: /boot/uImage.buffalo
+Boot-Initrd-Path: /boot/initrd.buffalo
+Required-Packages: u-boot-tools
+Bootloader-Sets-Incorrect-Root: yes
+
 Machine: Buffalo Linkstation LS-XHL
 Kernel-Flavors: kirkwood
 DTB-Id: kirkwood-lsxhl.dtb
@@ -81,7 +114,11 @@ Required-Packages: u-boot-tools
 Bootloader-Sets-Incorrect-Root: yes
 
 Machine: Buffalo Linkstation Mini
+Machine: Buffalo Linkstation LS-WSGL
 Kernel-Flavors: orion5x
+DTB-Append-From: 4.3
+DTB-Id: orion5x-lswsgl.dtb
+DTB-Append: yes
 Machine-Id: 1858
 U-Boot-Kernel-Address: 0x00008000
 U-Boot-Initrd-Address: 0x0
diff --git a/debian/changelog b/debian/changelog
index 17f813e..f284b9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,14 @@ flash-kernel (3.47) UNRELEASED; urgency=medium
   [Roger Shimizu]
   * Re-order machine db entries for "Buffalo Linkstation" series
     - move up entry: Buffalo Linkstation LS-XHL
+  * Add machine db entries for a few Buffalo Linkstation systems
+    newly getting DT supported since Linux 4.3:
+    - orion5x: LS-WTGL
+    - kirkwood: LS-WVL/VL
+    - kirkwood: LS-WXL/WSXL
+  * Update machine db entries for Buffalo Linkstation system converting
+    to DT since Linux 4.3:
+    - orion5x: LS-WSGL
 
  -- Roger Shimizu <rogershimizu@gmail.com>  Wed, 21 Oct 2015 00:38:28 +0900
 
-- 
2.1.4

>From b26086b875867af2d7f633a52a627c0baa3cb9f4 Mon Sep 17 00:00:00 2001
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Wed, 21 Oct 2015 00:41:26 +0900
Subject: [PATCH 1/2] Re-order machine db entries for "Buffalo Linkstation"
 series

- move up entry: Buffalo Linkstation LS-XHL

Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
 db/all.db        | 24 ++++++++++++------------
 debian/changelog |  8 ++++++++
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/db/all.db b/db/all.db
index 7053f3e..c4a1b1c 100644
--- a/db/all.db
+++ b/db/all.db
@@ -68,6 +68,18 @@ Boot-DTB-Path: /boot/dtb
 Required-Packages: u-boot-tools
 Bootloader-Sets-Incorrect-Root: yes
 
+Machine: Buffalo Linkstation LS-XHL
+Kernel-Flavors: kirkwood
+DTB-Id: kirkwood-lsxhl.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x00008000
+U-Boot-Initrd-Address: 0x0
+Boot-Kernel-Path: /boot/uImage.buffalo
+Boot-Initrd-Path: /boot/initrd.buffalo
+Boot-DTB-Path: /boot/dtb
+Required-Packages: u-boot-tools
+Bootloader-Sets-Incorrect-Root: yes
+
 Machine: Buffalo Linkstation Mini
 Kernel-Flavors: orion5x
 Machine-Id: 1858
@@ -88,18 +100,6 @@ Boot-Initrd-Path: /boot/initrd.buffalo
 Required-Packages: u-boot-tools
 Bootloader-Sets-Incorrect-Root: yes
 
-Machine: Buffalo Linkstation LS-XHL
-Kernel-Flavors: kirkwood
-DTB-Id: kirkwood-lsxhl.dtb
-DTB-Append: yes
-U-Boot-Kernel-Address: 0x00008000
-U-Boot-Initrd-Address: 0x0
-Boot-Kernel-Path: /boot/uImage.buffalo
-Boot-Initrd-Path: /boot/initrd.buffalo
-Boot-DTB-Path: /boot/dtb
-Required-Packages: u-boot-tools
-Bootloader-Sets-Incorrect-Root: yes
-
 Machine: Buffalo/Revogear Kurobox Pro
 Kernel-Flavors: orion5x
 Machine-Id: 1509
diff --git a/debian/changelog b/debian/changelog
index c3bc5dd..17f813e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flash-kernel (3.47) UNRELEASED; urgency=medium
+
+  [Roger Shimizu]
+  * Re-order machine db entries for "Buffalo Linkstation" series
+    - move up entry: Buffalo Linkstation LS-XHL
+
+ -- Roger Shimizu <rogershimizu@gmail.com>  Wed, 21 Oct 2015 00:38:28 +0900
+
 flash-kernel (3.46) unstable; urgency=medium
 
   [ Karsten Merker ]
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: flash-kernel
Source-Version: 3.47

We believe that the bug you reported is fixed in the latest version of
flash-kernel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 802578@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubulle@debian.org> (supplier of updated flash-kernel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 27 Oct 2015 06:58:56 +0100
Source: flash-kernel
Binary: flash-kernel flash-kernel-installer
Architecture: source armel
Version: 3.47
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description:
 flash-kernel - utility to make certain embedded devices bootable
 flash-kernel-installer - Make the system bootable (udeb)
Closes: 802578
Changes:
 flash-kernel (3.47) unstable; urgency=medium
 .
   [ Roger Shimizu ]
   Various machine db updates for Buffalo Linkstation systems (Closes: #802578):
   * Re-order machine db entries for "Buffalo Linkstation" series
     - move up entry: Buffalo Linkstation LS-XHL
   * Add machine db entries for a few Buffalo Linkstation systems
     newly getting DT supported since Linux 4.3:
     - orion5x: LS-WTGL
     - kirkwood: LS-WVL/VL
     - kirkwood: LS-WXL/WSXL
   * Update machine db entries for Buffalo Linkstation system converting
     to DT since Linux 4.3:
     - orion5x: LS-WSGL
 .
   [ Karsten Merker ]
   * Add machine db entries for a number of sunxi-based systems:
     - Cubietech Cubieboard4
     - Ippo Q8H Quad Core Tablet (v1.2)
     - Iteaduino Plus A10
     - MSI Primo81 tablet
     - Olimex A20-Olimex-SOM-EVB
Checksums-Sha1:
 fd0a7f08803b21417205afa5ecfaf7c9cd8a902b 1853 flash-kernel_3.47.dsc
 193a4393936bc91edcfded8b19c10f9be9ca5c42 62796 flash-kernel_3.47.tar.xz
 9c56aa6055bc4571acb4a0162a68dd3d6b1c38c3 23564 flash-kernel-installer_3.47_armel.udeb
 61146da10a8d41a7e7e0d6a3ca31f959499ff8b3 38682 flash-kernel_3.47_armel.deb
Checksums-Sha256:
 e735ef07a236991fa3c2cb4edcae4a09fd7879102ec7e0ea784832807257ceaa 1853 flash-kernel_3.47.dsc
 7b2d1a0892be7a5c0403b6d180e7f438177e76d65df544ab96a9c33bd32ce2b5 62796 flash-kernel_3.47.tar.xz
 0eb06aa693bc6e992363d91f691b16ed6bcfe22b0c965e7ae73b5158d34c264e 23564 flash-kernel-installer_3.47_armel.udeb
 c8c63aa6df757e552f7980bad81d0309c961e13e01c6292e94dfd010f8e5aaa9 38682 flash-kernel_3.47_armel.deb
Files:
 7235a0292d5709e885e8512efe9c3030 1853 utils optional flash-kernel_3.47.dsc
 397cd8e9c3524a8238a1849a9ca0785a 62796 utils optional flash-kernel_3.47.tar.xz
 7e4c1e3e1e525c1b444ebd77e07b5064 23564 debian-installer standard flash-kernel-installer_3.47_armel.udeb
 85420019f88223b5432ce08a990f73c4 38682 utils optional flash-kernel_3.47_armel.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWLxQSAAoJEIcvcCxNbiWoNxQP/ArlmPjrL+W/XQbsIPOWM4zI
RbuKN5W9XgZrml6STnsWIxE9tb1JSPtI3ChaFvBP8xUQ9p+Tok5BRyZNHH3FhM3R
NQ9siCu1RJAOdTeomueStcLUIJnW/jS0UHUDLpZ/SEvYGuLqHuc4gyzT5HFfQvZY
N77Y7duIe9o4WaMTx23gMHuXw6raZ2SO/y+/n9RC27J7+fMHZDR//QulxJaoVQzJ
2V5TBiASIaEorbd+rtwmlTHYWYy0TF+DukZnBiI9HWFC+UmXrfbI40kHVwiCKRG1
AOQ8n8DxALWCfUN3ekAeQeDyU7tA03fb33Pzy/U5YSirpJWG8ciJjlGBCnJp1Oh8
uN5Hte3uczP4ZfZXorRQTePDxuRstL1zGtglyDKgPd5mNNJz/AKlgcsaWmrz71aQ
8Y0tXOcek1QYyQasbWgL/SvY1WrzqI0duhH36KW6z5ZktMGp1V3qfvIUAptJBz6x
oGcnJf6My/N1c5dd/0rQO9TnS3qem8bXKRvjYOQ1UnYPJ6jhziWpZMhXelvq6zNY
paaGFQkYpHBIMZOZvgDtJqbja2wcVDjGfwLH8/1SPXk+DoJ493QJfX3kV3NAaxC5
lvtLQEKn5Hn0BmSep7Ze520zMqEWnqIOJbsNTB1WOBrJ998qHaghTD18lYvi8ax3
oNu98MnuT9DEidQZlThE
=tOya
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: