summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | arm: at91: Makefile: Compile lowlevel_init only when really necessaryStefan Roese2019-04-091-0/+2
| * | board: pm9g45: Migrate to CONFIG_DMIlko Iliev2019-04-094-94/+135
| * | ARM: at91: sama5d2: Wrap cpu detection to fix macb driverAlexander Dahl2019-04-092-2/+5
| |/
* | Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efiTom Rini2019-04-0812-217/+506
|\ \
| * | efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt2019-04-072-1/+18
| * | efi_loader: enable file SetInfo()Heinrich Schuchardt2019-04-071-2/+65
| * | efi_loader: correct file creationHeinrich Schuchardt2019-04-071-8/+27
| * | efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt2019-04-071-2/+4
| * | efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro2019-04-072-7/+16
| * | efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2019-04-074-7/+19
| * | efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt2019-04-071-0/+27
| * | efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt2019-04-071-2/+2
| * | efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt2019-04-071-5/+5
| * | efi_loader: parameter checks in StartImage and Exit()Heinrich Schuchardt2019-04-071-0/+27