summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: ceva: add ls1046a soc supportPeng Ma2018-12-061-0/+3
| * armv8: ls1012afrx: Add TFABOOT supportRajesh Bhagat2018-12-069-1/+251
| * armv8: ls1012aqds: Add TFABOOT supportRajesh Bhagat2018-12-064-3/+144
| * armv8: ls1012aqds: fix secure boot compilationRajesh Bhagat2018-12-063-0/+17
| * armv8: ls1012ardb: Add TFABOOT supportRajesh Bhagat2018-12-067-2/+158
| * armv8: ls1043aqds: Add TFABOOT supportRajesh Bhagat2018-12-066-3/+327
| * armv8: ls1043ardb: Add TFABOOT supportRajesh Bhagat2018-12-067-1/+288
| * armv8: ls1046aqds: Add TFABOOT supportRajesh Bhagat2018-12-066-3/+347
| * armv8: ls1046ardb: Add TFABOOT supportRajesh Bhagat2018-12-066-0/+150
| * armv8: fsl-layerscape: add support of MC framework for TFAPankit Garg2018-12-061-1/+52
| * drivers: qe: add TFABOOT supportRajesh Bhagat2018-12-061-3/+79
| * net: fm: add TFABOOT supportRajesh Bhagat2018-12-061-3/+100
| * armv8: sec_firmware: return job ring status as true in TFABOOTPankit Garg2018-12-061-0/+4
| * armv8: sec_firmware: change el2_to_aarch32 SMC IDRajesh Bhagat2018-12-061-1/+1
| * armv8: fsl-layerscape: Update parsing boot sourceYork Sun2018-12-062-4/+23
| * armv8: layerscape: skip OCRAM init for TFABOOTRajesh Bhagat2018-12-061-1/+2
| * armv8: layerscape: add SMC calls for DDR size and bank infoRajesh Bhagat2018-12-062-0/+88
| * armv8: fsl-layerscape: bootcmd identification for TFABOOTPankit Garg2018-12-062-0/+91
| * armv8: layerscape: remove EL3 specific erratas for TFABOOTRajesh Bhagat2018-12-061-12/+12
| * armv8: fsl-layerscape: identify boot source from PORSR registerRajesh Bhagat2018-12-064-0/+275
| * armv8: layerscape: Add TFABOOT supportRajesh Bhagat2018-12-062-3/+13
| * drivers: ifc: dynamic chipselect mapping supportPankit Garg2018-12-062-136/+369
| * armv8: fsl-layerscape: change tlb base from OCRAM to DDR in EL < 3Pankit Garg2018-12-061-1/+4
| * armv8: layerscape: Enable routing SError exceptionYork Sun2018-12-061-0/+9
| * driver/ifc: replace __ilog2 with LOG2 macroRajesh Bhagat2018-12-067-11/+11
| * env: sf: define API to override sf environment addressRajesh Bhagat2018-12-041-1/+8
| * env: allow flash and nand env driver to compile togetherRajesh Bhagat2018-12-043-11/+8
| * move data structure out of cpu.hYork Sun2018-12-042-300/+297
* | Merge tag 'mips-fixes-for-2019.01' of git://git.denx.de/u-boot-mipsTom Rini2018-12-102-12/+0
|\ \
| * | bmips: bcm6838: fix device tree warningÁlvaro Fernández Rojas2018-12-101-2/+0
| * | bmips: swapping IO space isn't requiredÁlvaro Fernández Rojas2018-12-101-10/+0
* | | Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-1017-8/+662
|\ \ \
| * | | rockchip: rk3399-puma: enable fan53555 regulators in DTSPhilipp Tomsich2018-12-101-2/+4
| * | | rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driverPhilipp Tomsich2018-12-101-0/+1
| * | | power: add FAN53555 family supportPhilipp Tomsich2018-12-107-0/+359
| * | | bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich2018-12-103-0/+110
| * | | bootcount: add uclass for bootcountPhilipp Tomsich2018-12-106-0/+182
| * | | rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang2018-12-101-6/+6
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-1053-472/+1084
|\ \ \
| * | | cmd: i2c: Fix help output of i2c command.Christoph Muellner2018-12-101-0/+1
| * | | dra7: Allow selecting a new dtb after board detection.Jean-Jacques Hiblot2018-12-102-0/+22
| * | | drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot2018-12-101-0/+1
| * | | drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot2018-12-101-2/+10
| * | | lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-104-1/+85
| * | | configs: dra7xx-evm: increase the size of the malloc's pool before relocationJean-Jacques Hiblot2018-12-101-1/+1
| * | | am57xx: remove non-DM I2C codeJean-Jacques Hiblot2018-12-101-33/+3
| * | | ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2018-12-1011-98/+161
| * | | configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPATJean-Jacques Hiblot2018-12-102-7/+0
| * | | ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPATAndreas Dannenberg2018-12-101-2/+52
| * | | power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot2018-12-1012-11/+335