summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* board: ti: K2G FC SoC 1GHz and DDR3 1066 MT/s supportRex Chang2018-01-192-2/+18
* board: ti: dra7xx: Select MCAN instead of DCAN on DRA76 EVMVignesh R2018-01-191-0/+3
* mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I2018-01-191-4/+2
* mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I2018-01-191-1/+11
* omap: Update the base address of the MMC controllersJean-Jacques Hiblot2018-01-185-11/+11
* Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot2018-01-181-0/+3
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-175-4/+61
|\
| * armv8/ls1088a: configure PMU's PCTBENR to enable WDTZhang Ying-224552018-01-151-2/+2
| * board: ls1012a: LS1012A-2G5RDB board supportBhaskar Upadhaya2018-01-154-1/+57
| * armv8/kconfig: Align boards of same family at one placeBhaskar Upadhaya2018-01-151-2/+3
* | Merge git://git.denx.de/u-boot-i2cTom Rini2018-01-161-4/+4
|\ \
| * | imx: mx7ulp: modify lpi2c seq numberPeng Fan2018-01-161-4/+4
* | | armv8: secure firmware: fix incorrect unit address in node nameAndre Przywara2018-01-151-1/+1
* | | doc: fix incorrect usage of DT node unit addressAndre Przywara2018-01-151-8/+8
|/ /
* | Merge git://git.denx.de/u-boot-imxTom Rini2018-01-1515-211/+1139
|\ \
| * | arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue2018-01-141-0/+21
| * | arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue2018-01-141-0/+15
| * | arm: imx: hab: Define rvt_failsafe()Bryan O'Donoghue2018-01-141-0/+2
| * | arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue2018-01-142-3/+2
| * | arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue2018-01-141-1/+1
| * | arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue2018-01-141-4/+4
| * | arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue2018-01-143-7/+8
| * | arm: imx: hab: Make internal functions and data staticBryan O'Donoghue2018-01-141-75/+84
| * | arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue2018-01-141-5/+7
| * | arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue2018-01-141-0/+9
| * | arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue2018-01-141-0/+18
| * | arm: imx: hab: Define rvt_check_target()Bryan O'Donoghue2018-01-141-0/+9
| * | arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue2018-01-141-0/+2
| * | arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue2018-01-141-2/+1
| * | arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue2018-01-141-5/+6
| * | arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue2018-01-141-0/+7
| * | arm: imx: hab: Add IVT header verificationBryan O'Donoghue2018-01-141-2/+34
| * | arm: imx: hab: Add IVT header definitionsBryan O'Donoghue2018-01-141-0/+28
| * | arm: imx: hab: Fix authenticate_image input parametersBryan O'Donoghue2018-01-143-54/+57
| * | arm: imx: hab: Move CSF_PAD_SIZE to hab.hBryan O'Donoghue2018-01-142-1/+1
| * | arm: imx: hab: Move IVT_SIZE to hab.hBryan O'Donoghue2018-01-142-1/+2
| * | arm: imx: hab: Optimise flow of authenticate_image on hab_entry failBryan O'Donoghue2018-01-141-58/+60
| * | arm: imx: hab: Optimise flow of authenticate_image on is_enabled failBryan O'Donoghue2018-01-141-69/+69
| * | arm: imx: hab: Fix authenticate_image result codeBryan O'Donoghue2018-01-142-5/+8
| * | arm: imx: hab: Make authenticate_image return intBryan O'Donoghue2018-01-142-2/+2
| * | ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath2018-01-121-0/+1
| * | arm: imx: Rework i.MX specific commands to be excluded from SPLTom Rini2018-01-125-10/+13
| * | imx7: spl: Add support for MMC3, SD3 and NAND boot devicesEran Matityahu2018-01-121-0/+4
| * | imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devicesEran Matityahu2018-01-121-2/+1
| * | imx: mx6ull-14x14-evk: enable DM QSPI driverPeng Fan2018-01-122-6/+8
| * | mx6: ddr: Do not access MMDC_P1_BASE_ADDR on i.MX6ULLFabio Estevam2018-01-121-2/+2
| * | ARM: imx: Introduce dts for i.MX6SX-SDBPeng Fan2018-01-123-0/+751
| * | mx6: Support SKS-Kinkel sksimx6 BoardStefano Babic2018-01-121-0/+5
* | | db410c: add reserved-memory node to dtsRob Clark2018-01-151-1/+6
* | | db410c: replace reset driver with psciJorge Ramirez-Ortiz2018-01-151-5/+0