| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CONFIG_CMD_SPL to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+9 |
* | Convert CONFIG_CMD_SF_TEST to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+11 |
* | Convert CONFIG_CMD_SDRAM to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+7 |
* | Convert CONFIG_CMD_SCSI to Kconfig | Simon Glass | 2017-08-11 | 2 | -1/+10 |
* | Convert CONFIG_CMD_SAVES to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+6 |
* | Convert CONFIG_CMD_REISER to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+9 |
* | Convert CONFIG_CMD_REGINFO to Kconfig | Christophe Leroy | 2017-08-11 | 1 | -0/+6 |
* | Kconfig: Convert CMD_READ to Kconfig | Simon Glass | 2017-08-11 | 2 | -1/+6 |
* | Kconfig: Drop CONFIG_CMD_PORTIO and associated command | Simon Glass | 2017-08-11 | 2 | -146/+0 |
* | Convert CONFIG_CMD_PCMCIA to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+8 |
* | Kconfig: Drop CONFIG_CMD_PCI_ENUM | Simon Glass | 2017-08-11 | 1 | -2/+2 |
* | Convert CONFIG_CMD_PCI to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+8 |
* | Convert CONFIG_CMD_ONENAND to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+8 |
* | Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+10 |
* | Convert CONFIG_CMD_MMC_SPI to Kconfig | Simon Glass | 2017-08-11 | 1 | -0/+9 |
* | Kconfig: Sort the device-access commands | Simon Glass | 2017-08-11 | 1 | -130/+130 |
* | net: add static to do_tftpput() | Masahiro Yamada | 2017-08-07 | 1 | -1/+1 |
* | gpt: harden set_gpt_info() against non NULL-terminated strings | Alison Chaiken | 2017-08-04 | 1 | -27/+36 |
* | GPT: provide commands to selectively rename partitions | Alison Chaiken | 2017-08-04 | 2 | -4/+241 |
* | GPT: read partition table from device into a data structure | Alison Chaiken | 2017-08-04 | 1 | -0/+125 |
* | GPT: add accessor function for disk GUID | Alison Chaiken | 2017-08-04 | 1 | -0/+26 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-07-31 | 1 | -54/+81 |
|\ |
|
| * | efi_loader: Fix configuration table override | Alexander Graf | 2017-07-26 | 1 | -4/+3 |
| * | efi_loader: initalize EFI object list only once | Heinrich Schuchardt | 2017-07-24 | 1 | -26/+36 |
| * | efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD | Rob Clark | 2017-07-24 | 1 | -1/+1 |
| * | efi_loader: EFI file paths should be DOS style | Rob Clark | 2017-07-24 | 1 | -1/+5 |
| * | efi_console: set up events | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+1 |
| * | efi_loader: provide meaningful status code | xypron.glpk@gmx.de | 2017-07-19 | 1 | -8/+8 |
| * | bootefi: allow return without EFI_BOOT_SERVICES.Exit | xypron.glpk@gmx.de | 2017-07-19 | 1 | -5/+18 |
| * | efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+4 |
| * | efi_loader: reimplement efi_locate_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+4 |
| * | efi_loader: refactor efi_open_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -11/+3 |
* | | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2017-07-29 | 1 | -2/+5 |
|\ \ |
|
| * | | usb: cmd: Print actual packet size for super speed devices | Bin Meng | 2017-07-28 | 1 | -2/+5 |
* | | | cmd: scsi: Fix null pointer dereference in 'scsi reset' | Bin Meng | 2017-07-28 | 1 | -0/+2 |
|/ / |
|
* | | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan | 2017-07-27 | 1 | -2/+2 |
* | | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS | Tom Rini | 2017-07-24 | 1 | -1/+1 |
* | | cmd: Kconfig: Fix CMD_UBIFS dependencies | Karl Beldan | 2017-07-24 | 1 | -2/+1 |
* | | cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS | Karl Beldan | 2017-07-24 | 1 | -0/+1 |
* | | cmd: Kconfig: Fix a dependency of CMD_MTDPARTS | Karl Beldan | 2017-07-24 | 1 | -1/+0 |
* | | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 2017-07-22 | 1 | -18/+2 |
* | | mmc: use new hwpart API when CONFIG_BLK enabled | Kever Yang | 2017-07-19 | 1 | -0/+4 |
* | | cmd: mvebu: bubt: use get_nand_dev_by_index() | Grygorii Strashko | 2017-07-11 | 1 | -8/+6 |
* | | cmd: nand: remove direct access to struct mtd_info->priv | Grygorii Strashko | 2017-07-11 | 1 | -1/+1 |
* | | cmd: jffs2: use get_nand_dev_by_index() | Grygorii Strashko | 2017-07-11 | 1 | -3/+4 |
* | | cmd: bootm: use get_nand_dev_by_index() | Grygorii Strashko | 2017-07-11 | 1 | -1/+1 |
* | | cmd: nand: abstract global variable usage for dm conversion | Mugunthan V N | 2017-07-11 | 1 | -30/+39 |
|/ |
|
* | fdt: Check for NULL return from fdt_getprop in 'fdt set' | Tom Rini | 2017-07-11 | 1 | -0/+4 |
* | display_options: Refactor to allow obtaining the banner | Simon Glass | 2017-07-11 | 1 | -1/+3 |
* | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 2017-07-11 | 1 | -2/+2 |