summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32mp1: activate FASTBOOT on eMMCPatrick Delaunay2019-04-122-2/+12
* stm32mp1: update bootcmdPatrick Delaunay2019-04-124-10/+30
* stm32mp1: spl: hang with trace when DDR init failedPatrick Delaunay2019-04-121-2/+2
* stm32mp1: cosmetic: add comment on psci_migrate_info_type return valuePatrick Delaunay2019-04-121-1/+7
* stm32mp1: cosmetic cleanup KconfigPatrick Delaunay2019-04-123-6/+7
* stm32mp1: spl: add spl_display_printPatrick Delaunay2019-04-122-0/+18
* stm32mp1: update print_cpuinfo()Patrick Delaunay2019-04-122-8/+104
* stm32mp1: update boot mode managementPatrick Delaunay2019-04-124-16/+64
* stm32mp1: add runtime information in environmentPatrick Delaunay2019-04-122-5/+20
* stm32mp1: display board informationPatrick Delaunay2019-04-122-2/+46
* stm32mp1: bsec: access with SMC for trusted bootPatrick Delaunay2019-04-122-0/+92
* stm32mp1: add trusted boot with TF-APatrick Delaunay2019-04-1210-28/+145
* Merge branch '2019-04-09-master-imports-fs'Tom Rini2019-04-1020-89/+646
|\
| * test.py: Disable fsck for FAT tests for nowTom Rini2019-04-101-2/+0
| * Fix ext4 block group descriptor sizingBenjamin Lim2019-04-091-4/+15
| * test/py: mmc: Add 'mmc read' performance checkMarek Vasut2019-04-091-0/+11
| * test/py: mmc: Add 'mmc info' testMarek Vasut2019-04-091-0/+37
| * test/py: mmc: Add 'mmc rescan' testMarek Vasut2019-04-091-0/+26
| * test/py: mmc: Add 'mmc dev' testMarek Vasut2019-04-091-0/+21
| * test/py: mmc: Factor out device selectionMarek Vasut2019-04-091-11/+27
| * fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-091-13/+34
| * fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-091-2/+6
| * test: fs: Added tests for symlinksJean-Jacques Hiblot2019-04-093-0/+208
| * fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-093-0/+60
| * fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-094-11/+47
| * fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-094-9/+8
| * test: fs: Add filesystem integrity checksJean-Jacques Hiblot2019-04-095-3/+48
| * test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot2019-04-091-0/+2
| * fs: ext4: cache extent dataStephen Warren2019-04-095-37/+99
|/
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2019-04-092-2/+12
|\
| * mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu2019-04-092-3/+3
| * mtd: ubi debug: Remove the pid print from ubi_assertEran Matityahu2019-04-091-0/+10
* | Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini2019-04-0939-137/+899
|\ \
| * | net: macb: Add small delay after link establishmentStefan Roese2019-04-091-1/+7
| * | pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-04-092-0/+38
| * | pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-04-091-0/+1
| * | pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-04-091-0/+34
| * | pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-04-091-5/+10
| * | arm: at91: Add gardena-gateway-at91sam supportStefan Roese2019-04-0911-0/+527
| * | arm: at91: at91sam9x5.dtsi: Add watchdog handleStefan Roese2019-04-091-1/+1
| * | arm: at91: siemens: Add support to generate combined SPL+U-Boot imageStefan Roese2019-04-093-0/+10
| * | Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binaryStefan Roese2019-04-092-1/+14
| * | Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directoryStefan Roese2019-04-091-3/+3
| * | arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL ldsStefan Roese2019-04-091-0/+2
| * | arm: at91: Enable watchdog supportStefan Roese2019-04-093-10/+58
| * | arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUTStefan Roese2019-04-095-10/+3
| * | watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()Stefan Roese2019-04-091-12/+14
| * | watchdog: Handle SPL build with watchdog disabledStefan Roese2019-04-091-2/+8
| * | serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2019-04-092-0/+21
| * | arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabledStefan Roese2019-04-091-0/+10