aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-06arm64: zynqmp: Enable soft gpio driver for zcu102 and zcu100Michal Simek4-0/+4
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar1-33/+34
2018-08-06microblaze: Add missing quotes around XILINX_MICROBLAZE0_HW_VERMichal Simek1-1/+1
2018-08-06arm: zynq: Fix indentation for zynq-cse targetsMichal Simek2-3/+1
2018-08-06arm: zynq: Remove fclk-enable property for cse-nor targetMichal Simek1-1/+0
2018-08-06arm: zynqmp: Fix sdhci clock in emmc1 mini configurationMichal Simek1-1/+2
2018-08-06arm: zynqmp: Move NR_DRAM_BANKS for mini confirationMichal Simek4-3/+1
2018-08-06spi: Kconfig: Create ISSI Kconfig entryMichal Simek11-3/+12
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-3/+476
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini46-61/+2560
2018-08-04clk: clk_set_default: accept no-op skip fieldsNeil Armstrong1-0/+8
2018-08-04mailmap: Update mail address (lukma)Lukasz Majewski1-0/+1
2018-08-03ARM: dts: stm32: remove cd-inverted for stm32429i-evalPatrice Chotard1-2/+1
2018-08-03mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2-5/+1
2018-08-03mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard1-0/+1
2018-08-03mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard1-27/+40
2018-08-03configs: stm32f469-disco: Enable CONFIG_BLKPatrice Chotard1-1/+0
2018-08-03configs: stm32f746-disco: Enable CONFIG_BLKPatrice Chotard1-1/+0
2018-08-03configs: stm32f429-evaluation: Enable CONFIG_BLKPatrice Chotard1-1/+0
2018-08-03docproc: RemoveTom Rini3-590/+0
2018-08-03bootcount: Fix misaligned cache operationAlex Kiernan1-3/+10
2018-08-03armv8: make SPL exception vectors optionalAndre Przywara3-4/+30
2018-08-03armv8: Reduce exception handling codeAndre Przywara1-50/+82
2018-08-03ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entriesAdam Ford3-8/+2
2018-08-03configs: stm32mp15: enable ADCFabrice Gasnier1-0/+2
2018-08-03adc: Add driver for STM32 ADCFabrice Gasnier5-0/+534
2018-08-03dt-bindings: Document STM32 ADC DT bindingsFabrice Gasnier1-0/+141
2018-08-03dm: adc: uclass: get reference regulator onceFabrice Gasnier1-18/+17
2018-08-03clk: add clk_valid()Fabrice Gasnier4-0/+32
2018-08-03kconfig: Replace spaces with tabsMichal Simek1-16/+16
2018-08-03Add Beaglebone Enhanced supportKoen Kooi4-3/+20
2018-08-03Merge git://git.denx.de/u-boot-dmTom Rini98-350/+3014
2018-08-03arm: sunxi: Allwinner A10 SPI driverStefan Mavrodiev3-0/+462
2018-08-03spi: kirkwood: add orion-spi compatible stringChris Packham1-0/+8
2018-08-03spi: kirkwood: Get drvdata in .ofdata_to_platdataJagan Teki1-3/+5
2018-08-03mtd: add spi flash id s25fl128lClément Laigle1-0/+1
2018-08-01ARM: tegra: align carveout sizeStephen Warren1-1/+1
2018-08-01binman: Adjust _GetPropTree() parametersSimon Glass1-9/+5
2018-08-01binman: Add a test to catch use of the old 'pos' propertySimon Glass3-0/+19
2018-08-01binman: Rename ReadContents() to ReadBlobContents()Simon Glass3-4/+4
2018-08-01binman: Show the image position in the mapSimon Glass4-19/+23
2018-08-01binman: Add support for adding TPL binariesSimon Glass7-6/+137
2018-08-01binman: Add an entry for a Chromium vblockSimon Glass9-1/+259
2018-08-01dtoc: Add a function to obtain a list of phandlesSimon Glass3-0/+57
2018-08-01patman: Show the current directory in GetInputFilename()Simon Glass1-2/+2
2018-08-01binman: Add support for Chromium GBBSimon Glass6-0/+221
2018-08-01patman: Add a few more helpers to the tools librarySimon Glass1-1/+75
2018-08-01patman: Allow test commands to fall back to real onesSimon Glass1-2/+6
2018-08-01dtoc: Export the _FindNode() functionSimon Glass2-6/+6
2018-08-01binman: Add an entry filled with a repeating byteSimon Glass7-1/+127