arm-trusted-firmware (2.6+dfsg-1)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the debian/2.6+dfsg-1 tag
- Git: https://salsa.debian.org/debian/arm-trusted-firmware.git
-
- Branch: debian/latest
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian/arm-trusted-firmware
- Last scan: 2022-05-25 00:49:12+00
- Next scan: 2022-06-01 09:52:00+00
- Debian changelog in Git:
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
- This branch is 6 commits ahead of tag debian/2.6+dfsg-1
- Git log:
commit 978ba185167620037236ab2e6306586b199ae2b7
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Thu Aug 19 15:33:20 2021 +0100
Set upstream Repository/Repository-Browse fields.
commit ec9f8860343d70b302ab29ee0ca6828848f06e6c
Merge: 3fc0cc9e9 28130e386
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Tue Apr 5 20:50:09 2022 +0000
Merge branch 'wip/adalessandro/support-imx8mn-uart4' into 'debian/latest'
Enable imx8mn target and UART4 variant
See merge request debian/arm-trusted-firmware!3
commit 28130e38676bb9fa732404b08ce49c86796485e7
Author: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Date: Tue Apr 5 10:55:24 2022 -0300
d/rules: Add imx8mn_uart4 target subplatform
By default, iMX8MN uses UART2 console. However, other boards supported
upstream (e.g. Variscite VAR-SOM-MX8M-NANO board) uses UART4.
Add two subplatforms for imx8mn platform:
* imx8mn: default configuration
* imx8mn_uart4: console set to UART4
This will generate the following tree:
$ tree usr/lib/arm-trusted-firmware/imx8mn*
usr/lib/arm-trusted-firmware/imx8mn
└── bl31.bin
usr/lib/arm-trusted-firmware/imx8mn_uart4
└── bl31.bin
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
commit d4dc1126ae99a9624c31b6a4eaa7a3e1bfd92f40
Author: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Date: Tue Apr 5 10:28:46 2022 -0300
d/rules: Unify build rule for both debug and release platforms
The target platform come in two flavours: debug and release (nodebug).
However, the build rule is essentially the same. Simplify this by
defining a common function with the required parameters.
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
commit b0bc24d750fc1d35b8c7643a30a6b8d2d817713e
Author: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Date: Tue Nov 16 13:47:21 2021 -0300
d/rules: Enable imx8mn target
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
commit 3fc0cc9e921dcb0f2ac8bf1e2394033e546d133e
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Wed Jan 19 15:56:03 2022 -0800
debian/rules: Add imx8mq platform.
Build imx8mq with DEBUG=0, as otherwise the binary is too large and
fails to build.