Commit Graph

13 Commits

Author SHA1 Message Date
Chris Dimich
3a283aee91 imx-atf-boundary: unexport variables instead of set in compile task
To match imx-atf:

https://github.com/Freescale/meta-freescale/blob/master/recipes-bsp/imx-atf/imx-atf_2.8.bb#L29-L33

ad889575ae

also fixes error:

bl31.elf section `coherent_ram' will not fit in region `RAM'
aarch64-poky-linux-ld.bfd: BL31 image has exceeded its limit.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2023-11-07 14:10:17 -08:00
Chris Dimich
4271bda58b imx-atf-boundary: Update to boundary-lf-6.1.22-2.0.0 branch (v2.8)
Update to the 2.8 version aligned with NXP BSP release L6.1.22-2.0.0.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2023-11-07 14:10:14 -08:00
Chris Dimich
aae042e7da imx-atf-boundary: bump version to 2.6
Based upon NXP lf-6.1.1-1.0.0 branch.

Relevent Changes:
b47c5d5f7: make_boundary.sh: initial addition
433a82bcd: imx8ulp_bl31_setup: search for enabled uart to use
3aec22320: imx8m*_bl31_setup: remove RDC limitation on UART ports
92e28ac36: imx8_helpers: enable a UART on crash
8212cfd0f: xlat_tables_common: change assert to just a print, this will trigger in debug mode
616a4588f: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
c65bd415f: LF-8459-02: fix(imx): add the missing copyright
496be8f7d: LF-8459-01 refine(imx8ulp): remove the unused header file
cd1902146: LF-8455 Add LICENSE.txt file into tf-a root dir
2a68527c6: LF-8322 Add the SCR file
04edb4bb4: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
5ad0acb25: LF-8199 fix(imx93): make sure mub side clock enabled
8a12537ed: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
7aad24ff5: LF-8091 fix(imx93): fix uart/gpio wakeup if clock gated
3d95ac039: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
d3745ad70: LF-8090 imx93: TRDC: Fix wrong fuse bits for USB1 and eQOS disable
de873017a: LF-7968-02 fix: Binutils 2.39 now warns when a segment has RXW permissions[1]:
b308ea0ee: LF-7968-01 fix(Makefile): Suppress array-bounds error
40aa23587: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
0b2fe165c: LF-7951 feat(imx8ulp): add a flag check for the ddr status
983e91d73: LF-7950-02 feat(imx93): enable mu1_b general interrupt 1
ffa707885: LF-7950-01 feat(imx93): force m33 into suspend mode if not enabled
bda471529: LF-7949 feat(imx93): add system pll power down support
49c4e267a: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
46af4ffd6: LF-7858 feat(imx93): add ddr frequency scaling support on imx93
5234dfb98: LF-7820 feat(imx93): support kicking M33 from non 0xFFE0000 address
7e221852d: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
efabee40f: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
722741791: LF-7819 imx8ulp: Fix suspend/resume issue when DBD owner is s400 only
18973b8fc: LF-7814 imx93: Update TRDC driver to protect fused modules
3c1583ba0: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
da3f2f567: LF-7722 imx8ulp: Allow RTD to reset APD through MU
73d13d901: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
be497b02d: LF-7686 imx8ulp: Modify WDOG reset sequence
8ae9ee6a7: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
969443b6e: LF-7683 feat(imx93): enable the s401 clock on/off handshake
9f6886fdc: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
67dfe831b: LF-7671 feat(imx8ulp): update the pad setting to save more power
04adcb11b: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
b40dd6d2c: LF-7430 feat(imx93): change the pwr switch ack mode
51cbf311e: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
5ce1b13c8: LF-7608 imx8ulp: xrdc: Skip PAC configuration for XRDC manager
d5d795787: Merge remote-tracking branch 'origin/ls_v2.6' into lf_v2.6
c9d760d5c: fix(layerscape): unlock write access for SMMU SMMU_CBn_ACTLR
80f5da009: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
79d4f174f: LF-7420: plat: imx8ulp: upower hal: fix temp below zero
254d57d0e: Merge remote-tracking branch 'origin/ls_v2.6' into lf_v2.6
ab2b81a77: ddr: phy.c : Add check for while restoring training values from xspi
13a157a94: Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
b68f61b58: LF-5378 feat(imx8ulp): put all the pad into off mode
3e8c6512e: LF-7296-02 feat(imx8ulp): shutdown LDO1 in APD DPD mode
8048b198e: LF-7296-01 feat(imx8ulp): set buck3 to 0.73v when APD enter PD mode

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2023-03-24 14:10:02 -07:00
Chris Dimich
18fe766078 imx-atf-boundary: update do_deploy to fix binary path as per imx-boot
imx-boot was updated to copy a binary from different path, so need to
fix.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-07-26 16:37:29 -07:00
Otavio Salvador
671aee4b2b Generalize overrides subsystem for NXP and Mainline support
This apply the changes from the script in the referred PR.

Refs: https://github.com/Freescale/meta-freescale/pull/980
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-23 10:41:48 -03:00
Pierre-Jean Texier
be5493795a recipes: use https protocol and add explicit branch parameter
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
2021-11-05 19:55:33 +01:00
Chris Dimich
579e9eed12 imx-atf-boundary: move to boundary-imx_5.4.70_2.3.0 branch
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-09 12:15:26 -07:00
Khem Raj
4ac3c7265a layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09 10:31:27 -07:00
Chris Dimich
a249d18837 imx-atf-boundary: add ATF_PLATFORM variable for imx8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-03-08 16:06:01 -03:00
Chris Dimich
f36dfbd3fa imx-atf-boundary: add support for nitrogen8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-16 11:45:04 -03:00
Gary Bisson
2cb39040c9 imx-atf-boundary: rename platform variable
To align with latest meta-freescale package.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30 09:40:29 -03:00
Gary Bisson
94c2a1152d imx-atf-boundary: bump version to 2.2
- based upon NXP imx_5.4.47_2.2.0 branch
- includes changes to allow UART4 access from Cortex-A
- fix lpddr4 cache flush for i.MX8MP

Note that the previous version was wrongly named 2.3 although it was
based upon ATF 2.0.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-21 13:48:09 -03:00
Chris Dimich
8bf3414ad6 imx-atf-boundary_2.3: add recipe
Add custom imx-atf applicable only to Nitrogen8m, Nitrogen8mm and
Nitrogen8mn, which pulls from Boundary's imx-atf. This is done because
meta-freescale imx-atf_2.0 sets the RDC so that UART4 is only accessible
by M4 core.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2020-04-27 09:40:31 -03:00