| Commit message (Expand) | Author | Age | Lines |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | -0/+7 |
* | cmd: replace the cast of the memory access to a fixed bit type in itest | Kunihiko Hayashi | 2016-05-27 | -3/+3 |
* | cmd: disk: Fix unused variable warning | Marek Vasut | 2016-05-27 | -1/+2 |
* | arm64: fix arm64 Linux boot image header field sizes | Andre Przywara | 2016-05-25 | -3/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2016-05-23 | -0/+202 |
|\ |
|
| * | cmd: qfw: do not depend on x86 | Miao Yan | 2016-05-23 | -1/+0 |
| * | cmd: qfw: do not require default macros when building qfw command | Miao Yan | 2016-05-23 | -0/+13 |
| * | cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] | Miao Yan | 2016-05-23 | -3/+3 |
| * | x86: qemu: split qfw command interface and qfw core | Miao Yan | 2016-05-23 | -173/+2 |
| * | cmd: qfw: make fwcfg_present and fwcfg_dma_present public | Miao Yan | 2016-05-23 | -17/+20 |
| * | cmd: qfw: remove qemu_fwcfg_free_files() | Miao Yan | 2016-05-23 | -12/+0 |
| * | cmd: qfw: add API to iterate firmware list | Miao Yan | 2016-05-23 | -3/+22 |
| * | x86: qemu: Move qfw command over to cmd and add Kconfig entry | Tom Rini | 2016-05-23 | -0/+351 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2016-05-23 | -0/+2 |
|\ \ |
|
| * | | mips: Report reloc information in bdinfo | Tim Chick | 2016-05-21 | -0/+2 |
| |/ |
|
* | | eeprom: merge cmdline parsing of eeprom commands | Nikita Kiryanov | 2016-05-20 | -64/+53 |
* | | eeprom: use eeprom_execute_command for all eeprom functions | Nikita Kiryanov | 2016-05-20 | -21/+40 |
* | | eeprom: refactor i2c bus and devaddr parsing | Nikita Kiryanov | 2016-05-20 | -26/+53 |
* | | cmd: eeprom: add support for layout aware commands | Nikita Kiryanov | 2016-05-20 | -1/+147 |
* | | cmd: eeprom: add bus switching support for all i2c drivers | Nikita Kiryanov | 2016-05-20 | -1/+1 |
|/ |
|
* | dm: mmc: Move the device list into a separate file | Simon Glass | 2016-05-17 | -4/+4 |
* | dm: mmc: Use the new select_hwpart() API | Simon Glass | 2016-05-17 | -3/+5 |
* | dm: mmc: Drop the get_dev() function | Simon Glass | 2016-05-17 | -1/+1 |
* | dm: usb: Drop the get_dev() function | Simon Glass | 2016-05-17 | -6/+10 |
* | dm: sata: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | -118/+20 |
* | dm: ide: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | -1276/+21 |
* | dm: scsi: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | -603/+29 |
* | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 2016-05-17 | -3/+3 |
* | dm: sata: Fix code style problems in cmd/sata.c | Simon Glass | 2016-05-17 | -5/+7 |
* | dm: ide: Remove the forward declarations | Simon Glass | 2016-05-17 | -714/+682 |
* | dm: ide: Correct various code style problems | Simon Glass | 2016-05-17 | -28/+29 |
* | dm: scsi: Fix up code style | Simon Glass | 2016-05-17 | -233/+226 |
* | dm: scsi: Remove the forward declarations | Simon Glass | 2016-05-17 | -332/+310 |
* | Fix various typos, scattered over the code. | Robert P. J. Day | 2016-05-05 | -2/+2 |
* | mmc: Fix error in RPMB code | Marek Vasut | 2016-05-05 | -1/+1 |
* | i2c/eeprom: Always define I2C_RXTX_LEN | Mario Six | 2016-05-03 | -0/+4 |
* | Fix spelling of "occurred". | Vagrant Cascadian | 2016-05-02 | -4/+4 |
* | cmd: Kconfig: Add a Kconfig options for a few CMD | Dinh Nguyen | 2016-04-25 | -0/+70 |
* | configs: Re-sync almost all of cmd/Kconfig | Tom Rini | 2016-04-25 | -1/+1 |
* | cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly | Tom Rini | 2016-04-20 | -13/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2016-04-20 | -10/+29 |
|\ |
|
| * | usb: ums - expose selected partition/s | John Tobias | 2016-04-20 | -10/+29 |
* | | efi_loader: Pass fdt address directly to bootefi cmd | Alexander Graf | 2016-04-18 | -20/+16 |
* | | efi_loader: Put fdt into convenient location | Alexander Graf | 2016-04-18 | -4/+26 |
* | | efi_loader: Use system fdt as fallback | Alexander Graf | 2016-04-18 | -6/+31 |
* | | efi_loader: Increase path string to 32 characters | Alexander Graf | 2016-04-18 | -1/+1 |
* | | efi_loader: Pass file path to payload | Alexander Graf | 2016-04-18 | -8/+27 |
* | | efi_loader: Add el torito support | Alexander Graf | 2016-04-18 | -0/+14 |
* | | cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT | Michal Simek | 2016-04-18 | -1/+8 |
* | | common: env: support sata device | Peng Fan | 2016-04-18 | -1/+2 |
|/ |
|