[ubuntu/impish-proposed] u-boot 2021.07~rc4+dfsg-1ubuntu1 (Accepted)

Dimitri John Ledkov dimitri.ledkov at canonical.com
Tue Jul 20 17:23:17 UTC 2021


u-boot (2021.07~rc4+dfsg-1ubuntu1) impish; urgency=medium

  * Merge from Debian Experimental, remaining changes:
    - Implement u-boot-sifive.postinst to upgrade u-boot in
    loader1/loader2 partitions upon package upgrades. LP: #1936370 Maybe
    this should move to flash-kernel, and update SPI too.
    - Revert '* debian/rules: Ensure debugging symbols are enabled.' as it
    breaks riscv64 booting.
    - d/p/rpi-config-tweaks.patch: Configuration adjustments to the RPi
      configs
    - Enable FIT signing support
      - Limit key names to keys within the keydir.
    - Enable Ubuntu support for the Nitrogen6x board
      - Add d/p/ubuntu-nitrogen6q2g-config-tweaks.patch to tweak the
        nitrogen6q2g configs to better fit our Ubuntu usage.
      - Start building the nitrogen6x2g target for u-boot.
    - d/p/rpi-board-dt.patch: use the board's device-tree instead of an
      embedded one
    - Add d/p/rpi-cm4-sdhci.patch for CM4 eMMC support
    - Add d/p/rpi-8gb-pci.patch for Pi400 and Pi4-8Gb support
    - Add d/p/rpi-maxargs.patch for new Core 18 boot-env
  * Cherrypick upstream patches to:
    - fix cmd_sysconfig in qemu
    - set default fdtfile names for sifive boards
  * Provide compat symlinks for old unleashed & unmatched platform names
  * Drop unleashed hunk from
    riscv64/qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch, as
    the same preboot is specified in unleashed board include.
  * Drop crust-firmware build-dep, until it is available in Ubuntu,
    currently in impish NEW queue.

u-boot (2021.07~rc4+dfsg-1) experimental; urgency=medium

  [ Nicolas Boulenguez ]
  * Write only once that rockchip depends on rockchip_make_fit_atf
    (Closes: #985908)
  * Refactor pkg.uboot.subarch and pkg.uboot.platform build profiles
    (Closes: #985911)

  [ Vagrant Cascadian ]
  * debian/control: Make Build-Depends on libssl-dev only when building
    tools.
  * Update for rename of sifive_fu540 to sifive_unleashed
  * u-boot-sifive: Update documentation for rename of fu540 to unleashed.

  [ Nicolas Boulenguez ]
  * u-boot-sunxi: embed crust-firmware on supported platforms.
    (Closes: #985981)

  [ Vagrant Cascadian ]
  * debian/control: Fix Build-Depends on crust-firmware.
  * debian/targets.mk: Update usbarmory targets for new versions.

  [ Filip Moc ]
  * debian/targets.mk: rockchip: add u-boot-tpl.bin

  [ Vagrant Cascadian ]
  * u-boot-install-rockchip: Allow overriding UBOOT_OFFSET for
    puma-rk3399.
  * u-boot-install-rockchip: Allow overriding the loader offset.
  * [riscv64] u-boot-sifive: Use OpenSBI to build the sifive_unleashed target.
  * [riscv64] u-boot-sifive: Add sifive_unmatched board.
  * [riscv64] u-boot-sifive: Add Built-Using for opensbi.
  * u-boot-sifive: Install unmatched documentation.
  * u-boot-sunxi, u-boot-rockchip: Move arm-trusted-firmware to Suggests.
  * debian/control: Update versioned Build-Depends on arm-trusted-firmware
    to 2.5.

u-boot (2021.04~rc4+dfsg-1) experimental; urgency=medium

  [ Vagrant Cascadian ]
  * New upstream release candidate.
  * debian/patches: Refresh mx53loco patch.
  * debian/targets: mx53loco: Update to install u-boot-dtb.imx.

  [ Nicolas Boulenguez ]
  * Set CROSS_COMPILE on the Make command line instead of exporting
    (Closes: #980236)
  * Encode the GNU type instead of the Debian arch alias for qemu
    (Closes: #980360)
  * Name the platform list temp file after subpackage instead of subarch
    (Closes: #980362)
  * Install configurations with dh_installdocs instead of dh_install
    (Closes: #980359)
  * Pass distinct substvars to gencontrol on the command line
    (Closes: #980358)
  * Store all dh_install commands into the same file (Closes: #980361)
  * Set BL31 SCP on the command line instead of the environment
    (Closes: #980363)
  * Replace many shell constructs with Make constructs (Closes: #979296)

  [ Vagrant Cascadian ]
  * debian/targets.mk: Use a single debian/build/rockchip_make_fit_atf
    rule for all architectures.
  * debian/rules: Depend on rockchip_make_fit_atf for
    override_dh_auto_build-arch target.
  * debian/rules: When pkg.uboot.platform.* is in DEB_BUILD_PROFILES, only
    build specified platform.
  * debian/patches: Refresh disable-fit-image-tests.
  * debian/targets.mk: Fix u-boot-sunxi variables for arm64 assigns and
    dpkg-gencontrol. Thanks to Nicolas Boulenguez.

u-boot (2021.04~rc3+dfsg-1) experimental; urgency=medium

  * New upstream release candidate. Fixes CVE-2021-27097 and
    CVE-2021-27138. (Closes: #983270, #983269)
  * Disable tests for FIT images

Date: Tue, 20 Jul 2021 12:30:01 +0100
Changed-By: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/u-boot/2021.07~rc4+dfsg-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 20 Jul 2021 12:30:01 +0100
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2021.07~rc4+dfsg-1ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
Closes: 979296 980236 980358 980359 980360 980361 980362 980363 983269 983270 985908 985911 985981
Launchpad-Bugs-Fixed: 1936370
Changes:
 u-boot (2021.07~rc4+dfsg-1ubuntu1) impish; urgency=medium
 .
   * Merge from Debian Experimental, remaining changes:
     - Implement u-boot-sifive.postinst to upgrade u-boot in
     loader1/loader2 partitions upon package upgrades. LP: #1936370 Maybe
     this should move to flash-kernel, and update SPI too.
     - Revert '* debian/rules: Ensure debugging symbols are enabled.' as it
     breaks riscv64 booting.
     - d/p/rpi-config-tweaks.patch: Configuration adjustments to the RPi
       configs
     - Enable FIT signing support
       - Limit key names to keys within the keydir.
     - Enable Ubuntu support for the Nitrogen6x board
       - Add d/p/ubuntu-nitrogen6q2g-config-tweaks.patch to tweak the
         nitrogen6q2g configs to better fit our Ubuntu usage.
       - Start building the nitrogen6x2g target for u-boot.
     - d/p/rpi-board-dt.patch: use the board's device-tree instead of an
       embedded one
     - Add d/p/rpi-cm4-sdhci.patch for CM4 eMMC support
     - Add d/p/rpi-8gb-pci.patch for Pi400 and Pi4-8Gb support
     - Add d/p/rpi-maxargs.patch for new Core 18 boot-env
   * Cherrypick upstream patches to:
     - fix cmd_sysconfig in qemu
     - set default fdtfile names for sifive boards
   * Provide compat symlinks for old unleashed & unmatched platform names
   * Drop unleashed hunk from
     riscv64/qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch, as
     the same preboot is specified in unleashed board include.
   * Drop crust-firmware build-dep, until it is available in Ubuntu,
     currently in impish NEW queue.
 .
 u-boot (2021.07~rc4+dfsg-1) experimental; urgency=medium
 .
   [ Nicolas Boulenguez ]
   * Write only once that rockchip depends on rockchip_make_fit_atf
     (Closes: #985908)
   * Refactor pkg.uboot.subarch and pkg.uboot.platform build profiles
     (Closes: #985911)
 .
   [ Vagrant Cascadian ]
   * debian/control: Make Build-Depends on libssl-dev only when building
     tools.
   * Update for rename of sifive_fu540 to sifive_unleashed
   * u-boot-sifive: Update documentation for rename of fu540 to unleashed.
 .
   [ Nicolas Boulenguez ]
   * u-boot-sunxi: embed crust-firmware on supported platforms.
     (Closes: #985981)
 .
   [ Vagrant Cascadian ]
   * debian/control: Fix Build-Depends on crust-firmware.
   * debian/targets.mk: Update usbarmory targets for new versions.
 .
   [ Filip Moc ]
   * debian/targets.mk: rockchip: add u-boot-tpl.bin
 .
   [ Vagrant Cascadian ]
   * u-boot-install-rockchip: Allow overriding UBOOT_OFFSET for
     puma-rk3399.
   * u-boot-install-rockchip: Allow overriding the loader offset.
   * [riscv64] u-boot-sifive: Use OpenSBI to build the sifive_unleashed target.
   * [riscv64] u-boot-sifive: Add sifive_unmatched board.
   * [riscv64] u-boot-sifive: Add Built-Using for opensbi.
   * u-boot-sifive: Install unmatched documentation.
   * u-boot-sunxi, u-boot-rockchip: Move arm-trusted-firmware to Suggests.
   * debian/control: Update versioned Build-Depends on arm-trusted-firmware
     to 2.5.
 .
 u-boot (2021.04~rc4+dfsg-1) experimental; urgency=medium
 .
   [ Vagrant Cascadian ]
   * New upstream release candidate.
   * debian/patches: Refresh mx53loco patch.
   * debian/targets: mx53loco: Update to install u-boot-dtb.imx.
 .
   [ Nicolas Boulenguez ]
   * Set CROSS_COMPILE on the Make command line instead of exporting
     (Closes: #980236)
   * Encode the GNU type instead of the Debian arch alias for qemu
     (Closes: #980360)
   * Name the platform list temp file after subpackage instead of subarch
     (Closes: #980362)
   * Install configurations with dh_installdocs instead of dh_install
     (Closes: #980359)
   * Pass distinct substvars to gencontrol on the command line
     (Closes: #980358)
   * Store all dh_install commands into the same file (Closes: #980361)
   * Set BL31 SCP on the command line instead of the environment
     (Closes: #980363)
   * Replace many shell constructs with Make constructs (Closes: #979296)
 .
   [ Vagrant Cascadian ]
   * debian/targets.mk: Use a single debian/build/rockchip_make_fit_atf
     rule for all architectures.
   * debian/rules: Depend on rockchip_make_fit_atf for
     override_dh_auto_build-arch target.
   * debian/rules: When pkg.uboot.platform.* is in DEB_BUILD_PROFILES, only
     build specified platform.
   * debian/patches: Refresh disable-fit-image-tests.
   * debian/targets.mk: Fix u-boot-sunxi variables for arm64 assigns and
     dpkg-gencontrol. Thanks to Nicolas Boulenguez.
 .
 u-boot (2021.04~rc3+dfsg-1) experimental; urgency=medium
 .
   * New upstream release candidate. Fixes CVE-2021-27097 and
     CVE-2021-27138. (Closes: #983270, #983269)
   * Disable tests for FIT images
Checksums-Sha1:
 1f75bf8eb4e74afc6d7f703c878787844f290fc2 3659 u-boot_2021.07~rc4+dfsg-1ubuntu1.dsc
 592a31267bfe4b90e17e24a9f3dfffa62df074fd 14519684 u-boot_2021.07~rc4+dfsg.orig.tar.xz
 38d9c59c42fc1c78990a7e4ff2e22833afaf2a6c 53348 u-boot_2021.07~rc4+dfsg-1ubuntu1.debian.tar.xz
 ffc9fcc1ac792fab0a1b92fbc5513876754e4417 9552 u-boot_2021.07~rc4+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
 7c8d314d92bf2984ff193d0ef641b701d534fecbb82b90b5ce3340a5546f55b2 3659 u-boot_2021.07~rc4+dfsg-1ubuntu1.dsc
 eca66fe5f0c53e15b11d30d6b0ee00af91da4974c4a74126dd427cb44bfff5b2 14519684 u-boot_2021.07~rc4+dfsg.orig.tar.xz
 cec4733c2428301e05b7dd419ca0795aeed0c00b464ba4076b800dd8a188df42 53348 u-boot_2021.07~rc4+dfsg-1ubuntu1.debian.tar.xz
 be740582c96b6f56c75f3ebd3b09356a522c10b6f0d56c73ceb8e12e2e454403 9552 u-boot_2021.07~rc4+dfsg-1ubuntu1_source.buildinfo
Files:
 d1e57699c69e8578a08c80f92174df3d 3659 admin optional u-boot_2021.07~rc4+dfsg-1ubuntu1.dsc
 a3411aff46d5a9dc82cc3ce7d0e33b73 14519684 admin optional u-boot_2021.07~rc4+dfsg.orig.tar.xz
 fa71c1166a9a6a2b353c0dbc98e71a39 53348 admin optional u-boot_2021.07~rc4+dfsg-1ubuntu1.debian.tar.xz
 eaeb40701d39bc8cbe2ab7e3fc4a8eb2 9552 admin optional u-boot_2021.07~rc4+dfsg-1ubuntu1_source.buildinfo
Original-Maintainer: Vagrant Cascadian <vagrant at debian.org>


More information about the impish-changes mailing list