1. 25fea15 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  2. 06eefbd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  3. 00671d9 ARM: imx6: Add DHCOM i.MX6 PDK board support by Marek Vasut · 7 years ago
  4. 3a1a218 imx: mx7: spl: remove redundant SATA definitionas by Uri Mashiach · 7 years ago
  5. 0542561 i.mx6ul: xpress: update UART init for current board revision by Anatolij Gustschin · 7 years ago
  6. 1da27ab mx6slevk: Use PARTUUID to specify the rootfs location by Fabio Estevam · 7 years ago
  7. e40cb55 wandboard: Add support for the latest revd1 revision by Fabio Estevam · 7 years ago
  8. 38a53c6 arm: imx7d: add support for Compulab cl-som-imx7 by Ilya Ledvich · 7 years ago
  9. 5dd4689 imx: mx7: SPL support for i.MX7 by Uri Mashiach · 7 years ago
  10. 08ecacc topic_miami: Remove CONFIG_CMD_BOOTZ undef by Fabio Estevam · 7 years ago
  11. f95e4fe usb: ehci-ci: Add a prototype for board_ehci_power() by Diego Dorta · 7 years ago
  12. 3148f09 mx7ulp_evk: Move CONFIG_CMD_BOOTZ to Kconfig by Fabio Estevam · 7 years ago
  13. 6bb1c1e mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition by Fabio Estevam · 7 years ago
  14. 8cd37ed mx25pdk: Remove duplicated define by Otavio Salvador · 7 years ago
  15. d986362 mx25pdk: Use generic filesystem commands by Otavio Salvador · 7 years ago
  16. 87ef001 efi_loader: console support for color attributes by Rob Clark · 7 years ago
  17. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  18. 2a0fdf1 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  19. 04dabc8 configs: Re-sync CONFIG_CMD_IMLS with moveconfig by Tuomas Tynkkynen · 7 years ago
  20. 1636c9e efi_loader: MAX_UTF8_PER_UTF16 = 3 by Heinrich Schuchardt · 7 years ago
  21. 1cb894f Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  22. f7eed6b armv8: ls1043ardb_sdcard: prepare falcon boot by York Sun · 7 years ago
  23. 9a57729 armv8: ls1043ardb: Use static DDR setting for SPL boot by York Sun · 7 years ago
  24. a34ca5f spl: fix assignment of board info to global data by York Sun · 7 years ago
  25. 33ba939 armv8: ls1088a: Update MC boot sequence by Bogdan Purcareata · 7 years ago
  26. 6ad3c1a armv7: ls1021aiot: Move CONFIG_CMD_BOOTZ to Kconfig by Fabio Estevam · 7 years ago
  27. b91b5cf armv8: ls1046aqds: Fix NAND offset for Fman ucode and env by Gong Qianyu · 7 years ago
  28. 2a6daf7 efi_loader: supply EFI network test by Heinrich Schuchardt · 7 years ago
  29. 81f518f efi_selftest: correct definition of efi_st_error by Heinrich Schuchardt · 7 years ago
  30. f66b2e3 efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  31. e371c5f efi_loader: fix efi_net_get_status by Heinrich Schuchardt · 7 years ago
  32. d54396a efi_loader: fill simple network protocol revision by Heinrich Schuchardt · 7 years ago
  33. 4137227 efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · 7 years ago
  34. 530ba8a efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · 7 years ago
  35. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  36. e547c66 efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · 7 years ago
  37. d0a349e efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · 7 years ago
  38. 1afe5f7 efi_selftest: make tests easier to read by Heinrich Schuchardt · 7 years ago
  39. 1bbee39 efi_loader: use type bool for event states by Heinrich Schuchardt · 7 years ago
  40. 3873d70 configs: stm32: update SRAM address for STM32H7 disco and eval by Patrice Chotard · 7 years ago
  41. 2b1760f board: STiH410-B2260: set ramdisk_addr_r to 0x48000000 by Lee Jones · 7 years ago
  42. e2db71e board: STiH410-B2260: fix sdram size by Nicolas Le Bayon · 7 years ago
  43. 78b4e04 board: STiH410-B2260: update environment variable by Patrice Chotard · 7 years ago
  44. 558e282 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  45. 6391f07 x86: edison: Bring minimal ACPI support to the board by Andy Shevchenko · 7 years ago
  46. 0ca4c0a x86: theadorable-x86-common: Move "-generic" into kernel-ver variable by Stefan Roese · 7 years ago
  47. 63d4ab1 x86: theadorable-x86-common: Add further pci hotplug cmdline parameters by Stefan Roese · 7 years ago
  48. dee8038 disk: Provide API to get partition by name for specific type by Sam Protsenko · 7 years ago
  49. 28cac52 ARM: Add a new arch + board for QEMU's 'virt' machine by Tuomas Tynkkynen · 7 years ago
  50. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  51. 0d3aa34 gzip: add a function to parse the header by Jean-Jacques Hiblot · 7 years ago
  52. bf44da2 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · 7 years ago
  53. 5e7c12e fit: If no matching config is found in fit_find_config_node(), use the default one by Jean-Jacques Hiblot · 7 years ago
  54. f1f8c4d fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit() by Jean-Jacques Hiblot · 7 years ago
  55. 170b687 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · 7 years ago
  56. a857759 efi_loader: support 16 protocols per efi_object by Heinrich Schuchardt · 7 years ago
  57. 121973a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  58. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  59. edad892 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · 7 years ago
  60. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · 7 years ago
  61. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  62. 75035f3 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · 7 years ago
  63. 70ed993 vsprintf.h: include <linux/types.h> by Masahiro Yamada · 7 years ago
  64. 0c9f8eb common.h: remove error() by Masahiro Yamada · 7 years ago
  65. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  66. 5e882e9 stdio.h: move printf() stuff from <common.h> to <stdio.h> by Masahiro Yamada · 7 years ago
  67. 65cefba sunxi: Remove the MMC index hack by Maxime Ripard · 7 years ago
  68. 2433644 cmd: Move CONFIG_RANDOM_UUID to Kconfig by Maxime Ripard · 7 years ago
  69. cacb69f sunxi: sina33: Sync the device tree with the kernel by Maxime Ripard · 7 years ago
  70. 48e78f8 usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago
  71. 7f78b9d usb: gadget: Make g_dnl USB settings common by Maxime Ripard · 7 years ago
  72. 7285f48 usb: gadget: usb_ether: Move the interfaces to Kconfig by Maxime Ripard · 7 years ago
  73. 6584977 usb: gadget: Convert USB_ETHER to Kconfig by Maxime Ripard · 7 years ago
  74. 764bf28 usb: gadget: Move USBNET_HOST_ADDR to Kconfig by Maxime Ripard · 7 years ago
  75. 01b7a9b Provide a generic io.h & address mapping functions by Paul Burton · 7 years ago
  76. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  77. b9ce5f1 include: Add a variadic macro to call a callback for all arguments by Marek Behún · 7 years ago
  78. 45ebb95 fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · 7 years ago
  79. cdccc03 lib: Add CRC32-C by Marek Behún · 7 years ago
  80. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  81. 31cc0bd Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  82. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  83. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
  84. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · 7 years ago
  85. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
  86. 33fbdfd usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · 7 years ago
  87. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · 7 years ago
  88. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  89. 3cccd82 evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET by Heinrich Schuchardt · 7 years ago
  90. 9901663 rk3288: vyasa: Add falcon mode support by Jagan Teki · 7 years ago
  91. 387fd4b rk3288: vyasa: Add TPL support by Jagan Teki · 7 years ago
  92. 0f106cc rockchip: clk: Add rv1108 SARADC clock support by David Wu · 7 years ago
  93. bfd9f7c env: ti: boot: Show boot status information by Sam Protsenko · 7 years ago
  94. 7e43edc env: ti: boot: Extract command for eMMC Linux boot by Sam Protsenko · 7 years ago
  95. a70b85d arm: dra7xx: Fix Linux boot from eMMC by Sam Protsenko · 7 years ago
  96. fba6940 arm: am57xx: Fix Linux boot from eMMC by Sam Protsenko · 7 years ago
  97. 49b3c79 configs: keystone2: env: Fix burn_uboot_spi command by Lokesh Vutla · 7 years ago
  98. 29ac267 configs: k2g_evm: Make findfdt command populate fdtfile variable by Andrew F. Davis · 7 years ago
  99. eddf865 configs: am43xx_evm: Avoid relocation onto firewall at the end of DRAM by Andrew F. Davis · 7 years ago
  100. b32f5f3 ARM: omap3: am3517-evm: Add device tree and DM support by Adam Ford · 7 years ago