[ubuntu/mantic-proposed] u-boot 2023.07+dfsg-1ubuntu1 (Accepted)

Dave Jones dave.jones at canonical.com
Wed Jul 26 17:57:16 UTC 2023


u-boot (2023.07+dfsg-1ubuntu1) mantic; urgency=medium

  [ Dave Jones]
  * Merge from Debian unstable (LP: #2027789). Remaining changes:
    - 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.
      - Fix nitrogen6q2g patch to build properly on armhf
      - d/p/ubuntu-nitrogen6q2g-config-tweaks.patch: enable SCSI which is now
        required for ENV_IS_IN_FAT
    - 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
    - Removed d/u-boot-rpi.postinst. The task of copying the u-boot binaries
      to the boot partition is now performed by flash-kernel
    - Revert '* debian/rules: Ensure debugging symbols are enabled.' as it
      breaks riscv64 booting.
    - Implement u-boot-sifive.postinst to upgrade u-boot in loader1/loader2
      partitions upon package upgrades. Maybe this should move to flash-
      kernel, and update SPI too.
    - Provide compat symlinks for old unleashed & unmatched platform names
    - In postinst support Unmatched model name without A00 suffix, as used by
      meta-sifive kernels and may be contributed upstream in the future.
    - Enable commands for displaying and configuring the UEFI environment
    - In u-boot-sifive.postinst support partition names Loader1, Loader2 as
      the installer image uses these.
    - Remove the MIPS targets as the mips cross-compiler is currently
      uninstallable in Ubuntu
    - Add package for PolarFire SoC Icicle Kit
  * Removed patches obsoleted/merged by upstream:
    - SECURITY UPDATE: unchecked length field in DFU implementation
      - debian/patches/CVE-2022-2347.patch: fix the unchecked length field in
        drivers/usb/gadget/f_dfu.c.
      - CVE-2022-2347
    - Fix probing of virtio devices
      d/p/virtio-pci-fix-bug-of-virtio_pci_map_capability.patch
    - Enable reset via SBI on PolarFire Icicle Kit
      d/p/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch
    - Adjust u-boot-microchip on PolarFire Icicle Kit for the changed memory
      layout of the HSS 2022.10 firmware
  * Refreshed patches:
    - d/p/rpi-config-tweaks.patch
    - d/p/ubuntu-nitrogen6q2g-config-tweaks.patch
    - d/p/rpi-cm4-sdhci.patch
    - d/p/rpi-8gb-pci.patch
    - d/p/riscv64/mpfs-icicle-reserve-the-top-of-memory-for-the-.patch

  [ Heinrich Schuchardt ]
  * d/p/riscv64/enable-sbi.patch: Enable CONFIG_CMD_SBI by default to display
    SBI information on RISC-V
  * d/p/riscv64/sync-polarfire-dts-with-linux-[123].patch: assign MAC address
    on PolarFire
  * d/p/riscv64/multi-usb-msd-[12].patch: fix non-unique device paths on
    machines with multiple USB mass-storage devices attached

Date: Fri, 14 Jul 2023 15:52:36 +0100
Changed-By: Dave Jones <dave.jones at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/u-boot/2023.07+dfsg-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 14 Jul 2023 15:52:36 +0100
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2023.07+dfsg-1ubuntu1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Launchpad-Bugs-Fixed: 2027789
Changes:
 u-boot (2023.07+dfsg-1ubuntu1) mantic; urgency=medium
 .
   [ Dave Jones]
   * Merge from Debian unstable (LP: #2027789). Remaining changes:
     - 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.
       - Fix nitrogen6q2g patch to build properly on armhf
       - d/p/ubuntu-nitrogen6q2g-config-tweaks.patch: enable SCSI which is now
         required for ENV_IS_IN_FAT
     - 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
     - Removed d/u-boot-rpi.postinst. The task of copying the u-boot binaries
       to the boot partition is now performed by flash-kernel
     - Revert '* debian/rules: Ensure debugging symbols are enabled.' as it
       breaks riscv64 booting.
     - Implement u-boot-sifive.postinst to upgrade u-boot in loader1/loader2
       partitions upon package upgrades. Maybe this should move to flash-
       kernel, and update SPI too.
     - Provide compat symlinks for old unleashed & unmatched platform names
     - In postinst support Unmatched model name without A00 suffix, as used by
       meta-sifive kernels and may be contributed upstream in the future.
     - Enable commands for displaying and configuring the UEFI environment
     - In u-boot-sifive.postinst support partition names Loader1, Loader2 as
       the installer image uses these.
     - Remove the MIPS targets as the mips cross-compiler is currently
       uninstallable in Ubuntu
     - Add package for PolarFire SoC Icicle Kit
   * Removed patches obsoleted/merged by upstream:
     - SECURITY UPDATE: unchecked length field in DFU implementation
       - debian/patches/CVE-2022-2347.patch: fix the unchecked length field in
         drivers/usb/gadget/f_dfu.c.
       - CVE-2022-2347
     - Fix probing of virtio devices
       d/p/virtio-pci-fix-bug-of-virtio_pci_map_capability.patch
     - Enable reset via SBI on PolarFire Icicle Kit
       d/p/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch
     - Adjust u-boot-microchip on PolarFire Icicle Kit for the changed memory
       layout of the HSS 2022.10 firmware
   * Refreshed patches:
     - d/p/rpi-config-tweaks.patch
     - d/p/ubuntu-nitrogen6q2g-config-tweaks.patch
     - d/p/rpi-cm4-sdhci.patch
     - d/p/rpi-8gb-pci.patch
     - d/p/riscv64/mpfs-icicle-reserve-the-top-of-memory-for-the-.patch
 .
   [ Heinrich Schuchardt ]
   * d/p/riscv64/enable-sbi.patch: Enable CONFIG_CMD_SBI by default to display
     SBI information on RISC-V
   * d/p/riscv64/sync-polarfire-dts-with-linux-[123].patch: assign MAC address
     on PolarFire
   * d/p/riscv64/multi-usb-msd-[12].patch: fix non-unique device paths on
     machines with multiple USB mass-storage devices attached
Checksums-Sha1:
 e4c8b62c0221f1a4a7841ace9682474b0672c343 3791 u-boot_2023.07+dfsg-1ubuntu1.dsc
 899f9d76b6d6db8fe50fcc3ad0b773bb689ac2db 16361984 u-boot_2023.07+dfsg.orig.tar.xz
 94b1efd64012ae143973405adcf2e5151560efc0 66304 u-boot_2023.07+dfsg-1ubuntu1.debian.tar.xz
 bcfdb20786d4654828b064a11e48c83e62830b81 7381 u-boot_2023.07+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
 13fa9e412f1e0859185e53e1962338827ec030d89663aca0be77d7f588410dce 3791 u-boot_2023.07+dfsg-1ubuntu1.dsc
 3949637fe96090d579bd89f75377a2d86f13898c9b3b5492b7a04b1ce7a2a544 16361984 u-boot_2023.07+dfsg.orig.tar.xz
 6e30c294efb355fe10b060e71ea8b46b19e85206812f5a4f6317113aa579a9fc 66304 u-boot_2023.07+dfsg-1ubuntu1.debian.tar.xz
 a9e9af8fa8a71dff861307b1cb86e28143828becec592724416f858bd7a6aa55 7381 u-boot_2023.07+dfsg-1ubuntu1_source.buildinfo
Files:
 492349e93a3491542c8616b2ab6c6814 3791 admin optional u-boot_2023.07+dfsg-1ubuntu1.dsc
 166f67bb38e9b01105c27a39fdbc4812 16361984 admin optional u-boot_2023.07+dfsg.orig.tar.xz
 963fa99c43c4bf0f573e236212134ea5 66304 admin optional u-boot_2023.07+dfsg-1ubuntu1.debian.tar.xz
 cca329b7213702c9e5c173ebfd21c7e9 7381 admin optional u-boot_2023.07+dfsg-1ubuntu1_source.buildinfo
Original-Maintainer: Vagrant Cascadian <vagrant at debian.org>


More information about the mantic-changes mailing list