[ubuntu/oracular-proposed] u-boot 2024.01+dfsg-5ubuntu1 (Accepted)

Dave Jones dave.jones at canonical.com
Fri Aug 2 21:09:15 UTC 2024


u-boot (2024.01+dfsg-5ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable (LP: #2075352). 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.
    - Add package for PolarFire SoC Icicle Kit
    - Enable CONFIG_CMD_SBI by default to display SBI information on RISC-V
    - d/p/riscv64/usb-reset.patch - Add a trivial quirk to fix USB MSD access
      from U-boot
    - d/u-boot-starfive.README.Debian - Add instructions for varying boot
      sources on the VisionFive 2
    - Add support for the Milk-V Mars board to the u-boot-starfive package.
    - Enable UEFI boot manager
    - Consider dpkg-buildflags when building host tools
  * Removed patches obsoleted/merged by upstream:
    - Remove the MIPS targets as the mips cross-compiler is currently
      uninstallable in Ubuntu
    - d/p/riscv64/000[12]-efi-loader*.patch - Fix a boot-time crash on the
      VisionFive2 when a USB stick is present
    - Fix device-tree corruption on RISC-V boards
      - d/p/dbcn_serial_use_data_section.patch
    - Added -mno-omit-leaf-frame-pointer to list of flags excluded from build
      to fix FTBFS of u-boot-qemu
  * Refreshed patches to remove fuzz:
    - d/p/riscv64/0003-board-starfive-support-Milk-V-Mars-board.patch
  * d/copyright Added missing license:
    - GPL-2.0 WITH Linux-syscall-note exception
  * d/p/use-cpp-flags.patch: Fixed cross-building issues by calling CPP with
    cpp_flags instead of CFLAGS

Date: Thu, 01 Aug 2024 10:30:29 +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/2024.01+dfsg-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 01 Aug 2024 10:30:29 +0100
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2024.01+dfsg-5ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Launchpad-Bugs-Fixed: 2075352
Changes:
 u-boot (2024.01+dfsg-5ubuntu1) oracular; urgency=medium
 .
   * Merge from Debian unstable (LP: #2075352). 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.
     - Add package for PolarFire SoC Icicle Kit
     - Enable CONFIG_CMD_SBI by default to display SBI information on RISC-V
     - d/p/riscv64/usb-reset.patch - Add a trivial quirk to fix USB MSD access
       from U-boot
     - d/u-boot-starfive.README.Debian - Add instructions for varying boot
       sources on the VisionFive 2
     - Add support for the Milk-V Mars board to the u-boot-starfive package.
     - Enable UEFI boot manager
     - Consider dpkg-buildflags when building host tools
   * Removed patches obsoleted/merged by upstream:
     - Remove the MIPS targets as the mips cross-compiler is currently
       uninstallable in Ubuntu
     - d/p/riscv64/000[12]-efi-loader*.patch - Fix a boot-time crash on the
       VisionFive2 when a USB stick is present
     - Fix device-tree corruption on RISC-V boards
       - d/p/dbcn_serial_use_data_section.patch
     - Added -mno-omit-leaf-frame-pointer to list of flags excluded from build
       to fix FTBFS of u-boot-qemu
   * Refreshed patches to remove fuzz:
     - d/p/riscv64/0003-board-starfive-support-Milk-V-Mars-board.patch
   * d/copyright Added missing license:
     - GPL-2.0 WITH Linux-syscall-note exception
   * d/p/use-cpp-flags.patch: Fixed cross-building issues by calling CPP with
     cpp_flags instead of CFLAGS
Checksums-Sha1:
 c8a83f0a1c213f9ef2cdebb05ad1519e6b5f599f 4263 u-boot_2024.01+dfsg-5ubuntu1.dsc
 a13b873c515423682c69b51d038539ace579514f 123584 u-boot_2024.01+dfsg-5ubuntu1.debian.tar.xz
 d8cd1bcf6fb42b812224d6d1bee9dc561762befb 7189 u-boot_2024.01+dfsg-5ubuntu1_source.buildinfo
Checksums-Sha256:
 71038ae88820af9416af76c13232bdcabebd9238a1e5bae718e6b987856221fe 4263 u-boot_2024.01+dfsg-5ubuntu1.dsc
 f4d5b2fccfbb21a7b0b8f47c9280d863ae62a87b3b83c4c3b00a3186d659e863 123584 u-boot_2024.01+dfsg-5ubuntu1.debian.tar.xz
 bb381b0b247d3c0f8db184c67214f2ec70a89cf403f7d6ea0ac863ba293194c4 7189 u-boot_2024.01+dfsg-5ubuntu1_source.buildinfo
Files:
 95818bfdee1ca2d6887e14d2bdb506c3 4263 admin optional u-boot_2024.01+dfsg-5ubuntu1.dsc
 ca6b3ffdc32f1718bdcb2ef045cb5857 123584 admin optional u-boot_2024.01+dfsg-5ubuntu1.debian.tar.xz
 7740983993789f1428dfb641939e8269 7189 admin optional u-boot_2024.01+dfsg-5ubuntu1_source.buildinfo
Original-Maintainer: Vagrant Cascadian <vagrant at debian.org>
Vcs-Git: https://git.launchpad.net/~waveform/ubuntu/+source/u-boot
Vcs-Git-Ref: refs/heads/merge
Vcs-Git-Commit: 1baa1b2a4cc5e42b7fdb44e9147b1d23caf0f2a3


More information about the oracular-changes mailing list