[ubuntu/noble-proposed] u-boot 2024.01+dfsg-1ubuntu1 (Accepted)
Dave Jones
dave.jones at canonical.com
Tue Feb 6 15:30:17 UTC 2024
u-boot (2024.01+dfsg-1ubuntu1) noble; urgency=medium
[ Dave Jones ]
* Merge from Debian unstable (LP: #2051940). 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
- Enable CONFIG_CMD_SBI by default to display SBI information on RISC-V
* Removed patches obsoleted/merged by upstream:
- 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
* Refreshed patches to apply cleanly without fuzz:
- d/p/rpi-config-tweaks.patch
- d/p/rpi-maxargs.patch
* Added -mno-omit-leaf-frame-pointer to list of flags excluded from build
to fix FTBFS of u-boot-qemu
[ Heinrich Schuchardt ]
* d/p/riscv64/000[12]-efi-loader*.patch - Fix a boot-time crash on the
VisionFive2 when a USB stick is present
* 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
Date: Thu, 01 Feb 2024 13:52:26 +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/2024.01+dfsg-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 01 Feb 2024 13:52:26 +0000
Source: u-boot
Built-For-Profiles: noudeb
Architecture: source
Version: 2024.01+dfsg-1ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Launchpad-Bugs-Fixed: 2051940
Changes:
u-boot (2024.01+dfsg-1ubuntu1) noble; urgency=medium
.
[ Dave Jones ]
* Merge from Debian unstable (LP: #2051940). 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
- Enable CONFIG_CMD_SBI by default to display SBI information on RISC-V
* Removed patches obsoleted/merged by upstream:
- 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
* Refreshed patches to apply cleanly without fuzz:
- d/p/rpi-config-tweaks.patch
- d/p/rpi-maxargs.patch
* Added -mno-omit-leaf-frame-pointer to list of flags excluded from build
to fix FTBFS of u-boot-qemu
.
[ Heinrich Schuchardt ]
* d/p/riscv64/000[12]-efi-loader*.patch - Fix a boot-time crash on the
VisionFive2 when a USB stick is present
* 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
Checksums-Sha1:
370950452a613a028ddbe77513b5611e880d8ba5 3909 u-boot_2024.01+dfsg-1ubuntu1.dsc
d01d0a78138ecd67d72735f200d3f9d66373be9d 16768668 u-boot_2024.01+dfsg.orig.tar.xz
1578b1fd8a2502e4e4dd431669942e992621ce5e 112008 u-boot_2024.01+dfsg-1ubuntu1.debian.tar.xz
94a1f450b37f74bb2b888534f7a1a92d58f6666c 7580 u-boot_2024.01+dfsg-1ubuntu1_source.buildinfo
Checksums-Sha256:
6ee0e22ace21f3743712305577c744a48e1b59572b73a9207e7549bed338cdf2 3909 u-boot_2024.01+dfsg-1ubuntu1.dsc
cd9f4c204fdd1157de8c812ded9b12b819d044f7b5ed340565b46653ae05a17d 16768668 u-boot_2024.01+dfsg.orig.tar.xz
842c6838cdb86fd17f451a1e7f6f063d26e635f52f27ddad743791b78fd912bb 112008 u-boot_2024.01+dfsg-1ubuntu1.debian.tar.xz
e306cffca7cada386ac7bb714b12948aebbe17f9777af517b6c5a8df5e90fdb8 7580 u-boot_2024.01+dfsg-1ubuntu1_source.buildinfo
Files:
23d293813c4e8666ddaa8db0d15cbc11 3909 admin optional u-boot_2024.01+dfsg-1ubuntu1.dsc
42a989d18bc8d9f5cbcf9f96bc1b7c05 16768668 admin optional u-boot_2024.01+dfsg.orig.tar.xz
e3f1326df70e183f3de702102a0b09a1 112008 admin optional u-boot_2024.01+dfsg-1ubuntu1.debian.tar.xz
cf2238bdafe71d496d794e1f4e282b8c 7580 admin optional u-boot_2024.01+dfsg-1ubuntu1_source.buildinfo
Original-Maintainer: Vagrant Cascadian <vagrant at debian.org>
More information about the noble-changes
mailing list