~anthonywong/ubuntu/+source/u-boot:ubuntu/bionic-proposed

Last commit made on 2019-08-27
Get this branch:
git clone -b ubuntu/bionic-proposed https://git.launchpad.net/~anthonywong/ubuntu/+source/u-boot
Only Anthony Wong can upload to this branch. If you are Anthony Wong please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/bionic-proposed
Repository:
lp:~anthonywong/ubuntu/+source/u-boot

Recent commits

8313308... by Shrirang Bagul

hwe: u-boot-imx: use default env size if not defined by board defconfig

Signed-off-by: Shrirang Bagul <email address hidden>

df15073... by Shrirang Bagul

hwe: u-boot-imx: update config to support nitrogen6x board

Signed-off-by: Shrirang Bagul <email address hidden>

fc8ef3a... by Shrirang Bagul

hwe: u-boot-imx: include nitrogen6x 2G RAM variant

Signed-off-by: Shrirang Bagul <email address hidden>

691d17b... by Andy Whitcroft

Import patches-unapplied version 2018.07~rc3+dfsg1-0ubuntu3~18.04.1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: e613aae14799af0a665980b9f74e4b99b93b8348

New changelog entries:
  * Enable FIT signing support (LP: #1831942)
    - Enable CONFIG_FIT_SIGNATURE so we can sign FIT images.
    - Add libssl-dev to Build-Depends: to enable crypto functionality.
    - Limit key names to keys within the keydir.

e613aae... by Dave Jones

Import patches-unapplied version 2018.07~rc3+dfsg1-0ubuntu2~18.04.1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 7572b98aa7e7a3f3e31baf83b1a0441a9ad557b0

New changelog entries:
  * d/control: Add missing dependency on binutils (for strings) (LP: #1814930)

7572b98... by Dave Jones

Import patches-unapplied version 2018.07~rc3+dfsg1-0ubuntu1~18.04.1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: e07c69b5500c5194a040975d34308be77c67da96

New changelog entries:
  * Backport to bionic (LP: #1805668).
  * New interim upstream release .
    - We pull in an rc version because that's the u-boot version we use in
      our current core18 images and we want to provide 'feature parity'.
  * debian/control:
    - Added missing build-deps bison and flex.
  * debian/patches:
    - Refresh am57xx/omap5_distro_bootcmd.
    - Refreshed patches.
    - Removed odroid-xu3/bootdelay which was applied upstream.
    - Add lzo-to-lzno.patch to use gzip instead of lzo compression for FIT
      images as lzop in Ubuntu is in universe. This should be temporary and
      in the next releases ideally we should follow what Debian does.

e07c69b... by Łukasz Zemczak

Import patches-unapplied version 2018.03+dfsg1-2ubuntu2 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 66f4c0cb9644f048253d3691ef100c650ce80d2c

New changelog entries:
  * debian/u-boot-rpi.postinst:
    - Support the fact that we now ship multiple uboot binaries for multiple
      Pi platforms in one package. Try to determine which device we're running
      on and use the right binary during upgrade/installation.

66f4c0c... by Łukasz Zemczak

Import patches-unapplied version 2018.03+dfsg1-2ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 81264c07395406d0cdc6e79dcc7e0decfc53ecce

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - rpi-import-mkknlimg.patch import tools/mkknlimg from Xenial/raspi2 -
      scripts/mkknlimg @ 83a3ebb
  * debian/patches/rpi2-rpi3-config-tweaks.patch: basing on the earlier
    rpi2-config-tweaks.patch, make configuration adjustments to the rpi2 and
    rpi3 configs.

81264c0... by Vagrant Cascadian

Import patches-unapplied version 2018.03+dfsg1-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 31827dbe2eeabe0de65d407e0d5d5ca72787a234

New changelog entries:
  [ Riku Voipio ]
  * u-boot-qcom: Add dragonboard 820c build (Closes: #894212).
  [ Vagrant Cascadian ]
  * u-boot-install-sunxi64: Ignore device write checks when FORCE is set.
  * u-boot-exynos: Update odroid patch to support distro_bootcmd, dropping
    support for legacy boot.
  * Add back uboot.elf, used to install jetson-tx1 (Closes: #893908).

31827db... by Vagrant Cascadian

Import patches-unapplied version 2018.03+dfsg1-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: f8bd109319a5057162fd12ba808d42939dbaf1d7

New changelog entries:
  * New upstream release.
  * Update patches for new upstream release.
  * debian/rules: Update default configuration for tools target.
  * [arm64] u-boot-rockchip: Add puma-rk3399 target.
  * Switch Vcs-* to use salsa.debian.org.
  * debian/rules: Fix typo that disabled 4GB ram support for the
    mx6cuboxi4x4 target (Closes: #893062).
  * Add patch to fix mmc support on Odroid-C2. Thanks to Jaehoon Chung and
    Heinrich Schuchardt.
  * u-boot-sunxi:
    - Add u-boot-install-sunxi64 script (Closes: #891490). Thanks to Adam
      Borowski.
    - [arm64] Add recommends on atf-allwinner.
  * debian/copyright: Updated location for libfdt.
  * Drop installation of uboot.elf, as it is stripped of debugging symbols
    and therefor not particularly useful.