summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1563 from jts-arm/mbedDimitris Papastamos2018-09-073-22/+30
|\ \ \ \ \
| * | | | | Readjust BL2 size after sharing Mbed TLS heapJohn Tsichritzis2018-09-071-1/+1
| * | | | | Add cache flush after BL1 writes heap info to DTBJohn Tsichritzis2018-09-071-1/+11
| * | | | | Additional runtime check for DTB presence in BL2John Tsichritzis2018-09-071-7/+10
| * | | | | Slight improvements in Mbed TLS shared heap helpersJohn Tsichritzis2018-09-071-13/+8
| |/ / / /
* | | | | Merge pull request #1564 from jeenu-arm/sdei-suspendDimitris Papastamos2018-09-071-0/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SDEI: Mask events after CPU wakeupJeenu Viswambharan2018-09-071-0/+14
| |/ / /
* | | | Merge pull request #1562 from antonio-nino-diaz-arm/an/bl31-warnDimitris Papastamos2018-09-071-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Convert BL31 error message into warningAntonio Nino Diaz2018-09-061-1/+2
|/ / /
* | | Merge pull request #1561 from jeenu-arm/bakery-barrierDimitris Papastamos2018-09-053-5/+33
|\ \ \ | |/ / |/| |
| * | Add missing barriers to Bakery LocksJeenu Viswambharan2018-09-052-5/+23
| * | ARMv7: Alias dmbld() to dmb()Jeenu Viswambharan2018-09-051-0/+10
* | | Merge pull request #1558 from jenswi-linaro/qemu-updateDimitris Papastamos2018-09-054-93/+14
|\ \ \ | |/ / |/| |
| * | plat: qemu: update the early platform setup APIJens Wiklander2018-09-042-6/+7
| * | qemu: make LOAD_IMAGE_V2=1 mandatoryJens Wiklander2018-09-043-87/+7
* | | Merge pull request #1515 from bryanodonoghue/atf-master+linaro-warp7-squash-v4Dimitris Papastamos2018-09-0538-7/+4603
|\ \ \
| * | | maintainers: Add entries for imx7/WaARP7 and associated shared codeBryan O'Donoghue2018-09-041-0/+15
| * | | docs: warp7: Add description for the i.MX7 WaRP7 platformBryan O'Donoghue2018-09-041-0/+156
| * | | 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
| * | | drivers: imx: mxc_usdhc: Add USDHC driver to support boot EMMCJun Nie2018-09-042-0/+437
| * | | drivers: mmc: Add missing response type for some commandsBryan O'Donoghue2018-09-041-3/+3
| * | | drivers: mmc: Fix R3 response type definitionBryan O'Donoghue2018-09-041-2/+2
| * | | drivers: emmc: dw_mmc: Add response flag into response ID definitionJun Nie2018-09-042-2/+19
| * | | drivers: imx: imx_gpt: Add general purpose timer API bindingJun Nie2018-09-042-0/+74