summaryrefslogtreecommitdiff
path: root/plat/imx/common
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic "imx8m_misc_changes" into integrationMadhukar Pappireddy2023-03-092-2/+11
|\
| * feat(imx8mq): enable dram dvfs support on imx8mqJacky Bai2023-03-012-0/+4
| * feat(imx8mq): add workaround code for ERR11171 on imx8mqJacky Bai2023-03-012-2/+7
* | 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
* fix: remove old-style declarationsBoyan Karatotev2022-12-011-1/+1
* feat(imx8m): add support for high assurance bootAndrey Zhizhikin2022-10-192-0/+21
* feat(imx8m): add the PU power domain support on imx8mm/mnJacky Bai2022-06-272-0/+8
* feat(imx8m): add the ddr frequency change support for imx8m familyJacky Bai2022-06-272-2/+12
* refactor(plat/imx/imx): make imx io-storage logic for TBBR/FIP commonYing-Chun Liu (PaulLiu)2021-09-141-0/+301
* feat(plat/imx8m): add SiP call for secondary bootIgor Opaniuk2021-05-213-0/+46
* Don't return error information from console_flushJimmy Brisson2020-10-092-4/+2
* plat: imx: add sdei support for i.MX8MMPeng Fan2020-08-063-0/+58
* plat: imx: common: implement IMX_SIP_AARCH32Peng Fan2020-07-223-0/+44
* plat: imx: imx8_iomux: fix shift-overflow errorsIgor Opaniuk2020-03-161-14/+14
* imx: console: Use CONSOLE_T_BASE for UART base addressAndre Przywara2020-03-053-10/+10
* imx: Use generic console_t data structureAndre Przywara2020-02-252-12/+2
* Merge changes Ib1ed9786,I6c4855c8 into integrationSandrine Bailleux2020-01-211-3/+1
|\
| * plat: imx: Correct the SGIs that used for secure interruptJacky Bai2019-11-061-3/+1
* | imx: Fix multiple definition of ipc_handleSamuel Holland2019-12-042-3/+5
* | imx: Fix missing inclusion of cdefs.hSamuel Holland2019-12-042-2/+4
|/
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-012-4/+4
* Merge changes from topic "jun-add-imx7-pico" into integrationSoby Mathew2019-07-262-3/+47
|\
| * plat: imx7: Add PicoPi iMX7D basic supportJun Nie2019-07-171-1/+44
| * plat: imx7: refactor code for reuseJun Nie2019-07-171-2/+3
* | Update imx platform to not rely on undefined overflow behaviourJustin Chadwell2019-07-121-2/+2
|/
* imx8: Replace PLAT_IMX8* with automatic PLAT_imx8*Leonard Crestez2019-05-203-7/+7
* plat: imx8mq: Implement IMX_SIP_GET_SOC_INFOLeonard Crestez2019-05-202-0/+12
* plat: imx8m: Implement IMX_SIP_BUILDINFOLeonard Crestez2019-05-092-1/+5
* Makefile: remove extra include paths in INCLUDESAmbroise Vincent2019-04-031-1/+1
* Console: remove deprecated finish_console_registerAmbroise Vincent2019-04-033-3/+0
* imx: make sure GIC redistributor is awake before initializationAnson Huang2019-03-011-0/+21
* imx: warp7: Migrate to MULTI_CONSOLE_APIYing-Chun Liu (PaulLiu)2019-02-121-0/+51
* imx: power optimization for i.mx8qmAnson Huang2019-01-295-2/+55
* imx: add i.MX8 SoCs build info SIP(silicon provider) service supportAnson Huang2019-01-183-0/+52
* imx: add i.MX8 SoCs thermal alarm SIP(silicon provider) service supportAnson Huang2019-01-183-0/+16
* imx: add i.MX8 SoCs OTP SIP(silicon provider) service supportAnson Huang2019-01-183-0/+34
* imx: support for i.MX8 SoCs misc IPCAnson Huang2019-01-185-1/+1124
* imx: add wakeup source SIP runtime service supportAnson Huang2019-01-184-0/+35
* imx: add cpu-freq SIP runtime service supportAnson Huang2019-01-173-0/+42
* imx: add imx8qm/imx8qx SRTC SIP runtime service supportAnson Huang2019-01-173-0/+111
* Support for NXP's i.MX8 SoCs timer IPCAnson Huang2019-01-175-3/+828
* imx: make imx uart work for debug modeAnson Huang2019-01-152-8/+14
* imx: add necessary lpuart console_flush callback for debugAnson Huang2019-01-151-2/+8
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0421-30/+57
* plat: imx: Add i.MX8MQ basic supportBai Ping2018-12-052-0/+107
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0824-73/+73
* Merge pull request #1636 from antonio-nino-diaz-arm/an/consoleAntonio Niño Díaz2018-10-251-0/+7
|\
| * Add plat_crash_console_flush to platforms without itAntonio Nino Diaz2018-10-251-0/+7
* | Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-191-1/+2
|/