[ubuntu/plucky-proposed] u-boot 2025.01-1~0ubuntu1 (Accepted)
Dave Jones
dave.jones at canonical.com
Thu Feb 20 13:00:25 UTC 2025
u-boot (2025.01-1~0ubuntu1) plucky; urgency=medium
* Merge from Debian unstable (LP: #2097726). 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
* Removed patches obsoleted/merged by upstream:
- d/p/rpi-board-dt.patch: use the board's device-tree instead of an
embedded one
- Add support for the Milk-V Mars board to the u-boot-starfive package.
- Enable UEFI boot manager
- 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
- Fix card detection on the JH7110 SoC
- d/p/riscv64/synopsys-designware-cd-gpios.patch
- d/p/riscv64/starfive-mmc-card-detect.patch
- d/rules: Unexport ELF_PACKAGE_METADATA to fix FTBFS on oracular
- d/p/scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch
* d/targets.mk:
- Remove omap3_beagle target, removed from upstream
- Remove omap4_panda target, removed from upstream
* d/*.lintian-overrides: Update syntax to include [brackets]
* d/copyright: Remove redundant patterns
* d/p/riscv64/starfive: Add StarFive JH7110 compatibility patches
* d/p/use-cryptographically-safe-RNG.patch: Fix use of unsafe RNG in FIT
images (LP: #2086515)
* d/p/riscv64/efi_loader-create-common-function-to-free-struct-efi.patch:
remove unused patch
Date: Mon, 10 Feb 2025 01:31:27 +0000
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-1~0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 10 Feb 2025 01:31:27 +0000
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2025.01-1~0ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Launchpad-Bugs-Fixed: 2086515 2097726
Changes:
u-boot (2025.01-1~0ubuntu1) plucky; urgency=medium
.
* Merge from Debian unstable (LP: #2097726). 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
* Removed patches obsoleted/merged by upstream:
- d/p/rpi-board-dt.patch: use the board's device-tree instead of an
embedded one
- Add support for the Milk-V Mars board to the u-boot-starfive package.
- Enable UEFI boot manager
- 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
- Fix card detection on the JH7110 SoC
- d/p/riscv64/synopsys-designware-cd-gpios.patch
- d/p/riscv64/starfive-mmc-card-detect.patch
- d/rules: Unexport ELF_PACKAGE_METADATA to fix FTBFS on oracular
- d/p/scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch
* d/targets.mk:
- Remove omap3_beagle target, removed from upstream
- Remove omap4_panda target, removed from upstream
* d/*.lintian-overrides: Update syntax to include [brackets]
* d/copyright: Remove redundant patterns
* d/p/riscv64/starfive: Add StarFive JH7110 compatibility patches
* d/p/use-cryptographically-safe-RNG.patch: Fix use of unsafe RNG in FIT
images (LP: #2086515)
* d/p/riscv64/efi_loader-create-common-function-to-free-struct-efi.patch:
remove unused patch
Checksums-Sha1:
94f7f60553ebd1ac33dd214ef51466dbbf56d45f 4551 u-boot_2025.01-1~0ubuntu1.dsc
f072610d78a718c451a799342c43c733426f68c7 32890299 u-boot_2025.01.orig.tar.bz2
ec5697bc3cb716bb931752fd537eb9b7064f24a0 687 u-boot_2025.01.orig.tar.bz2.asc
4e5de55edf1c39723d6b91a43061ca49a01af8ca 131584 u-boot_2025.01-1~0ubuntu1.debian.tar.xz
1e72c4d0670d839108db4dc8e9f411faa52098ef 8090 u-boot_2025.01-1~0ubuntu1_source.buildinfo
Checksums-Sha256:
1ef71f384ba499af4bda77ba1e764df7d0c126f8d1931c0a9692c59c8b372393 4551 u-boot_2025.01-1~0ubuntu1.dsc
cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f 32890299 u-boot_2025.01.orig.tar.bz2
8a25ad74cd740a6e89a212bd8d7412d2e65882fecf8bc56ed806da999bb26c4a 687 u-boot_2025.01.orig.tar.bz2.asc
f66aedd90345bfd4dbe197b2dec4cfee7abca13591695e53cfa9a2ecb2aef5fb 131584 u-boot_2025.01-1~0ubuntu1.debian.tar.xz
5f9347dcc86e1239e0096db1178056805d6506a6cfbd8f52bae719ad54857f91 8090 u-boot_2025.01-1~0ubuntu1_source.buildinfo
Files:
072cc08933f77362f123e8b5168ce25a 4551 admin optional u-boot_2025.01-1~0ubuntu1.dsc
a9b03ef9a6a0fce2f913abc97a6f4bc5 32890299 admin optional u-boot_2025.01.orig.tar.bz2
748fdffefb540d3e84e005b61449a4ba 687 admin optional u-boot_2025.01.orig.tar.bz2.asc
82ed28b52930b4e2ea6d118063754dc2 131584 admin optional u-boot_2025.01-1~0ubuntu1.debian.tar.xz
fecadb1a18a9b8f92df2824e69f11515 8090 admin optional u-boot_2025.01-1~0ubuntu1_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: 4e191b44901cad0441837d0ea7c7046796e759db
More information about the plucky-changes
mailing list