diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 271 |
1 files changed, 271 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3051b0d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,271 @@ +arm-trusted-firmware (2.10.0+dfsg-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: Drop patches applied upstream. + * debian/patches: Refresh patch to use ldflags. + * debian/copyright: Update for 2.10.0. + + -- Vagrant Cascadian <vagrant@debian.org> Sun, 03 Dec 2023 17:25:38 -0800 + +arm-trusted-firmware (2.9.0+dfsg-3) unstable; urgency=medium + + * Upload to unstable. + + -- Vagrant Cascadian <vagrant@debian.org> Fri, 30 Jun 2023 18:17:00 -0700 + +arm-trusted-firmware (2.9.0+dfsg-2) experimental; urgency=medium + + * debian/rules: Fix variable assignment for sun50i_h6_no_pmic target. + + -- Vagrant Cascadian <vagrant@debian.org> Sun, 18 Jun 2023 20:42:17 -0700 + +arm-trusted-firmware (2.9.0+dfsg-1) experimental; urgency=medium + + [ Manuel Traut ] + * Build for i.MX8MM + + [ Vagrant Cascadian ] + * debian/copyright: Update for 2.9.0. + * debian/control: Update Standards-Version to 4.6.2. + * debian/rules: Build sun50i_a64 with debugging enabled again. + + [ Detlev Casanova ] + * debian/patches: Add mandatory fields in reserved-memory node + * debian/rules: Add platform target specifiers + * debian/rules: Also build bl31 for the rcar platform + + [ Vagrant Cascadian ] + * debian/rules: Disable imx8mq, as it is not well supported upstream. + + [ harry88@gmx.ph ] + * debian/rules: Add sun50i_h6 subplatform without PMIC regulators. + (Closes: #1032395) + + -- Vagrant Cascadian <vagrant@debian.org> Sun, 18 Jun 2023 20:26:00 -0700 + +arm-trusted-firmware (2.8.0+dfsg-1) unstable; urgency=medium + + * New upstream release. + * debian/control: Add openssl to Build-Depends. + * debian/rules: Move sun50i_a64 to platforms_nodebug. + * debian/patches: Refresh for 2.8.0. + * debian/copyright: Update for 2.8.0. + + -- Vagrant Cascadian <vagrant@debian.org> Thu, 24 Nov 2022 22:31:44 -0800 + +arm-trusted-firmware (2.7.0+dfsg-2) unstable; urgency=medium + + * debian/rules: Fix build failure by ignoring warnings for RWX segments. + * debian/rules: Work around gcc-12 bug by passing --param=min-pagesize=0 + in CFLAGS. + * debian/patches: Use LDFLAGS with fiptool and cert_create. + * debian/rules: Enable hardening options. + * Update lintian override for statically-linked-binary. + * Update lintian override for wrong-section-according-to-package-name. + + -- Vagrant Cascadian <vagrant@debian.org> Fri, 05 Aug 2022 20:28:37 -0700 + +arm-trusted-firmware (2.7.0+dfsg-1) experimental; urgency=medium + + * New upstream release. + + [ Vagrant Cascadian ] + * debian/rules: Add imx8mq platform. + * debian/copyright: Update for 2.7.0. + * debian/control: Update Standards Version to 4.6.1. + + [ Ariel D'Alessandro ] + * d/rules: Enable imx8mn target + * d/rules: Unify build rule for both debug and release platforms + * d/rules: Add imx8mn_uart4 target subplatform + + [ Jelmer Vernooij ] + * Set upstream Repository/Repository-Browse fields. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 08 Jun 2022 20:58:51 -0700 + +arm-trusted-firmware (2.6+dfsg-1) unstable; urgency=medium + + * New upstream release. + * debian/rules: Adjust installation of upstream changelog. + * Remove upstream signing key. + + -- Vagrant Cascadian <vagrant@debian.org> Fri, 26 Nov 2021 17:26:17 -0800 + +arm-trusted-firmware (2.6~rc0+dfsg-1) experimental; urgency=medium + + * New upstream release candidate. + * debian/control: Remove "native" qualifier from binutils-arm-none-eabi + in Build-Depends. + * debian/control: Remove "native" qualifier from gcc-arm-none-eabi in + Build-Depends. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 17 Nov 2021 10:31:10 -0800 + +arm-trusted-firmware (2.5+dfsg-2) unstable; urgency=medium + + * debian/control: Update Standards-Version to 4.6.0, no changes. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 08 Sep 2021 19:35:43 -0700 + +arm-trusted-firmware (2.5+dfsg-1) experimental; urgency=medium + + * New upstream release + + [ Nicolas Boulenguez ] + * Make each command run by Make visible in the build log + (Closes: #979278) + * Read DEB_HOST_ARCH from /usr/share/architecture.mk instead of + environment (Closes: #986059) + * Fix cross build of tools by setting HOSTCC from CC (Closes: #986058) + * Fix dependencies allowing cross build of rk3399 (Closes: #986057) + * Lintian override for non-linux firmware (Closes: #986056) + * Drop unused shlibs:Depends debhelper variable from firmware package + (Closes: #986055) + + [ Vagrant Cascadian ] + * debian/control: Drop explicit branch from Vcs-Git. + * debian/copyright: Update for 2.5. + * Build rpi3 and rpi4 platforms. (Closes: #989579) + + -- Vagrant Cascadian <vagrant@debian.org> Tue, 08 Jun 2021 20:04:40 -0700 + +arm-trusted-firmware (2.4+dfsg-2) unstable; urgency=medium + + * Upload to unstable. + + -- Vagrant Cascadian <vagrant@debian.org> Sat, 16 Jan 2021 17:29:49 -0800 + +arm-trusted-firmware (2.4+dfsg-1) experimental; urgency=medium + + [ Vagrant Cascadian ] + * debian/targets: Enable g12a target (Closes: #973255). + * Enable Build-Profile pkg.arm-trusted-firmware.notools to disable + building of arm-trusted-firmware-tools. + * debian/targets: Enable sun50i_h6 target (Closes: #979179). + + [ Nicolas Boulenguez ] + * Update debian/watch (Closes: #977803). + * Delegate changelog renaming to debhelper (Closes: #977803). + * Let dh_auto_build call sub-Makes (Closes: #977803). + + [ Vagrant Cascadian ] + * arm-trusted-firmware: Update lintian overrides to use a glob. Thanks + to Nicolas Boulenguez. (Closes: #977803) + * debian/control: Update Standards-Version to 4.5.1. + + -- Vagrant Cascadian <vagrant@debian.org> Mon, 04 Jan 2021 13:40:33 -0800 + +arm-trusted-firmware (2.3+dfsg-3) unstable; urgency=medium + + * Only build firmware on arm64. + * Pass empty CFLAGS and LDFLAGS to firmware build + * Pass CFLAGS and CPPFLAGS to fiptool and cert_create. + * Drop hardening options that no longer cause issues for the firmware + build. + * Drop --debug flag from make invocation. + * Use -ffile-prefix-map in TF_CFLAGS for reproducible builds. + * Drop -fno-pie from TF_CFLAGS as it is handled upstream. + + -- Vagrant Cascadian <vagrant@debian.org> Sat, 17 Oct 2020 22:17:48 -0700 + +arm-trusted-firmware (2.3+dfsg-2) experimental; urgency=medium + + * debian/control: arm-trusted-firmware: Remove description comparing to + Intel ME. Thanks to Pali Rohár. + * debian/control: Update to debhelper-compat 13. + * debian/rules: Make builds verbose by default, respecting + DEB_BUILD_OPTIONS=terse. + * Add arm-trusted-firmware-tools (Closes: #931397). Thanks to Ying-Chun + Liu (PaulLiu). + + -- Vagrant Cascadian <vagrant@debian.org> Sat, 10 Oct 2020 19:22:41 -0700 + +arm-trusted-firmware (2.3+dfsg-1) unstable; urgency=medium + + * Remove binary files with unknown licensing (Closes: #961697). + * Update debian/copyright. + * Update debian/watch. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 08 Jul 2020 08:26:49 -0700 + +arm-trusted-firmware (2.3-1) unstable; urgency=medium + + * New upstream release. + * debian/copyright: Update for new upstream version. + * debian/upstream: Add upstream signing key. + + -- Vagrant Cascadian <vagrant@debian.org> Sun, 26 Apr 2020 10:34:37 -0700 + +arm-trusted-firmware (2.2-3) unstable; urgency=medium + + [ Vagrant Cascadian ] + * debian/control: + - Add build-deps for rk3399. + - Update Standards-Version to 4.5.0, no changes. + * Enable rk3399 target. + * Add lintian override for rk3399. + + [ Walter Lozano ] + * Fix build for rk3399 (Closes: #956298) + + -- Vagrant Cascadian <vagrant@debian.org> Fri, 10 Apr 2020 08:34:34 -0700 + +arm-trusted-firmware (2.2-2) unstable; urgency=medium + + * Upload to unstable. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 08 Jan 2020 00:24:14 -0800 + +arm-trusted-firmware (2.2-1) experimental; urgency=medium + + * New upstream version. + * debian/copyright: Updates for v2.2. + * debian/control: Update Standards-Version to 4.4.1, no changes needed. + * debian/control: Add Breaks on u-boot-rockchip less than 2020.01~rc5. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 25 Dec 2019 18:46:10 -0800 + +arm-trusted-firmware (2.1-3) unstable; urgency=medium + + * Update URLs for move to trustedfirmware.org. + * debian/control: Update to Standards-Version 4.4.0. + + -- Vagrant Cascadian <vagrant@debian.org> Mon, 08 Jul 2019 10:25:12 -0700 + +arm-trusted-firmware (2.1-2) experimental; urgency=medium + + * Build rk3328 bl31.elf. + * Drop Recommends on u-boot-sunxi. + + -- Vagrant Cascadian <vagrant@debian.org> Mon, 13 May 2019 16:23:51 -0700 + +arm-trusted-firmware (2.1-1) experimental; urgency=medium + + * New upstream version. + * debian/control: + - Update Standards-Version to 4.3.0, no changes needed. + - Switch to debhelper-compat 12. + + -- Vagrant Cascadian <vagrant@debian.org> Wed, 10 Apr 2019 01:02:30 -0700 + +arm-trusted-firmware (2.0+290.98aab974-2) unstable; urgency=medium + + * Upload to unstable. + + -- Vagrant Cascadian <vagrant@debian.org> Tue, 27 Nov 2018 15:33:29 -0800 + +arm-trusted-firmware (2.0+290.98aab974-1) experimental; urgency=medium + + * Upstream git snapshot from commit 98aab97484b27e40aa74a93e5d1c1ac037a7e0b8. + - Fixes for USB and Ethernet on allwinner platforms. + * Enable gxbb (tested on Odroid-C2). + + -- Vagrant Cascadian <vagrant@debian.org> Mon, 26 Nov 2018 23:41:28 -0800 + +arm-trusted-firmware (2.0+267~cabe0a31-1) experimental; urgency=medium + + * Upstream git snapshot from commit cabe0a31801e99e7abb84d2114ded6bb56f3c71e. + * Initial upload to Debian (Closes: #881620). + + -- Vagrant Cascadian <vagrant@debian.org> Mon, 19 Nov 2018 14:25:59 -0800 |