summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf/imx-atf_2.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-freescale: migrate IMX repos from codeaurora to githubSimone Agresta2023-04-041-1/+1
| | | | Signed-off-by: Simone Agresta <simone.agresta@bticino.it>
* imx-atf: Remove -O2 from CFLAGS for 8MQTom Hochstein2021-08-311-0/+2
| | | | | | | | | | | | | | | The i.MX 8M Quad has only 64 kB of OCRAM, and the following build break is observed: ``` | aarch64-poky-linux-ld.bfd: /opt/work/upstream/fsl-xwayland/tmp/work/cortexa53-crypto-mx8m-fsl-linux/imx-atf/2.4+gitAUTOINC+ec35fef92b-r0/git/build-optee/imx8mq/release/bl31/bl31.elf section `coherent_ram' will not fit in region `RAM' | aarch64-poky-linux-ld.bfd: BL31 image has exceeded its limit. | aarch64-poky-linux-ld.bfd: region `RAM' overflowed by 4096 bytes ``` Fix the break by disabling -O2 optimization. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-atf: Upgrade to NXP release 5.10.35-2.0.0Tom Hochstein2021-08-311-2/+2
| | | | | | | Update recipe SRCREV and branch to point to new version available as a part of NXP release [lf_v2.4]. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-atf: Upgrade to 2.4Tom Hochstein2021-04-301-0/+51
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8acd449c06a0a51dd0b9e177ec8016e2226b3bb5)