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

Bug#810828: flash-kernel: update kernel address for Linkstation LS-WTGL



Package: flash-kernel
Version: 3.52~bpo8+1
Severity: important
Tags: patch
X-Debbugs-Cc: tbm@cyrius.com, ijc@hellion.org.uk, rogershimizu@gmail.com

Dear Maintainer,

For Linkstation LS-WTGL boots fine with linux-image-4.3, but fails with
linux-image-4.4.
Here's the fix ported from QNAP TS-109 (Bug #809476), and it's been confirmed
to boot well on LS-WTGL.

patch 0001 is irreverent to this bug, but a minor fix to flash-kernel package.
patch 0002 is to update kernel address for Linkstation LS-WTGL

Cheers,
Roger
From 2d50d50af94e499b046dd0ecf0b1ba0b8e984566 Mon Sep 17 00:00:00 2001
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Wed, 13 Jan 2016 01:14:16 +0900
Subject: [PATCH 1/2] fix the install location for etc/README.dtbs

Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
 debian/flash-kernel.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/flash-kernel.install b/debian/flash-kernel.install
index 1273b0d..66b5888 100644
--- a/debian/flash-kernel.install
+++ b/debian/flash-kernel.install
@@ -2,7 +2,7 @@ initramfs-hook/flash-kernel     etc/initramfs/post-update.d
 kernel-hook/zz-flash-kernel     etc/kernel/postinst.d
 kernel-hook/zz-flash-kernel     etc/kernel/postrm.d
 etc/db                          etc/flash-kernel
-etc/README.dtbs                 etc/flash-kernel/dtbs/README
+etc/README.dtbs                 etc/flash-kernel/dtbs
 flash-kernel                    usr/sbin
 initramfs-tools                 usr/share
 db                              usr/share/flash-kernel
-- 
2.1.4

From d0ec85cdda4f71ef1e8534d68e6c25e5bff376bf Mon Sep 17 00:00:00 2001
From: Roger Shimizu <rogershimizu@gmail.com>
Date: Wed, 13 Jan 2016 01:45:44 +0900
Subject: [PATCH 2/2] update kernel address for Linkstation LS-WTGL in machine
 db

For Linkstation LS-WTGL boots fine with linux-image-4.3, but fails with
linux-image-4.4.
Here's the fix ported from QNAP TS-109 (Bug #809476), and it's been
confirmed to boot well on LS-WTGL.

Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
---
 db/all.db | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/all.db b/db/all.db
index 8262e14..6343f03 100644
--- a/db/all.db
+++ b/db/all.db
@@ -72,7 +72,7 @@ Machine: Buffalo Linkstation LS-WTGL
 Kernel-Flavors: orion5x
 DTB-Id: orion5x-linkstation-lswtgl.dtb
 DTB-Append: yes
-U-Boot-Kernel-Address: 0x00008000
+U-Boot-Kernel-Address: 0x00c08000
 U-Boot-Initrd-Address: 0x0
 Boot-Kernel-Path: /boot/uImage.buffalo
 Boot-Initrd-Path: /boot/initrd.buffalo
-- 
2.1.4


Reply to: