1. 61715e7 sparse: Simplify multiple logic by Maxime Ripard · 9 years ago
  2. 93c5610 sparse: Refactor chunk parsing function by Maxime Ripard · 9 years ago
  3. aae9674 sparse: Move main header parsing to a function of its own by Maxime Ripard · 9 years ago
  4. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  5. 859e010 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  6. bb08b0b common/board_f: enable setup_board_part1() for MIPS by Daniel Schwierzeck · 9 years ago
  7. 133b9c3 nios2: use common sequence for reserve_uboot by Thomas Chou · 9 years ago
  8. 41d02bb nios2: use dram bank in board info by Thomas Chou · 9 years ago
  9. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · 9 years ago
  10. dae7b73 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  11. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  12. d83b89d common/usb_storage.c: Clean up usb_storage_probe() by Tom Rini · 9 years ago
  13. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  14. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  15. a961e1f net: mdio: Add mdio_free() and mdio_unregister() API by Bin Meng · 9 years ago
  16. 52de2e5 common/board_f.c: change the macro name and remove it for PPC platforms by Gong Qianyu · 9 years ago
  17. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  18. 648c444 image.c: Fix non-Android booting with ramdisk and/or device tree by Tom Rini · 9 years ago
  19. edd551f fdt_support: Don't panic if stdout alias is missing by Scott Wood · 9 years ago
  20. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  21. 8bca435 common/board_f.c: modify the macro to use get_clocks() more common by Gong Qianyu · 9 years ago
  22. 13a15e2 board_init_f_mem(): Don't create an unused early malloc() area by Simon Glass · 9 years ago
  23. 90a2fbb board_init_f_mem(): Don't require memset() by Simon Glass · 9 years ago
  24. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  25. 304ce79 itest: make memory access work under sandbox by Stephen Warren · 9 years ago
  26. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  27. de4e949 Allow imxtract to extract part of script image. by Pierre Aubert · 9 years ago
  28. c5dcb4a allow LED initialization without STATUS_LED_BOOT by Bernhard Nortmann · 9 years ago
  29. 4fda281 env: export fdt_blob to the environment variable by Thomas Chou · 9 years ago
  30. 52d309b dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · 9 years ago
  31. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  32. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  33. 7881597 timer: start a new timer after relocation by Thomas Chou · 9 years ago
  34. 47903a6 nios2: Switch to generic timer by Thomas Chou · 9 years ago
  35. 08b9dc2 drivers: Introduce a simplified remoteproc framework by Nishanth Menon · 9 years ago
  36. 7afc48d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  37. f6900e2 cmd: bootvx: Add asmlinkage to the VxWorks x86 entry by Bin Meng · 9 years ago
  38. 321e860 cmd: bootvx: Pass E820 information to an x86 VxWorks kernel by Bin Meng · 9 years ago
  39. fb694b9 cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · 9 years ago
  40. bf0ba25 cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline by Bin Meng · 9 years ago
  41. 0401c86 cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline by Bin Meng · 9 years ago
  42. 8c77af6 cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr() by Bin Meng · 9 years ago
  43. 53f3afb cmd: Clean up cmd_elf a little bit by Bin Meng · 9 years ago
  44. 47f889c cmd: Convert CONFIG_CMD_ELF to Kconfig by Bin Meng · 9 years ago
  45. 65ba412 malloc_simple: Add debug() information by Simon Glass · 9 years ago
  46. 8f28038 malloc_simple: Add support for switching to DRAM heap by Hans de Goede · 9 years ago
  47. 9f9df6f malloc_simple: Add Kconfig option for using only malloc_simple in the SPL by Hans de Goede · 9 years ago
  48. a2c3672 spl: spl_relocate_stack_gd: Do not unnecessarily clear bss by Hans de Goede · 9 years ago
  49. 731c885 image-fit: Fix signature checking by Andrej Rosano · 9 years ago
  50. bf84e64 env_eeprom.c: Correct using saved environment by Ludger Dreier · 9 years ago
  51. fc1ae4c common/image.c: Make boot_get_ramdisk() perform a check for Android images by Tom Rini · 9 years ago
  52. d979878 image: fix support for Android boot images with no ramdisk by Rob Herring · 9 years ago
  53. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  54. 46143ed common/armflash: load_image returns success or failure by Ryan Harkin · 9 years ago
  55. 37f3170 common/armflash: add command to check if image exists by Ryan Harkin · 9 years ago
  56. 1167a6c net: avoid eth_unregister() call when function is unavailable by Bernhard Nortmann · 9 years ago
  57. 4dd5bdc malloc_simple: fix malloc_ptr calculation by Philipp Rosenberger · 9 years ago
  58. d1c9fe5 drivers/net/vsc9953: Add commands for VLAN ingress filtering by Codrin Ciubotariu · 9 years ago
  59. 3a74bbe drivers/net/vsc9953: Add command for shared/private VLAN learning by Codrin Ciubotariu · 9 years ago
  60. 4718f95 drivers/net/vsc9953: Add VLAN commands for VSC9953 by Codrin Ciubotariu · 9 years ago
  61. 4732e35 drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953 by Codrin Ciubotariu · 9 years ago
  62. 265c0d3 common/env_flags.c: Add function to validate a MAC address by Codrin Ciubotariu · 9 years ago
  63. 2d1607f drivers/net/vsc9953: Add commands to enable/disable HW learning by Codrin Ciubotariu · 9 years ago
  64. c003473 drivers/net/vsc9953: Add command to show/clear port counters by Codrin Ciubotariu · 9 years ago
  65. bfafe5c common/cmd_ethsw: Add generic commands for Ethernet Switches by Codrin Ciubotariu · 9 years ago
  66. 066ecbf cli_simple.c: fix possible overflow when copying the string by Imran Zaman · 9 years ago
  67. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  68. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  69. 1747a54 dfu: command: Extend "dfu" command to handle receiving data via TFTP by Lukasz Majewski · 9 years ago
  70. e32125a update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  71. dc65f6d tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set by Lukasz Majewski · 9 years ago
  72. c17b145 rockchip: Add support for the SPI image by Simon Glass · 9 years ago
  73. 3b1e507 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  74. c9c7403 rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  75. 8d04743 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  76. 45158dd dm: tpm: Add a 'tpmtest' command by Simon Glass · 9 years ago
  77. aa6ac63 tpm: Add a 'tpm info' command by Simon Glass · 9 years ago
  78. 1acfa2c tpm: Check that parse_byte_string() has data to parse by Simon Glass · 9 years ago
  79. 8105c44 tpm: Report tpm errors on the command line by Simon Glass · 9 years ago
  80. a44d5df dm: i2c: Add a command to adjust the offset length by Simon Glass · 9 years ago
  81. 3e4f2fd dm: tpm: Convert the TPM command and library to driver model by Simon Glass · 9 years ago
  82. 350497c tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  83. 126c80b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  84. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  85. 8764fd6 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · 9 years ago
  86. 57dbd91 malloc_simple: Correct the alignment logic in memalign_simple() by Simon Glass · 9 years ago
  87. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  88. 6a2283f image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  89. 178f897 x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  90. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  91. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  92. 9c09d39 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  93. 04ae3d0 Revert "Align global_data to a 16-byte boundary" by Simon Glass · 9 years ago
  94. 20d93fc env: use cache line aligned memory for flash read by Ravi Babu · 9 years ago
  95. 8f2c9bb sf: allocate cache aligned buffers to copy from flash by Ravi Babu · 9 years ago
  96. 0e27b87 x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  97. 08ef305 Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
  98. 862396c Align global_data to a 16-byte boundary by Simon Glass · 9 years ago
  99. c896448 common: Display >=4GiB memory bank size by Bin Meng · 9 years ago
  100. 17585f2 image-fdt.c: store returned error value by Max Krummenacher · 9 years ago