aboutsummaryrefslogtreecommitdiffstats
path: root/plat/imx
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0435-112/+164
* io_block: define MAX_IO_BLOCK_DEVICES as unsignedYann Gautier2018-12-101-1/+1
* Merge pull request #1700 from jwerner-chromium/JW_crashfixSoby Mathew2018-12-102-2/+0
|\
| * drivers/console: Link console framework code by defaultJulius Werner2018-12-062-2/+0
* | plat: imx: Add i.MX8MQ basic supportBai Ping2018-12-058-0/+976
|/
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0828-85/+85
* warp7, ls1043: Remove unneeded include pathsAntonio Nino Diaz2018-10-301-1/+0
* Merge pull request #1636 from antonio-nino-diaz-arm/an/consoleAntonio Niño Díaz2018-10-252-0/+14
|\
| * Add plat_crash_console_flush to platforms without itAntonio Nino Diaz2018-10-252-0/+14
* | Multi-console: Deprecate the `finish_console_register` macroSoby Mathew2018-10-191-1/+2
|/
* imx8qm: imx8qx: Migrate to new interfacesAntonio Nino Diaz2018-09-285-17/+13
* warp7: Migrate to new interfacesAntonio Nino Diaz2018-09-282-11/+1
* warp7: Add warp7 platform to the buildBryan O'Donoghue2018-09-042-0/+408
* warp7: panic: hab: Call into BootROM failsafe on panic pathBryan O'Donoghue2018-09-041-0/+8
* warp7: mem_params_desc: Add boot entries to mem params arrayBryan O'Donoghue2018-09-041-0/+75
* warp7: io_storage: Add initial stub warp7_io_storage.cBryan O'Donoghue2018-09-042-0/+219
* warp7: Define a platform_def.hBryan O'Donoghue2018-09-041-0/+217
* warp7: mem_params_desc: Add a file which exports a REGISTER_BL_IMAGE_DESCSBryan O'Donoghue2018-09-041-0/+15
* warp7: Add a warp7_private.h fileBryan O'Donoghue2018-09-041-0/+14
* warp7: image_load: Add warp7_image_load.cBryan O'Donoghue2018-09-041-0/+24
* warp7: Add initial warp7_helpers.SBryan O'Donoghue2018-09-041-0/+44
* imx: imx_wdog: Add code to initialize the wdog blockBryan O'Donoghue2018-09-042-0/+85
* imx: imx_caam: Add code to initialize the CAAM job-rings to NS-worldBryan O'Donoghue2018-09-042-0/+90
* imx: imx_hab: Define a HAB header fileBryan O'Donoghue2018-09-041-0/+33
* imx7: hab_arch: Provide a hab_arch.h fileBryan O'Donoghue2018-09-041-0/+12
* imx: imx_snvs: Add an SNVS core functionalityBryan O'Donoghue2018-09-041-0/+21
* imx: imx_snvs: Define a SNVS header and memory mapBryan O'Donoghue2018-09-041-0/+82
* imx: imx_csu: Add a simple CSU layerBryan O'Donoghue2018-09-042-0/+61
* imx: imx_aips: Add initial AIPS supportBryan O'Donoghue2018-09-042-0/+78
* imx: imx_io_mux: Define an IO-mux layerBryan O'Donoghue2018-09-042-0/+632
* imx7: imx7_clock: usb: Initialize the USB core clocksBryan O'Donoghue2018-09-041-0/+11
* imx7: imx7_clock: wdog: Initialize the watchdog clocksBryan O'Donoghue2018-09-041-0/+11
* imx7: imx7_clock: uart: Add UART clock init logicBryan O'Donoghue2018-09-041-0/+33
* imx: imx_clock: usb: Add USB clock APIBryan O'Donoghue2018-09-042-0/+21
* imx: imx_clock: wdog: Add watchdog clock APIBryan O'Donoghue2018-09-042-0/+37
* imx: imx_clock: mmc: Add USDHC clock APIJun Nie2018-09-042-0/+17
* imx: imx_clock: uart: Add UART clock APIBryan O'Donoghue2018-09-042-0/+35
* imx: imx_clock: Add driver and associated clock register definitionsBryan O'Donoghue2018-09-042-0/+1044
* imx7: imx_regs: Add a shared imx-regs.h for i.MX7 ATF platformsBryan O'Donoghue2018-09-041-0/+108
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-222-4/+4
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-223-3/+3
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-202-11/+20
* imx: imx8qm: add domain suspend/resume supportAnson Huang2018-07-121-37/+69
* imx: imx8qm: add domain off supportAnson Huang2018-07-123-1/+28
* imx: imx8qm: add system reset supportAnson Huang2018-07-121-0/+1
* imx: imx8qm: add system off supportAnson Huang2018-07-122-0/+2
* imx: imx8qx: add domain suspend/resume supportAnson Huang2018-07-124-7/+61
* imx: imx8qx: add domain off supportAnson Huang2018-07-121-0/+12
* imx: imx8qx: add system reset supportAnson Huang2018-07-123-0/+9
* imx: imx8qx: add system off supportAnson Huang2018-07-124-0/+25