~thopiekar/flash-kernel/+git/flash-kernel:ijc/dtb-subdirs

Last commit made on 2016-02-28
Get this branch:
git clone -b ijc/dtb-subdirs https://git.launchpad.net/~thopiekar/flash-kernel/+git/flash-kernel

Branch merges

Branch information

Name:
ijc/dtb-subdirs
Repository:
lp:~thopiekar/flash-kernel/+git/flash-kernel

Recent commits

5cc3151... by Ian Campbell <email address hidden>

Search for DTBs in parent directories

If DTB-Id contains a subdirectory then as well as looking in the named location
also look in the parent directories.

This ensures that where DTBs have been moved by the kernel from the top level
into a subdirectory (as happened for arm64 in v3.19-rc1 when e.g.
apm-mustang.dtb moved to apm/apm-mustang.dtb) that flash-kernel can work with
both old and new kernels.

We search fully in /etc/flash-kernel/dtbs before looking in /usr/lib, so e.g.
we will find /etc/flash-kernel/dtbs/DTB before finding /usr/lib/.../DIR/DTB.

49f0c6d... by Ian Campbell <email address hidden>

Handle DTB-Id with a subdirectory

In v3.19-rc1 Linux arm64 moved all DTB files into per-vendor subdirectories and
the Debian kernel package has followed suite.

Update the entry for Mustang (the only arm64 platform in the current
flash-kernel database) to add the apm/ prefix and adjust the code which
installs and removes the dtb to cope with subdirectories in this context.

1620292... by Christian Perrier

releasing package flash-kernel version 3.59

1de8095... by Vagrant Cascadian

Update db entry for Firefly-RK3288 to allow armmp-lpae.

583a940... by Ian Campbell <email address hidden>

Fix debug logging intended to help with #781742.

1bd7fba... by Ian Campbell <email address hidden>

Don't warn about old version if user passes newest version

2011dfe... by Ian Campbell <email address hidden>

Update my copyright years and email address.

7af52bb... by Ian Campbell <email address hidden>

Allow the possibility of prepending things to ${bootargs}

Which allows setting defaults which can be overridden by the firmware settings.

390925e... by Ian Campbell <email address hidden>

Require --force when invoked by hand with a specific version

Patch from Martin Michlmayr

94b236e... by Ian Campbell <email address hidden>

use nandwrite when writing to nand flash. (Closes: #813995)

flashcp, despite it's name, only works on NOR devices and silently corrupts
NAND devices (see #814341).

Patch from Uwe Kleine-König.