aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-16dra7xx: Always enable UART1 and UART3 in early_padconfTom Rini1-3/+0
2018-03-16dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASHJagan Teki1-0/+35
2018-03-16defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfigMadan Srinivas2-0/+44
2018-03-16configs: k2l: Updates u-boot env to install secure boot monitorMadan Srinivas1-0/+9
2018-03-16watchdog: omap_wdt: improve watchdog reset pathRuslan Bilovol1-6/+15
2018-03-16board: am335x: Set serial# variableSam Protsenko1-0/+10
2018-03-16clk: at91: clk-system: add set/get_rate operationsWenyou Yang1-0/+26
2018-03-16clk: at91: add PLLADIV driverWenyou Yang2-1/+89
2018-03-16clk: at91: add USB Host clock driverWenyou Yang4-0/+161
2018-03-15Merge git://git.denx.de/u-boot-uniphierTom Rini10-13/+146
2018-03-15ARM: dts: uniphier: sync with Linux 4.16-rc5Masahiro Yamada9-2/+135
2018-03-15ARM: uniphier: change load addresses for bigger kernel imageMasahiro Yamada1-8/+8
2018-03-15ARM: uniphier: increase the firmware size in update command environmentMasahiro Yamada1-3/+3
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini9-115/+35
2018-03-14.travis.yml: Add lzopTom Rini1-0/+1
2018-03-14omap3_logic: Enable DM_SPIAdam Ford1-0/+1
2018-03-14spi: omap3: Fix redeclared errorJagan Teki1-2/+2
2018-03-14Merge git://git.denx.de/u-boot-sunxiTom Rini159-160/+442
2018-03-14sunxi: move CONFIG_SYS_TEXT_BASE out of defconfigsAndre Przywara128-127/+3
2018-03-13common/memsize.c: restore content of the base addressPatrick Delaunay1-0/+7
2018-03-13common/memsize.c: prepare get_ram_size updatePatrick Delaunay1-3/+4
2018-03-13configs: am335x_boneblack: Enable fastboot flash capabilitySam Protsenko1-0/+2
2018-03-13omap: Fix AM335x build with enabled fastboot flashSam Protsenko1-0/+2
2018-03-13ARM: dts: dra7x: Make pinctrl and IOdelays for MMC2 available in SPLJean-Jacques Hiblot4-0/+80
2018-03-13configs: dra7xx_evm: Enable support for the HS200 mmc mode in the SPLJean-Jacques Hiblot1-0/+3
2018-03-13ARM: dts: dra76-evm: shift to using common IOdelay dataJean-Jacques Hiblot1-43/+8
2018-03-13ARM: dts: dra76x: create a common file with MMC/SD IOdelay dataJean-Jacques Hiblot1-0/+285
2018-03-13ARM: omap3: evm: Sync with omap3_beagle configurationDerald D. Woods2-40/+52
2018-03-13ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layoutDerald D. Woods2-112/+152
2018-03-13ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board fileDerald D. Woods1-0/+8
2018-03-13env: ti: boot: Get rid of magic numbersSam Protsenko1-6/+4
2018-03-13cmd: part: Extract common code to separate functionSam Protsenko1-38/+23
2018-03-13cmd: part: Allow passing partition name to start and sizeSam Protsenko1-11/+25
2018-03-13test/py: highlight warnings in the log summaryStephen Warren3-3/+50
2018-03-13test/py: add MMC/SD block read testStephen Warren1-0/+129
2018-03-13disk: part: use common api to lookup part driverKever Yang1-20/+17
2018-03-13disk: part: scan the disk if the part_type is unknownKever Yang1-6/+18
2018-03-13mach-stm32: Use default memory map as background regionPatrice Chotard2-30/+17
2018-03-13configs: stm32: Enable DOS_PARTITION for STM32F4/F7 boardsPatrice Chotard3-3/+1
2018-03-13ARM: dts: Add support for stm32f746-evaluation board supportPatrice Chotard2-1/+242
2018-03-13arch-stm32: Clean arch-stm32f7/syscfg.hPatrice Chotard1-9/+0
2018-03-13arch-stm32: Remove stm32_periph.hPatrice Chotard3-62/+0
2018-03-13arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard4-57/+26
2018-03-13arch-stm32: Move gpio.h for STM32 SoCs in include/asm/Patrice Chotard4-373/+118
2018-03-13arch-stm32f4: Remove fmc.h filePatrice Chotard1-75/+0
2018-03-13ARM: dts: stm32: limit sdio frequency to 14Mhz for stm32f429i-evalPatrice Chotard1-0/+1
2018-03-13clk: clk_stm32f: Add DSI clock supportPatrice Chotard2-1/+2
2018-03-13clk: clk_stm32f: Add set_rate for LTDC clockPatrice Chotard1-0/+100
2018-03-13clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clockPatrice Chotard1-1/+36
2018-03-13clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() partPatrice Chotard1-31/+74