--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: flash-kernel: Please support PlatHome OpenBlocks AX3-4 board
- From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
- Date: Tue, 20 Aug 2013 13:12:45 +0900
- Message-id: <20130820041245.8776.28013.reportbug@xps-iwamatsu.hsdv.com>
Package: flash-kernel
Version: 3.8
Severity: normal
Tags: patch
Hi,
I created a patch which support PlatHome OpenBlocks AX3-4 board.
This is supported by armmp flavor.
Could you apply this patch?
NOTE: This patch is required in the patch of #720285.
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.9-1-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 970bd1c10929891ac1d32e0c5e536c52d9505e36 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Tue, 20 Aug 2013 12:40:54 +0900
Subject: [PATCH 2/2] Add support PlatHome OpenBlocks AX3-4 board
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
README | 1 +
db/all.db | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/README b/README
index f48bffb..12e9b3c 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@ The following systems are supported:
- Marvell OpenRD-Client
- Marvell OpenRD-Ultimate
- Neo FreeRunner (GTA02)
+ - PlatHome OpenBlocks AX3-4 board
- QNAP TS-109
- QNAP TS-110 Turbo NAS
- QNAP TS-119 Turbo NAS
diff --git a/db/all.db b/db/all.db
index d1ad4bc..76e99fd 100644
--- a/db/all.db
+++ b/db/all.db
@@ -279,6 +279,19 @@ Boot-Script-Path: boot.scr
Required-Packages: u-boot-tools
Bootloader-Sets-Root: no
+Machine: PlatHome OpenBlocks AX3-4 board
+Kernel-Flavors: armmp
+DTB-Id: armada-xp-openblocks-ax3-4.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x2000000
+U-Boot-Kernel-Entry-Point: 0x2000040
+U-Boot-Initrd-Address: 0x0
+Boot-Device: /dev/sda1
+Boot-Kernel-Path: /boot/uImage
+Boot-Initrd-Path: /boot/uInitrd
+Required-Packages: u-boot-tools
+Bootloader-Sets-Root: no
+
Machine: QNAP TS-109/TS-209
Kernel-Flavors: orion5x
Machine-Id: 1565
--
1.8.3.2
--- End Message ---