| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 1 | -0/+1 |
* | Convert CONFIG_CMD_SATA to Kconfig | Simon Glass | 2017-07-11 | 1 | -0/+12 |
* | cmd, nand: fix broken output of "nand info" | Lothar Waßmann | 2017-07-10 | 1 | -2/+2 |
* | powerpc, 8xx: move specific reginfo | Christophe Leroy | 2017-07-08 | 1 | -52/+2 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 2 | -3/+58 |
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 1 | -11/+0 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-07-04 | 1 | -0/+6 |
|\ |
|
| * | efi_loader: Add check for fallback fdt memory reservation | Alexander Graf | 2017-07-03 | 1 | -0/+6 |
* | | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 6 | -264/+2 |
|/ |
|
* | bdinfo: print fdt_blob | Heiko Schocher | 2017-06-23 | 1 | -0/+2 |
* | cmd: usb_mass_storage: Staticize do_usb_mass_storage() | Fabio Estevam | 2017-06-18 | 1 | -1/+1 |
* | cmd: usb_mass_storage: Use NULL for pointer | Fabio Estevam | 2017-06-18 | 1 | -1/+1 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 2 | -56/+1 |
* | cmd: ethsw: Fix out-of-bounds error | York Sun | 2017-06-16 | 1 | -1/+1 |
* | cmd: nvedit: bring error message in sync with condition under which it appears | Lothar Waßmann | 2017-06-12 | 1 | -2/+2 |
* | cmd: mtdparts: fix uninitialized variable warning | Lothar Waßmann | 2017-06-12 | 1 | -1/+1 |
* | fdt: Add a check to fdt_print() for coverity | Simon Glass | 2017-06-12 | 1 | -1/+1 |
* | fdt: Add a check to do_fdt() for coverity | Simon Glass | 2017-06-12 | 1 | -1/+1 |
* | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 2017-06-12 | 2 | -39/+1 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 2 | -8/+1 |