Import patches-unapplied version 2.408.8 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 2fa15a5c3bd953c71579d5b9a454384e5bcde0e4

New changelog entries:
  * Set device_tree_address for the new kernel in the RPi bootloader config.txt
This commit is contained in:
Adam Conrad 2017-02-16 10:21:51 -07:00 committed by usd-importer
parent 2fa15a5c3b
commit 7b0112eea7
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.408.8) xenial; urgency=medium
* Set device_tree_address for the new kernel in the RPi bootloader config.txt
-- Adam Conrad <adconrad@ubuntu.com> Thu, 16 Feb 2017 10:21:51 -0700
livecd-rootfs (2.408.7) xenial; urgency=medium
[ Łukasz 'sil2100' Zemczak ]

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Build-Depends: debhelper (>= 7)
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Standards-Version: 3.9.6
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
Vcs-Bzr: lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed/
Package: livecd-rootfs
Architecture: any

View File

@ -681,6 +681,7 @@ cat > /boot/firmware/config.txt << EOM
# Some settings may impact device functionality. See link above for details
kernel=uboot.bin
device_tree_address=0x02000000
# enable i2c
dtparam=i2c_arm=on