Package: flash-kernel Version: 3.11 Severity: wishlist Tags: patch Dear Maintainer,
I created a patch which support Plat'Home OpenBlocks A6, and attched. I tested flash-kernel 3.11 on sid. Could you apply this patch? Best regards, Nobuhiro -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: armhf Kernel: Linux 3.11-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
>From 1b35bda6d010c92e4549da94b4c8a621c899aafb Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu <iwama...@debian.org> Date: Tue, 8 Oct 2013 08:49:10 +0900 Subject: [PATCH] Add support Plat'Home OpenBlocks A6 Signed-off-by: Nobuhiro Iwamatsu <iwama...@debian.org> --- README | 1 + db/all.db | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README b/README index 2acebab..c9dcc9a 100644 --- a/README +++ b/README @@ -38,6 +38,7 @@ The following systems are supported: - Marvell OpenRD-Ultimate - Neo FreeRunner (GTA02) - PlatHome OpenBlocks AX3-4 board + - Plat'Home OpenBlocks A6 - QNAP TS-109 - QNAP TS-110 Turbo NAS - QNAP TS-119 Turbo NAS diff --git a/db/all.db b/db/all.db index 76e99fd..8fdc9b3 100644 --- a/db/all.db +++ b/db/all.db @@ -292,6 +292,19 @@ Boot-Initrd-Path: /boot/uInitrd Required-Packages: u-boot-tools Bootloader-Sets-Root: no +Machine: Plat'Home OpenBlocksA6 +Kernel-Flavors: kirkwood +DTB-Id: kirkwood-openblocks_a6.dtb +DTB-Append: yes +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Device: /dev/sda1 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Boot-DTB-Path: dtb +Required-Packages: u-boot-tools +Bootloader-Sets-Root: no + Machine: QNAP TS-109/TS-209 Kernel-Flavors: orion5x Machine-Id: 1565 -- 1.8.4.rc3