Package: flash-kernel Version: 3.0~rc.5 Severity: wishlist Tags: patch Hello,
Support has been added ot the uypstream kernel for the Dreamplug as a FDT machine type. Accordingly the attached patch adds the necessary db enry for this class of machines. Please consider applying. Many thanks, Ian. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: armel (armv7l) Kernel: Linux 3.2.0-1-mx5 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
>From 705e20835d48edb10ba7f9f7cf0f628f6f364fcf Mon Sep 17 00:00:00 2001 From: Ian Campbell <ian.campb...@citrix.com> Date: Sat, 31 Mar 2012 07:00:54 +0000 Subject: [PATCH] Support "Marvell Kirkwood (Flattened Device Tree)" --- db/all.db | 9 +++++++++ debian/changelog | 5 +++++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/db/all.db b/db/all.db index 2ce4645..f229b9f 100644 --- a/db/all.db +++ b/db/all.db @@ -145,6 +145,15 @@ Boot-Initrd-Path: /boot/uInitrd Required-Packages: u-boot-tools Bootloader-sets-root: no +Machine: Marvell Kirkwood (Flattened Device Tree) +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + Machine: Marvell GuruPlug Reference Board Kernel-Flavors: kirkwood U-Boot-Kernel-Address: 0x00008000 diff --git a/debian/changelog b/debian/changelog index 12b620a..f946ea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ flash-kernel (3.0~rc.5) UNRELEASED; urgency=low + [ Hector Oron ] * Add support for FK_MACHINE and FK_PROC_CPUINFO. - Makes it possible to pass machine name for use under chrooted setups. Setting FK_MACHINE to none avoids flash-kernel run. Thanks Johannes Schauer for patch. + [ Ian Campbell ] + * Add support for "Marvell Kirkwood (Flattened Device Tree)" as used on the + DreamPlug. + -- Hector Oron <zu...@debian.org> Sun, 11 Mar 2012 16:02:39 +0100 flash-kernel (3.0~rc.4) unstable; urgency=low -- 1.7.8.3