summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: bk4: Update u-boot envs to support NOR memories initial setupLukasz Majewski2019-04-131-0/+18
* config: bk4: Update u-boot script to support recovery via SD cardLukasz Majewski2019-04-131-0/+31
* pcm052: board: Remove in-board setup code (it is now replaced by DM setup)Lukasz Majewski2019-04-131-267/+0
* config: bk4: Update include/configs/bk4r1.h fileLukasz Majewski2019-04-131-8/+206
* config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.hLukasz Majewski2019-04-131-8/+9
* defconfig: bk4/pcm052: Update bk4r1|pcm052_defconfig to support DM/DTLukasz Majewski2019-04-133-41/+74
* ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific propertiesLukasz Majewski2019-04-131-0/+27
* ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)Lukasz Majewski2019-04-137-56/+361
* pcm052: board: cosmetic: Add copyright notice to pcm052.cLukasz Majewski2019-04-131-0/+3
* ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardwareLukasz Majewski2019-04-131-0/+62
* pcm052: board: vybrid: Update the board name for BK4 deviceLukasz Majewski2019-04-131-1/+4
* pcm052: board: Remove "m4go" command as it is superseded by "bootaux"Lukasz Majewski2019-04-131-38/+0
* vybrid: Define the imx_get_mac_from_fuse() as a __weak functionLukasz Majewski2019-04-131-1/+1
* pcm052: board: Do not enable I2C2 code in the board fileLukasz Majewski2019-04-131-1/+1
* vybrid: clock: Provide enable_i2c_clk() function for VybridLukasz Majewski2019-04-132-0/+25
* vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitionsLukasz Majewski2019-04-131-0/+50
* net: Kconfig: FEC: Add dependency on VF610Lukasz Majewski2019-04-131-1/+1
* net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-bootTom Rini2019-04-1259-1520/+5258
|\
| * mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverChristophe Kerello2019-04-123-0/+1104
| * dt-bindings: mtd: stm32_fmc2: add STM32 FMC2 NAND controller documentationChristophe Kerello2019-04-121-0/+59
| * spi: stm32_qspi: move to exec_opChristophe Kerello2019-04-122-383/+245
| * ARM: dts: Add STMFX gpio expander support for stm32mp157c-ev1Patrick Delaunay2019-04-123-0/+22
| * board: stm32mp1: Force pinctrl driver probe in board_init()Patrice Chotard2019-04-121-0/+9
| * config: stm32mp15: Enable STMFX supportPatrick Delaunay2019-04-122-4/+6
| * pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driverPatrick Delaunay2019-04-123-0/+451
| * ARM: dts: stm32mp1: Add adc nodesPatrice Chotard2019-04-122-0/+28
| * Board: stm32mp1: Add supply current boot informationPatrice Chotard2019-04-121-1/+153
| * board: stm32mp1: Update README filePatrice Chotard2019-04-121-0/+23
| * ARM: dts: stm32: Synchronize DT with kernel onePatrice Chotard2019-04-1212-72/+1108
| * stpmic1: add NVM update support in fuse commandPatrick Delaunay2019-04-123-0/+149
| * stm32mp1: dts: activate psci-1.0Patrick Delaunay2019-04-121-1/+1
| * stm32mp1: add command poweroffPatrick Delaunay2019-04-123-0/+28
| * pmic: stpmu1: add power switch off supportPatrick Delaunay2019-04-121-0/+46
| * stpmic1: update register namesPatrick Delaunay2019-04-124-112/+130
| * power: rename stpmu1 to official name stpmic1Patrick Delaunay2019-04-1215-444/+446
| * power: stpmu1: rename files to stpmic1Patrick Delaunay2019-04-129-7/+7
| * regulator: stpmu1: update buck1 rangePatrick Delaunay2019-04-121-2/+3
| * stm32mp1: Replace OTP read by SHADOW readPatrick Delaunay2019-04-121-2/+2
| * stm32mp1: bsec: shadow all the upper OTP (no secure) during bootPatrick Delaunay2019-04-121-1/+19
| * stm32mp1: bsec: use device tree new compatiblePatrick Delaunay2019-04-124-12/+12
| * stm32mp1: basic boot: SPL enable access to GPIOZ bankPatrick Delaunay2019-04-121-0/+8
| * stm32mp1: align serial number on bootromPatrick Delaunay2019-04-121-1/+1
| * stm32mp1: add syscfg initializationPatrick Delaunay2019-04-121-1/+129
| * stm32mp1: add some syscon drivers for syscfg and etpzcPatrick Delaunay2019-04-123-6/+9
| * stm32mp1: activated some configurationPatrick Delaunay2019-04-123-0/+16
| * stm32mp1: update memory layoutPatrick Delaunay2019-04-121-5/+14
| * stm32mp1: support forced boot modePatrick Delaunay2019-04-124-3/+100
| * stm32mp1: activate FASTBOOT on eMMCPatrick Delaunay2019-04-122-2/+12
| * stm32mp1: update bootcmdPatrick Delaunay2019-04-124-10/+30