[ubuntu/questing-proposed] u-boot 2025.01-3ubuntu1 (Accepted)
Dave Jones
dave.jones at canonical.com
Fri May 9 12:04:28 UTC 2025
u-boot (2025.01-3ubuntu1) questing; urgency=medium
* Merge from Debian unstable (LP: #2109512). 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
- 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
- Consider dpkg-buildflags when building host tools
- Enable FIT images
- d/rules: Unexport ELF_PACKAGE_METADATA to fix FTBFS on oracular
- Enable 'env erase' sub-command to enable reset of the boot environment
on RISC-V boards
- Set $fdtfile on MicroChip PolarFire
- d/p/riscv64/mpfs-icicle-kit_fdtfile.patch
- Update lintian-override syntax to include [brackets]
- d/*.lintian-overrides: Update syntax to include [brackets]
- d/p/riscv64/starfive: Add StarFive JH7110 compatibility patches
- d/p/use-cryptographically-safe-RNG.patch: Fix use of unsafe RNG in FIT
images
- Fix USB on Pine64 Star64
- Add d/p/riscv64/star64/0001-usb-cdns3-Set-USB-PHY-mode-in-
cdns3_drd_update_mode.patch
- Add d/p/riscv64/star64/0002-phy-starfive-Add-Starfive-
JH7110-USB-2.0-PHY-driver.patch
- Add d/p/riscv64/star64/0003-phy-starfive-Add-Starfive-
JH7110-PCIe-2.0-PHY-driver.patch
- Add d/p/riscv64/star64/0004-usb-cdns-starfive-Get-dr-mode-from-
wrapper-device-dt.patch
- Add d/p/riscv64/star64/0005-usb-cdns-starfive-Add-cdns-USB-
driver.patch
- Add d/p/riscv64/star64/0006-spl-starfive-visionfive2-Disable-USB-
overcurrent-pin.patch
- Add d/p/riscv64/star64/0007-configs-starfive-Add-visionfive2-cadence-
USB-configu.patch
* Removed patches obsoleted/merged by upstream:
- d/targets.mk:
- Remove omap3_beagle target, removed from upstream
- Remove omap4_panda target, removed from upstream
- d/p/riscv64/efi_loader-create-common-function-to-free-struct-efi.patch:
remove unused patch
u-boot (2025.01-3) unstable; urgency=medium
[ Marek Vasut ]
* Add remaining DH electronics DHSOM based devices
u-boot (2025.01-2) unstable; urgency=medium
* debian/copyright: Clarify some ambiguous license declarations.
* debian/targets.mk: u-boot-omap: Drop omap3_beagle and omap4_beagle
targets, removed upstream.
* debian/control: Update to Standards-Version 4.7.2.
u-boot (2025.01-1) unstable; urgency=medium
* New upstream version.
[ Vagrant Cascadian ]
* debian/copyright: Remove last Files-Excluded file, no longer present
upstream.
* debian/watch: Drop +dfsg suffix.
* debian/changelog: Drop +dfsg suffix.
* debian/rules: Adjust setting DEBIAN_REVISION for removed +dfsg suffix.
* debian/patches: Refresh patches for 2024.10, drop patches no longer
necessary.
* debian/patches: Refresh qemu/efi-secure-boot.patch for v2025.01-rc6.
[ Martyn Welch ]
* debian/targets.mk: Re-enable sitara
* sitara: Don't attempt to build final firmware images
* sitara: Update dtb location
* sitara: Package keys required for signing boot firmware
[ Diederik de Haas ]
* debian/copyright: Sort license stanzas
* debian/copyright: Add copyright data for new files in 2024.04
* debian/patches: Drop patches applied upstream
* debian/patches: rockchip: Drop inno-usb2 patch (Closes: #1024851)
[ Vagrant Cascadian ]
* debian/copyright: Update for 2025.01. Thanks to Frank Pursel and
Diederik de Haas for all the help!
Date: Fri, 09 May 2025 10:52:48 +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/2025.01-3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 09 May 2025 10:52:48 +0100
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2025.01-3ubuntu1
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Closes: 1024851
Launchpad-Bugs-Fixed: 2109512
Changes:
u-boot (2025.01-3ubuntu1) questing; urgency=medium
.
* Merge from Debian unstable (LP: #2109512). 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
- 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
- Consider dpkg-buildflags when building host tools
- Enable FIT images
- d/rules: Unexport ELF_PACKAGE_METADATA to fix FTBFS on oracular
- Enable 'env erase' sub-command to enable reset of the boot environment
on RISC-V boards
- Set $fdtfile on MicroChip PolarFire
- d/p/riscv64/mpfs-icicle-kit_fdtfile.patch
- Update lintian-override syntax to include [brackets]
- d/*.lintian-overrides: Update syntax to include [brackets]
- d/p/riscv64/starfive: Add StarFive JH7110 compatibility patches
- d/p/use-cryptographically-safe-RNG.patch: Fix use of unsafe RNG in FIT
images
- Fix USB on Pine64 Star64
- Add d/p/riscv64/star64/0001-usb-cdns3-Set-USB-PHY-mode-in-
cdns3_drd_update_mode.patch
- Add d/p/riscv64/star64/0002-phy-starfive-Add-Starfive-
JH7110-USB-2.0-PHY-driver.patch
- Add d/p/riscv64/star64/0003-phy-starfive-Add-Starfive-
JH7110-PCIe-2.0-PHY-driver.patch
- Add d/p/riscv64/star64/0004-usb-cdns-starfive-Get-dr-mode-from-
wrapper-device-dt.patch
- Add d/p/riscv64/star64/0005-usb-cdns-starfive-Add-cdns-USB-
driver.patch
- Add d/p/riscv64/star64/0006-spl-starfive-visionfive2-Disable-USB-
overcurrent-pin.patch
- Add d/p/riscv64/star64/0007-configs-starfive-Add-visionfive2-cadence-
USB-configu.patch
* Removed patches obsoleted/merged by upstream:
- d/targets.mk:
- Remove omap3_beagle target, removed from upstream
- Remove omap4_panda target, removed from upstream
- d/p/riscv64/efi_loader-create-common-function-to-free-struct-efi.patch:
remove unused patch
.
u-boot (2025.01-3) unstable; urgency=medium
.
[ Marek Vasut ]
* Add remaining DH electronics DHSOM based devices
.
u-boot (2025.01-2) unstable; urgency=medium
.
* debian/copyright: Clarify some ambiguous license declarations.
* debian/targets.mk: u-boot-omap: Drop omap3_beagle and omap4_beagle
targets, removed upstream.
* debian/control: Update to Standards-Version 4.7.2.
.
u-boot (2025.01-1) unstable; urgency=medium
.
* New upstream version.
.
[ Vagrant Cascadian ]
* debian/copyright: Remove last Files-Excluded file, no longer present
upstream.
* debian/watch: Drop +dfsg suffix.
* debian/changelog: Drop +dfsg suffix.
* debian/rules: Adjust setting DEBIAN_REVISION for removed +dfsg suffix.
* debian/patches: Refresh patches for 2024.10, drop patches no longer
necessary.
* debian/patches: Refresh qemu/efi-secure-boot.patch for v2025.01-rc6.
.
[ Martyn Welch ]
* debian/targets.mk: Re-enable sitara
* sitara: Don't attempt to build final firmware images
* sitara: Update dtb location
* sitara: Package keys required for signing boot firmware
.
[ Diederik de Haas ]
* debian/copyright: Sort license stanzas
* debian/copyright: Add copyright data for new files in 2024.04
* debian/patches: Drop patches applied upstream
* debian/patches: rockchip: Drop inno-usb2 patch (Closes: #1024851)
.
[ Vagrant Cascadian ]
* debian/copyright: Update for 2025.01. Thanks to Frank Pursel and
Diederik de Haas for all the help!
Checksums-Sha1:
595d135cd84edc94a6ed4200a587384d09612fb6 4543 u-boot_2025.01-3ubuntu1.dsc
a3f61c6b035a5d03ad0060c6b6864d7ca653a8cd 205936 u-boot_2025.01-3ubuntu1.debian.tar.xz
12f731c8e2667ef4d592b722f6a1befd686ef063 7940 u-boot_2025.01-3ubuntu1_source.buildinfo
Checksums-Sha256:
36ed2976ab30a167deef364e09fd615787b68e27a7d64b4b310e005145bd0a94 4543 u-boot_2025.01-3ubuntu1.dsc
ea1018681e0c2fe86f828340d6070d1265cdfb634f767aa3e63f253e9cedf726 205936 u-boot_2025.01-3ubuntu1.debian.tar.xz
2349111e92d8421ad3bdd72723f642a86e2de9e7d119ba1109a8fb4ea55f0451 7940 u-boot_2025.01-3ubuntu1_source.buildinfo
Files:
c810c5c491d07ff1ff76fbe3f429b397 4543 admin optional u-boot_2025.01-3ubuntu1.dsc
cec7903c08373f0bab241b0d4b3afa88 205936 admin optional u-boot_2025.01-3ubuntu1.debian.tar.xz
44a7ecb833f65c987900929c089b596b 7940 admin optional u-boot_2025.01-3ubuntu1_source.buildinfo
Original-Maintainer: Vagrant Cascadian <vagrant at debian.org>
Vcs-Git: https://git.launchpad.net/~waveform/ubuntu/+source/u-boot
Vcs-Git-Commit: d96d318bae75aaeca705d6f1a1157c0944a7fc46
Vcs-Git-Ref: refs/remotes/merge
More information about the Questing-changes
mailing list