aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-16configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini1017-334/+746
2018-08-16Kconfig: Migrate CONFIG_NR_DRAM_BANKSRamon Fried1-0/+6
2018-08-16fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried1-0/+4
2018-08-16CONFIG_SYS_GENERIC_BOARD: Finish migrationTom Rini5-28/+0
2018-08-13Prepare v2018.09-rc2v2018.09-rc2Tom Rini1-1/+1
2018-08-13configs: Resync with savedefconfigTom Rini3-23/+1
2018-08-13MAINTAINERS: Update STM32MP fragmentsPatrice Chotard1-0/+10
2018-08-13ARM: dts: stm32f4: Fix DT dtc warningsPatrick Delaunay3-6/+0
2018-08-13ARM: dts: stm32mp157: Add ADC DT nodePatrice Chotard1-0/+32
2018-08-13ARM: dts: stm32: remove cd-inverted for stm32f746-discoPatrice Chotard1-2/+2
2018-08-13ARM: dts: stm32: remove cd-inverted for stm32f769-discoPatrice Chotard1-2/+2
2018-08-13ARM: omap3: evm: Enable CONFIG_BLK and misc. cleanupDerald D. Woods2-5/+7
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal1-26/+26
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal1-3/+3
2018-08-13MAINTAINERS: Add more sources to Arch SnapdragonRamon Fried1-0/+4
2018-08-13db410c: add FIT supportRamon Fried1-2/+1
2018-08-13db410: alter WLAN/BT MAC address fixupRamon Fried1-27/+27
2018-08-13snapdragon: added MAC generation functionsRamon Fried2-0/+17
2018-08-13snapdragon: added msm_board_serial() funcRamon Fried3-0/+50
2018-08-13stm32f7: board: Fix memory initPatrice Chotard1-32/+3
2018-08-13configs: stm32f429-evaluation: Add DISTRO_DEFAULT supportPatrice Chotard2-12/+18
2018-08-13configs: stm32f469-discovery: Add DISTRO_DEFAULT supportPatrice Chotard2-12/+18
2018-08-13configs: stm32h743-discovery: Add DISTRO_DEFAULT supportPatrice Chotard2-11/+17
2018-08-13configs: stm32h743-evaluation: Add DISTRO_DEFAULT supportPatrice Chotard2-11/+17
2018-08-13configs: stm32f4xx: Remove CONFIG_SYS_RAM_FREQ_DIVPatrice Chotard3-3/+0
2018-08-13configs: stm32h7xx: Migrate CONFIG_CMD_CACHE to defconfigPatrice Chotard4-2/+2
2018-08-13configs: stm32f746-disco: Migrate CONFIG_CMD_CACHE to defconfigPatrice Chotard2-1/+1
2018-08-13configs: stm32f4xx: Enable ICACHE and DCACHEPatrice Chotard3-11/+2
2018-08-13configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CSPatrice Chotard1-1/+0
2018-08-13configs: stm32fxxx: Remove CONFIG_SYS_CLK_FREQPatrice Chotard4-5/+0
2018-08-13board: stm32: use bi_dram[0].start instead of hardcoded valuePatrice Chotard8-13/+3
2018-08-13clk: at91: utmi: add timeout for utmi lockEugen Hristev1-1/+6
2018-08-13arm: bcm7445: Move config defines to bcm7445.hThomas Fitzsimmons2-15/+16
2018-08-13arm: bcm7445: Fix parallel make race conditionThomas Fitzsimmons2-31/+19
2018-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble1-6/+12
2018-08-13fs: fix typo 'dumm'Heinrich Schuchardt1-1/+1
2018-08-13avb2.0: add get_size_of_partition()Igor Opaniuk1-1/+32
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini23-210/+805
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini11-40/+675
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini27-21/+4456
2018-08-11misc: Add gdsys_ioep driverMario Six5-0/+373
2018-08-11test: Add tests for misc uclassMario Six5-1/+222
2018-08-11misc: uclass: Add enable/disable functionMario Six2-0/+37
2018-08-11misc: docs: Fix comments in misc.hMario Six1-40/+44
2018-08-11video_display: Add Xilinx LogiCore DP TXMario Six6-0/+3099
2018-08-11video: Sort Makefile entriesMario Six1-21/+21
2018-08-11cmd: Add axi commandMario Six3-0/+361
2018-08-11test: Add AXI testMario Six2-0/+78
2018-08-11sandbox: Add and build AXI bus and deviceMario Six3-0/+25
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six8-17/+419