- 3dcd714 net: add static to do_tftpput() by Masahiro Yamada · 7 years ago
- 8dcee7c gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · 7 years ago
- 8b3397f GPT: provide commands to selectively rename partitions by Alison Chaiken · 7 years ago
- f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
- e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
- 34cc042 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
- d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
- aec8af3 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
- 8aa9576 cmd: scsi: Fix null pointer dereference in 'scsi reset' by Bin Meng · 7 years ago
- 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
- 5fb802a efi_loader: Fix configuration table override by Alexander Graf · 7 years ago
- c20bb73 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
- 5e9900f efi_loader: initalize EFI object list only once by Heinrich Schuchardt · 7 years ago
- 92cec96 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · 7 years ago
- 6533652 efi_loader: EFI file paths should be DOS style by Rob Clark · 7 years ago
- 3418eeb cmd: Kconfig: Fix CMD_UBIFS dependencies by Karl Beldan · 7 years ago
- 4b239cf cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS by Karl Beldan · 7 years ago
- 09fd142 cmd: Kconfig: Fix a dependency of CMD_MTDPARTS by Karl Beldan · 7 years ago
- 31f6e93 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · 7 years ago
- 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
- 5eadbfa efi_loader: provide meaningful status code by xypron.glpk@gmx.de · 7 years ago
- 1e5afc6 bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · 7 years ago
- 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
- 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
- c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
- cb5f193 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
- 4a240bc cmd: mvebu: bubt: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
- cd3ffa1 cmd: nand: remove direct access to struct mtd_info->priv by Grygorii Strashko · 7 years ago
- 6d2a2668 cmd: jffs2: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
- ea0a054 cmd: bootm: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
- 7b670cc cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
- 506ec20 fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · 7 years ago
- e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
- 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
- 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
- ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
- 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
- d8ea981 cmd, nand: fix broken output of "nand info" by Lothar Waßmann · 7 years ago
- 684a485 powerpc, 8xx: move specific reginfo by Christophe Leroy · 7 years ago
- 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
- 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
- 4b7ed93 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
- 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
- 9b9b716 efi_loader: Add check for fallback fdt memory reservation by Alexander Graf · 7 years ago
- c6477a0 bdinfo: print fdt_blob by Heiko Schocher · 7 years ago
- 0ec3244 cmd: usb_mass_storage: Staticize do_usb_mass_storage() by Fabio Estevam · 9 years ago
- 9b9c3f3 cmd: usb_mass_storage: Use NULL for pointer by Fabio Estevam · 9 years ago
- 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
- e1876bc cmd: ethsw: Fix out-of-bounds error by York Sun · 7 years ago
- bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
- 037166d cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 7 years ago
- 4bc73ef fdt: Add a check to fdt_print() for coverity by Simon Glass · 7 years ago
- 0374691 fdt: Add a check to do_fdt() for coverity by Simon Glass · 7 years ago
- d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
- 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
- 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
- e095280 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
- 73147d8 Kconfig: Add description for CMD_POWEROFF by Michal Simek · 7 years ago
- 9878861 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · 8 years ago
- b9a9afd cmd: jffs2: Rename command ls to fsls by Siva Durga Prasad Paladugu · 8 years ago
- 178eba3 cmd/ethsw: Disable implicit enum conversion warning by Tom Rini · 8 years ago
- 3c95c79 cmd/elf.c: Support passing arguments with bootelf by Tom Rini · 8 years ago
- 27d86a1 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
- 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
- 801c2bf pci: Correct cast for sandbox by Simon Glass · 8 years ago
- 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
- a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
- becaa8f Convert CONFIG_CMD_LZMADEC to Kconfig by Simon Glass · 8 years ago
- fd9948c Convert CONFIG_CMD_KGDB to Kconfig by Simon Glass · 8 years ago
- 4c3a620 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 8 years ago
- 8c6c7c2 fs: Kconfig: Add a separate option for FS_JFFS2 by Simon Glass · 8 years ago
- c4abb4b Convert CONFIG_CMD_JFFS2 to Kconfig by Simon Glass · 8 years ago
- 30daabc Convert CONFIG_CMD_IOTRACE to Kconfig by Simon Glass · 8 years ago
- 3bebbe6 Convert CONFIG_CMD_IO to Kconfig by Simon Glass · 8 years ago
- 5d51124 Convert CONFIG_CMD_IMMAP to Kconfig by Simon Glass · 8 years ago
- b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
- a831eca Convert CONFIG_CMD_IDE to Kconfig by Simon Glass · 8 years ago
- b22ec7a Kconfig: Add CONFIG_HASH to enable hashing API by Simon Glass · 8 years ago
- 027608e Convert CONFIG_CMD_HASH to Kconfig by Simon Glass · 8 years ago
- fa74452 Convert CONFIG_CMD_GETTIME to Kconfig by Simon Glass · 8 years ago
- 18980cc Convert CONFIG_CMD_FUSE to Kconfig by Simon Glass · 8 years ago
- 80cb189 Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig by Simon Glass · 8 years ago
- 811eb26 Convert CONFIG_CMD_FPGAD to Kconfig by Simon Glass · 8 years ago
- fa6b02f Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP by Simon Glass · 8 years ago
- 4a30120 Convert CONFIG_CMD_FDC to Kconfig by Simon Glass · 8 years ago
- 12b8570 Convert CONFIG_CMD_ETHSW to Kconfig by Simon Glass · 8 years ago
- c31e2d8 Convert CONFIG_CMD_ENV_FLAGS to Kconfig by Simon Glass · 8 years ago
- 84d67c7 Convert CONFIG_CMD_ENV_CALLBACK to Kconfig by Simon Glass · 8 years ago
- 4590d4e Convert CONFIG_CMD_EEPROM et al to Kconfig by Simon Glass · 8 years ago
- b6fadad Drop digital thermometer and thermostat (DTT) drivers by Simon Glass · 8 years ago
- 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
- a587336 cmd/led.c: Remove unnecessary check on 'cmd' value by Tom Rini · 8 years ago
- e7f8aa1 cmd/io.c: Fix comparison of unsigned expression warning by Tom Rini · 8 years ago
- c41284f cmd/bdinfo.c: Fix unused function warning by Tom Rini · 8 years ago
- e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · 8 years ago
- 3184505 cmd: cpu: refactor to ensure devices are probed and improve code style by Álvaro Fernández Rojas · 8 years ago
- 696cedf cmd: cpu: fix NULL cpu feature prints by Álvaro Fernández Rojas · 8 years ago
- c6db27b arm64: mvebu: Fix the bubt comamnd NAND device support by Konstantin Porotchkin · 8 years ago
- 3e257df cmd: add Kconfig option for 'date' command by Chris Packham · 8 years ago
- 0a6d8e6 Convert CONFIG_CMD_DISPLAY to Kconfig by Simon Glass · 8 years ago