- Feb 15, 2024
-
-
Wei Gao authored
-
- May 19, 2023
-
-
Detlev Casanova authored
This reverts commit fce0ce56.
-
Detlev Casanova authored
This reverts commit 9d0655c8.
-
- Apr 13, 2023
-
-
Detlev Casanova authored
Currently, it only builds bl31 for the H3, M3N and M3W. Also add `$($(subplatform)_assigns)` in the clean step. It is needed for cleaning the rcar platform. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
Detlev Casanova authored
Add support for multiple targets depending on the platform. This is a preparation commit for supporting the Renesas R-Car platform that uses bl31.srec and bl2.srec. Also add a make_target variable that can be different than bl31 for some platforms. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
- Nov 08, 2022
-
-
Martyn Welch authored
Add target to build AFT for the TI am62x SoC. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Nov 04, 2022
-
-
Dylan Aïssi authored
-
Dylan Aïssi authored
-
- Nov 24, 2021
-
-
Ariel D'Alessandro authored
For each subplatform, make is called using the same PLAT variable. If the build is not cleaned between each call, objects will remain the same, without rebuilding them. This issue is producing all subplatforms targets to be the same for each platform, e.g.: imx8mn and imx8mn_uart4; Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Nov 16, 2021
-
-
Ariel D'Alessandro authored
By default, iMX8MN uses UART2 console. However, other boards support in Apertis (e.g. Variscite VAR-SOM-MX8M-NANO board, BSH SMM S2 boards) 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>
-
- Oct 18, 2020
-
-
Vagrant Cascadian authored
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. 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).
-
- Jun 29, 2020
-
-
Added override for `dwz` due build failure: dwz -q -mdebian/arm-trusted-firmware/usr/lib/debug/.dwz/aarch64-linux-gnu/arm-trusted-firmware.debug -M/usr/lib/debug/.dwz/aarch64-linux-gnu/arm-trusted-firmware.debug -- debian/arm-trusted-firmware/usr/lib/arm-trusted-firmware/rk3328/bl31.elf debian/arm-trusted-firmware/usr/lib/arm-trusted-firmware/rk3399/bl31.elf /usr/bin/dwz: Allocatable section in debian/arm-trusted-firmware/usr/lib/arm-trusted-firmware/rk3399/bl31.elf after non-allocatable ones /usr/bin/dwz: Too few files for multifile optimization objcopy --compress-debug-sections debian/arm-trusted-firmware/usr/lib/debug/.dwz/aarch64-linux-gnu/arm-trusted-firmware.debug /usr/bin/objcopy: 'debian/arm-trusted-firmware/usr/lib/debug/.dwz/aarch64-linux-gnu/arm-trusted-firmware.debug': No such file dh_dwz: objcopy --compress-debug-sections debian/arm-trusted-firmware/usr/lib/debug/.dwz/aarch64-linux-gnu/arm-trusted-firmware.debug returned exit code 1 Signed-off-by:
Apertis package maintainers <packagers@lists.apertis.org>
-
- Apr 26, 2020
-
-
Vagrant Cascadian authored
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. 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) arm-trusted-firmware (2.2-2) unstable; urgency=medium * Upload to unstable. 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. 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. arm-trusted-firmware (2.1-2) experimental; urgency=medium * Build rk3328 bl31.elf. * Drop Recommends on u-boot-sunxi. 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. arm-trusted-firmware (2.0+290.98aab974-2) unstable; urgency=medium * Upload to unstable. 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). arm-trusted-firmware (2.0+267~cabe0a31-1) experimental; urgency=medium * Upstream git snapshot from commit cabe0a31801e99e7abb84d2114ded6bb56f3c71e. * Initial upload to Debian (Closes: #881620).
-