| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd: blkcache: simplify sub-command handling | Eric Nelson | 2016-04-11 | 1 | -4/+2 |
* | cmd: blkcache: remove indentation from output of 'show' | Eric Nelson | 2016-04-11 | 1 | -5/+5 |
* | dm: usb: Do not reprobe usb hosts on "usb tree" command | Hans de Goede | 2016-04-10 | 1 | -2/+6 |
* | usb: kbd: Do not deregister usbkbd twice when using dm | Hans de Goede | 2016-04-10 | 1 | -1/+1 |
* | sata: use block layer for sata command | Eric Nelson | 2016-04-01 | 1 | -2/+4 |
* | mmc: use block layer in mmc command | Eric Nelson | 2016-04-01 | 1 | -3/+4 |
* | drivers: block: add block device cache | Eric Nelson | 2016-04-01 | 3 | -0/+101 |
* | arm64: booti: add missing unmap_sysmem() | Masahiro Yamada | 2016-04-01 | 1 | -0/+5 |
* | Drop command-processing code when CONFIG_CMDLINE is disabled | Simon Glass | 2016-04-01 | 1 | -0/+4 |
* | cmd: spi: check return value of strdup | Peng Fan | 2016-03-27 | 1 | -0/+2 |
* | efi_loader: Add GOP support | Alexander Graf | 2016-03-27 | 1 | -0/+3 |
* | Fix spelling of "transferred". | Vagrant Cascadian | 2016-03-22 | 1 | -1/+1 |
* | cmd: Fix license command | Tom Rini | 2016-03-22 | 1 | -3/+3 |
* | Add an option to enable the command line | Simon Glass | 2016-03-22 | 1 | -0/+12 |
* | cbfs: Update a function to be static | Simon Glass | 2016-03-22 | 1 | -4/+8 |
* | gpio: Report errors when GPIOs cannot be read | Simon Glass | 2016-03-17 | 1 | -7/+27 |
* | cpu: Add support for microcode version and CPU ID | Simon Glass | 2016-03-17 | 1 | -0/+7 |
* | cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD | Tom Rini | 2016-03-16 | 1 | -21/+22 |
* | efi_loader: Pass proper device path in on boot | Alexander Graf | 2016-03-15 | 2 | -9/+27 |
* | efi_loader: Call fdt preparation functions | Alexander Graf | 2016-03-15 | 1 | -0/+8 |
* | efi_loader: Add "bootefi" command | Alexander Graf | 2016-03-15 | 3 | -0/+190 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-03-14 | 20 | -128/+125 |
|\ |
|
| * | Drop CONFIG_CRAMFS_CMDLINE | Simon Glass | 2016-03-14 | 1 | -5/+0 |
| * | dm: sandbox: Add driver-model block-device support for sandbox | Simon Glass | 2016-03-14 | 1 | -1/+8 |
| * | dm: block: Adjust device calls to go through helpers function | Simon Glass | 2016-03-14 | 4 | -10/+8 |
| * | dm: block: Rename device number member dev to devnum | Simon Glass | 2016-03-14 | 9 | -21/+21 |
| * | dm: cbfs: Fix handling of invalid type | Simon Glass | 2016-03-14 | 1 | -2/+3 |
| * | dm: part: Rename some partition functions | Simon Glass | 2016-03-14 | 7 | -17/+17 |
| * | dm: blk: Rename get_device_and_partition() | Simon Glass | 2016-03-14 | 5 | -8/+8 |
| * | dm: blk: Rename get_device() to blk_get_device_by_str() | Simon Glass | 2016-03-14 | 3 | -5/+5 |
| * | dm: blk: Rename get_dev() to blk_get_dev() | Simon Glass | 2016-03-14 | 2 | -2/+2 |
| * | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 15 | -47/+47 |
| * | dm: Use uclass_first_device_err() where it is useful | Simon Glass | 2016-03-14 | 2 | -10/+6 |
* | | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -3/+3 |
* | | common: Add support for environment file in EXT4. | Stuart Longland | 2016-03-14 | 1 | -1/+2 |
|/ |
|
* | trace: Fix compiler warnings in trace | Simon Glass | 2016-02-26 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2016-02-24 | 1 | -0/+20 |
|\ |
|
| * | dfu: usb: f_dfu: Set deferred call for dfu_flush() function | Lukasz Majewski | 2016-02-24 | 1 | -0/+20 |
* | | cmd: mem: Show 64bit addresses which are tested | Michal Simek | 2016-02-24 | 1 | -1/+1 |
* | | booti: Help text rework. | Karsten Merker | 2016-02-24 | 1 | -7/+7 |
|/ |
|
* | i2c: spd: Extend SPD memory types | Michal Simek | 2016-02-22 | 1 | -1/+13 |
* | gpio: Correct handling of 'gpio status' | Simon Glass | 2016-02-15 | 1 | -1/+1 |
* | itest: allow map_physmem to return 0 in limited cases | Stephen Warren | 2016-02-09 | 1 | -1/+1 |
* | Remove unused CONFIG_CMD_HWFLOW option and associated dead code. | David Müller (ELSOFT AG) | 2016-02-08 | 1 | -30/+0 |
* | cmd: Fix control bmp_display() | Simon Glass | 2016-02-06 | 1 | -2/+1 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 7 | -8/+8 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-01-29 | 2 | -14/+6 |
|\ |
|
| * | Implement "pci enum" command for CONFIG_DM_PCI | Stephen Warren | 2016-01-28 | 1 | -13/+5 |
| * | tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM | Christophe Ricard | 2016-01-28 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2016-01-28 | 1 | -2/+76 |
|/ |
|