summaryrefslogtreecommitdiff
path: root/plat/imx
Commit message (Expand)AuthorAgeFilesLines
* feat(imx8): add support for debug uart on lpuart1Markus Niebel2023-04-172-0/+12
* fix(imx8mq): fix compilation with gcc >= 12.xAndre Przywara2023-04-041-2/+16
* refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3Arvind Ram Prakash2023-03-154-7/+7
* Merge changes from topic "imx8m_misc_changes" into integrationMadhukar Pappireddy2023-03-0917-62/+587
|\
| * feat(imx8mq): enable dram dvfs support on imx8mqJacky Bai2023-03-015-2/+14
| * feat(imx8m): use non-fast wakeup stop mode for system suspendJacky Bai2023-03-011-1/+1
| * feat(imx8mq): correct the slot ack setting for STOP modeJacky Bai2023-03-012-1/+2
| * feat(imx8mq): add anamix pll override setting for DSM modeJacky Bai2023-03-014-7/+43
| * feat(imx8mq): add workaround code for ERR11171 on imx8mqJacky Bai2023-03-018-19/+276
| * feat(imx8mq): add the dram retention support for imx8mqJacky Bai2023-03-016-4/+61
| * feat(imx8mq): add version for B2Ye Li2023-03-011-2/+6
| * fix(imx8m): backup mr12/14 value from lpddr4 chipJacky Bai2023-03-013-2/+45
| * fix(imx8m): add ddr4 dvfs sw workaround for ERR050712Jacky Bai2023-02-281-3/+17
| * fix(imx8m): fix coverity out of bound access issueJacky Bai2023-02-283-2/+17
| * fix(imx8m): fix the dram retention random hang on some imx8mq Rev2.0Jacky Bai2023-02-281-0/+6
| * feat(imx8m): add more dram pll settingJacky Bai2023-02-281-1/+7
| * fix(imx8m): fix the current fsp initJacky Bai2023-02-281-1/+2
| * fix(imx8m): fix the rank to rank space issueJacky Bai2023-02-283-1/+50
| * fix(imx8m): fix the dfiphymaster setting after dvfsJacky Bai2023-02-271-3/+6
| * feat(imx8m): update the ddr4 dvfs flow to include ddr3l supportJacky Bai2023-02-272-7/+25
| * fix(imx8m): correct the rank info get fro mstrJacky Bai2023-02-272-3/+6
| * feat(imx8m): fix the ddr4 dvfs random hang on imx8mJacky Bai2023-02-271-3/+3
* | fix: remove useless "return" at void functionsElyes Haouas2023-02-162-4/+0
|/
* perf(imx): speed-up console/uart TX using FIFOLoic Poulain2023-01-271-2/+11
* Merge changes from topic "bk/warnings" into integrationManish Pandey2023-01-104-4/+4
|\
| * fix: remove old-style declarationsBoyan Karatotev2022-12-014-4/+4
* | feat(imx8mq): add BL31 PIE supportLucas Stach2022-12-133-2/+3
* | refactor(imx8mq): introduce BL31_SIZELucas Stach2022-12-132-2/+5
* | refactor(imx8mq): make use of setup_page_tables()Lucas Stach2022-12-131-15/+14
* | feat(imx8mq): always set up consoleLucas Stach2022-12-132-5/+3
* | feat(imx8mq): remove empty bl31_plat_runtime_setupLucas Stach2022-12-131-5/+0
* | feat(imx8mq): make IMX_BOOT_UART_BASE configurable via build parameterLucas Stach2022-12-132-1/+3
* | refactor(imx8m): pass platform metadata as a function's argumentManish V Badarkhe2022-11-221-6/+2
|/
* Merge "feat(imx8mm): add BL31 PIE support" into integrationMadhukar Pappireddy2022-11-012-1/+2
|\
| * feat(imx8mm): add BL31 PIE supportMarco Felsch2022-10-202-1/+2
* | Merge "refactor(imx8mm): introduce BL2_SIZE and BL31_SIZE" into integrationMadhukar Pappireddy2022-11-012-4/+7
|\ \ | |/
| * refactor(imx8mm): introduce BL2_SIZE and BL31_SIZEMarco Felsch2022-10-202-4/+7
* | Merge "refactor(imx8mm): make use of setup_page_tables()" into integrationMadhukar Pappireddy2022-11-011-5/+1
|\ \ | |/
| * refactor(imx8mm): make use of setup_page_tables()Marco Felsch2022-10-201-5/+1
* | Merge "refactor(imx8mm): cleanup the mmap region settings" into integrationMadhukar Pappireddy2022-11-011-9/+19
|\ \ | |/
| * refactor(imx8mm): cleanup the mmap region settingsMarco Felsch2022-10-201-9/+19
* | Merge "feat(imx8mn): add BL31 PIE support" into integrationMadhukar Pappireddy2022-11-012-1/+2
|\ \ | |/
| * feat(imx8mn): add BL31 PIE supportMarco Felsch2022-10-202-1/+2
* | Merge "refactor(imx8mn): introduce BL31_SIZE" into integrationMadhukar Pappireddy2022-11-012-4/+4
|\ \ | |/
| * refactor(imx8mn): introduce BL31_SIZEMarco Felsch2022-10-202-4/+4
* | Merge "refactor(imx8mn): make use of setup_page_tables()" into integrationMadhukar Pappireddy2022-11-011-5/+1
|\ \ | |/
| * refactor(imx8mn): make use of setup_page_tables()Marco Felsch2022-10-201-5/+1
* | Merge "refactor(imx8mn): cleanup the mmap region settings" into integrationMadhukar Pappireddy2022-11-011-10/+19
|\ \ | |/
| * refactor(imx8mn): cleanup the mmap region settingsMarco Felsch2022-10-201-10/+19
* | Merge "feat(imx8mp): add BL31 PIE support" into integrationMadhukar Pappireddy2022-11-012-1/+2
|\ \ | |/