- Apr 13, 2023
-
-
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>
-
- Mar 23, 2023
-
-
Detlev Casanova authored
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com> Change-Id: I3f80f3e1341921deb86fb4cf7539703882ac945b
-
Detlev Casanova authored
On the R-Car Gen3 boards, u-boot will apply this reserved-memory node directly on the Linux device-tree. The linux kernel requires that the ranges, #address-cells and #size-cells values must be set in the reserved-memory node. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com> Change-Id: I7d7f048195b5499940e386f4744157f74b0df9f9
-
- Jan 30, 2023
-
-
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.co.uk>
-
- Jan 19, 2023
-
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
With the latest packaging changes, this patch should not be needed anymore Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Merge remote-tracking branch 'origin/apertis/v2024dev1' into proposed-updates/debian/bookworm/d21f430d * origin/apertis/v2024dev1: (30 commits) Release arm-trusted-firmware version 2.7.0+dfsg-2+apertis3 d/rules: Add k3 target Release arm-trusted-firmware version 2.7.0+dfsg-2+apertis2 Refresh the automatically detected licensing information Patch reverting upgrade to openssl 3.0 Revert Fix build failure by ignoring warnings for RWX segments Revert passing --param=min-pagesize=0 in CFLAGS Refresh the automatically detected licensing information Release arm-trusted-firmware version 2.7.0+dfsg-2+apertis1 Release arm-trusted-firmware 2.5+dfsg-1+apertis4 Release arm-trusted-firmware version 2.5+dfsg-1+apertis3 d/rules: Call make clean between each subplatforms rebuild Release arm-trusted-firmware version 2.5+dfsg-1+apertis2 d/rules: Add imx8mn_uart4 target subplatform Revert "d/patches: imx8m: Disable ATF console_imx_uart_register" Release arm-trusted-firmware version 2.5+dfsg-1+apertis1 Refresh the automatically detected licensing information Import Upstream version 2.5+dfsg Release arm-trusted-firmware version 2.4+dfsg-2+apertis2 d/patches: imx8m: Disable ATF console_imx_uart_register ...
-
Vagrant Cascadian authored
-
Apertis CI authored
-
- Nov 08, 2022
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
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
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
-
Dylan Aïssi authored
-
Dylan Aïssi authored
-
- Sep 06, 2022
-
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Ariel D'Alessandro authored
Merge remote-tracking branch 'origin/apertis/v2023dev3' into proposed-updates/debian/bookworm/3e7937dc
-
Vagrant Cascadian authored
-
Apertis CI authored
-
- Aug 25, 2022
-
-
Walter Lozano authored
Bump version in the changelog to force a rebuild using the latest dwarf2sources. This is required since on v2022 the latest version for dwarf2sources is available in -updates. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Nov 24, 2021
-
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
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
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
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>
-
Apertis CI authored
This reverts commit 92800f31. iMX8MN boards uses different UART ports for console. Instead of disabling it, the proper UART register address must be provided. Revert this hack and set this register address in follow up commits. Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Aug 12, 2021
-
-
Apertis CI authored
Signed-off-by:
Apertis CI <devel@lists.apertis.org>
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Apertis CI authored
Merge remote-tracking branch 'origin/apertis/v2022dev3' into proposed-updates/debian/experimental/5533525d
-
Vagrant Cascadian authored
-
Apertis CI authored
-
- Jul 07, 2021
-
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Ariel D'Alessandro authored
imx8mn platform has been recently enabled but it's failing to boot. Add the missing board support patch picked from Variscite. TODO: this is a Vendor hack and should be cleaned up for upstream submission. Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Jul 01, 2021
-
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Feb 22, 2021
-
-
Apertis CI authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Apertis CI authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-