summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: stm32h743-eval: enable filesystem related flagsPatrice Chotard2017-10-081-0/+6
* configs: stm32h743-disco: enable filesystem related flagsPatrice Chotard2017-10-081-0/+6
* configs: stm32h743-disco: enable SDMMC supportPatrice Chotard2017-10-081-0/+3
* configs: stm32h743-eval: enable SDMMC supportPatrice Chotard2017-10-081-0/+3
* dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard2017-10-081-1/+1
* ARM: DTS: stm32: add SDMMC support fo stm32h743-evalPatrice Chotard2017-10-082-0/+20
* ARM: DTS: stm32: add SDMMC support for stm32h743 discoPatrice Chotard2017-10-083-0/+37
* configs: stm32: update SRAM address for STM32H7 disco and evalPatrice Chotard2017-10-082-2/+2
* ARM: stm32f7: fix prescaler calculation of timerBo Shen2017-10-081-1/+1
* fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen2017-10-081-10/+20
* fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen2017-10-081-5/+5
* cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTITom Rini2017-10-081-0/+2
* scripts: Move Kconfig contents to cmd/KconfigSam Protsenko2017-10-083-4/+3
* serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard2017-10-081-7/+2
* serial: stm32x7: add STM32F4 supportPatrice Chotard2017-10-083-2/+10
* serial: stm32x7: add fifo support for STM32H7Patrice Chotard2017-10-082-3/+15
* serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2017-10-082-44/+66
* serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard2017-10-082-4/+2
* serial: stm32x7: cleanup codePatrice Chotard2017-10-081-9/+9
* ARMv8: make master CPU checking logic more clearzijun_hu2017-10-081-0/+1
* board: STiH410-B2260: set ramdisk_addr_r to 0x48000000Lee Jones2017-10-081-0/+1
* board: STiH410-B2260: fix sdram sizeNicolas Le Bayon2017-10-081-1/+1
* board: STiH410-B2260: update environment variablePatrice Chotard2017-10-082-4/+22
* ARMv8: fix error in freeing stack framezijun_hu2017-10-081-1/+1
* ARMv8: get new GD address from gd->new_gd directlyzijun_hu2017-10-082-2/+3
* Travis-CI: Fix microblaze and xilinx jobsTom Rini2017-10-071-2/+4
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-073-12/+13
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-10-0715-8/+487
|\
| * x86: edison: Bring minimal ACPI support to the boardAndy Shevchenko2017-10-075-0/+26
| * x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko2017-10-076-0/+455
| * x86: theadorable-x86-xxx_defconfig: Enable setexpr commandStefan Roese2017-10-073-3/+0
| * x86: theadorable-x86-common: Move "-generic" into kernel-ver variableStefan Roese2017-10-071-4/+4
| * x86: theadorable-x86-common: Add further pci hotplug cmdline parametersStefan Roese2017-10-071-1/+2
* | Travis-CI: Split out more vendors from the catch-all ARM jobTom Rini2017-10-061-2/+7
* | Travis-CI: Move Boundary and Engicam devices to their own jobsTom Rini2017-10-061-1/+7
* | Travis-CI: Move Toradex into its own jobTom Rini2017-10-061-6/+11
* | fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini2017-10-061-0/+1
* | tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* | cmd/time.c: Initialize 'repeatable' variableTom Rini2017-10-061-1/+1
* | cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini2017-10-061-6/+6
* | cmd/nvedit.c: Update input handling to cover overflow casesTom Rini2017-10-061-4/+7
* | test/dm: Fix string handling issues in the eth testTom Rini2017-10-061-3/+5
* | test/overlay: Fix various malloc/free leaksTom Rini2017-10-061-4/+12
* | GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-061-18/+69
* | fs-test: Add test for a filename using '..' to go back to the rootTuomas Tynkkynen2017-10-061-14/+24
* | fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-061-1/+2
* | fs-test: Add FAT16 supportTuomas Tynkkynen2017-10-061-19/+36
* | fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-061-0/+4
* | doc: Fix statements on case sensitivity for regulator prefixFelix Brack2017-10-061-2/+2
* | omap: Fix warning when looking for userdata partSam Protsenko2017-10-061-1/+2