summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: VFxxx: bbu: Add a handler for MMC boot partitionsAndrey Smirnov2018-09-192-0/+16
* ARM: i.MX: bbu: Detect MMC before reading current boot partitionAndrey Smirnov2018-09-191-0/+6
* ARM: i.MX: bbu: Convert devicefile to device nameAndrey Smirnov2018-09-191-2/+3
* ARM: i.MX: bbu: Check retrun value of getenv()Andrey Smirnov2018-09-191-0/+5
* ARM: i.MX51: bbu: Add a handler for MMC boot partitionsAndrey Smirnov2018-09-192-0/+15
* ARM: i.MX: bbu: Add support for v1 header to MMC boot handlerAndrey Smirnov2018-09-191-15/+17
* ARM: i.MX27: Fix NAND boot with newer gccSascha Hauer2018-09-191-1/+8
* Merge branch 'for-next/imx-hab'Sascha Hauer2018-09-113-1/+24
|\
| * scripts: imx: Support encrypted boot with HABv4Marcin Niestroj2018-09-042-0/+23
| * ARM: imx: Update default image certificate for CST toolMarcin Niestroj2018-09-041-1/+1
* | ARM: i.MX: make HAB certificate pathes explicitly overwritableSascha Hauer2018-09-071-2/+24
* | ARM: i.MX: Kindle 4/5 is based on Device Tree, select it in KconfigRoland Hieber2018-09-071-0/+1
* | ARM: i.MX: xload: Add support for signed HDMI firmwareAndrey Smirnov2018-09-041-10/+33
* | scripts: imx: Add support for signed HDMI firmwareAndrey Smirnov2018-09-041-0/+9
* | ARM: vf610dev: Change "Zodiac" to "ZII"Andrey Smirnov2018-09-041-1/+1
* | ARM: i.MX: Reset OTG controller during startupSascha Hauer2018-09-045-0/+40
* | arm: mach-imx: remove unused headerMichael Grzeschik2018-09-041-24/+0
* | ARM: i.MX: bbu: Use pwrite_full() instead of pwrite()Andrey Smirnov2018-08-311-3/+7
* | ARM: i.MX: bbu: Add support for MMC on i.MX8MQAndrey Smirnov2018-08-312-0/+17
* | ARM: i.MX: bbu: Add support for SPI/I2C on VFxxxAndrey Smirnov2018-08-312-0/+21
* | ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQAndrey Smirnov2018-08-311-6/+18
* | ARM: i.MX: bbu: Move protect code into a separate routineAndrey Smirnov2018-08-311-20/+42
* | ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()Andrey Smirnov2018-08-311-11/+10
* | ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()Andrey Smirnov2018-08-311-6/+2
* | ARM: i.MX: bbu: Detect which platforms need v2 i.MX headerAndrey Smirnov2018-08-311-13/+19
* | ARM: i.MX: bbu: Constify all 'devicefile' argumentsAndrey Smirnov2018-08-313-37/+45
* | ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()Andrey Smirnov2018-08-311-2/+1
* | ARM: i.MX: bbu: Consolidate various update helpersAndrey Smirnov2018-08-311-58/+12
* | ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NANDAndrey Smirnov2018-08-311-10/+14
* | ARM: i.MX: bbu: Move inner-image type checkAndrey Smirnov2018-08-311-25/+43
* | ARM: i.MX: bbu: Remove unused defineAndrey Smirnov2018-08-311-2/+0
* | Revert "i.MX: Add provisions to boot from IRAM"Andrey Smirnov2018-08-313-68/+0
* | ARM: imx: add fusemap entries for i.MX6SDL silicon revision >=1.4Bastian Stender2018-08-311-0/+6
|/
* ARM: i.MX8MQ: Save boot location during initializationAndrey Smirnov2018-08-131-0/+2
* ARM: i.MX8MQ: Add code to detect reset reasonAndrey Smirnov2018-08-134-11/+18
* ARM: i.MX8MQ: Replace magic numbers with named constantsAndrey Smirnov2018-08-132-6/+11
* ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQAndrey Smirnov2018-08-131-67/+30
* ARM: i.MX: boot: Fix accidental commaAndrey Smirnov2018-08-131-1/+1
* ARM: i.MX8M: Expose code to query cpu revisionAndrey Smirnov2018-08-132-42/+53
* mx5: Implement Spectre v2 workaround for Cortex-A8Fabio Estevam2018-08-101-1/+2
* ARM: i.MX: OCOTP: fix missing include for uint32_t etc.Roland Hieber2018-08-091-0/+1
* ARM: i.MX8MQ: Query and display ATF fimware hash if availableAndrey Smirnov2018-08-091-0/+15
* ARM: nxp-imx8mq-evk: Add code to load ATF BL31 blobAndrey Smirnov2018-08-091-0/+2
* ARM: i.MX: xload-esdhc: Allow placing image to align its entry pointAndrey Smirnov2018-08-091-5/+34
* ARM: i.MX: xload-esdhc: Make use of <mach/imx-header.h>Andrey Smirnov2018-08-092-5/+19
* ARM: i.MX: Move i.MX header definitions to mach-imxAndrey Smirnov2018-08-091-0/+118
* ARM: i.MX8MQ: Add code to load BL31 ATF blobAndrey Smirnov2018-08-083-1/+55
* ARM: i.MX8MQ: Configure cntfrq only in EL3Andrey Smirnov2018-08-081-6/+8
* ARM: i.MX: fix compilation with BBU disabledSascha Hauer2018-08-061-1/+1
* i.MX: iomuxv3: restore NO_PAD_CTRL semanticAlexander Kurz2018-07-131-3/+5