1. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  2. 46143ed common/armflash: load_image returns success or failure by Ryan Harkin · 9 years ago
  3. 37f3170 common/armflash: add command to check if image exists by Ryan Harkin · 9 years ago
  4. 1167a6c net: avoid eth_unregister() call when function is unavailable by Bernhard Nortmann · 9 years ago
  5. 4dd5bdc malloc_simple: fix malloc_ptr calculation by Philipp Rosenberger · 9 years ago
  6. d1c9fe5 drivers/net/vsc9953: Add commands for VLAN ingress filtering by Codrin Ciubotariu · 9 years ago
  7. 3a74bbe drivers/net/vsc9953: Add command for shared/private VLAN learning by Codrin Ciubotariu · 9 years ago
  8. 4718f95 drivers/net/vsc9953: Add VLAN commands for VSC9953 by Codrin Ciubotariu · 9 years ago
  9. 4732e35 drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953 by Codrin Ciubotariu · 9 years ago
  10. 265c0d3 common/env_flags.c: Add function to validate a MAC address by Codrin Ciubotariu · 9 years ago
  11. 2d1607f drivers/net/vsc9953: Add commands to enable/disable HW learning by Codrin Ciubotariu · 9 years ago
  12. c003473 drivers/net/vsc9953: Add command to show/clear port counters by Codrin Ciubotariu · 9 years ago
  13. bfafe5c common/cmd_ethsw: Add generic commands for Ethernet Switches by Codrin Ciubotariu · 9 years ago
  14. 066ecbf cli_simple.c: fix possible overflow when copying the string by Imran Zaman · 9 years ago
  15. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  16. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  17. 1747a54 dfu: command: Extend "dfu" command to handle receiving data via TFTP by Lukasz Majewski · 9 years ago
  18. e32125a update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  19. 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
  20. c17b145 rockchip: Add support for the SPI image by Simon Glass · 9 years ago
  21. 3b1e507 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  22. c9c7403 rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  23. 8d04743 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  24. 45158dd dm: tpm: Add a 'tpmtest' command by Simon Glass · 9 years ago
  25. aa6ac63 tpm: Add a 'tpm info' command by Simon Glass · 9 years ago
  26. 1acfa2c tpm: Check that parse_byte_string() has data to parse by Simon Glass · 9 years ago
  27. 8105c44 tpm: Report tpm errors on the command line by Simon Glass · 9 years ago
  28. a44d5df dm: i2c: Add a command to adjust the offset length by Simon Glass · 9 years ago
  29. 3e4f2fd dm: tpm: Convert the TPM command and library to driver model by Simon Glass · 9 years ago
  30. 350497c tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  31. 126c80b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  32. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  33. 8764fd6 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · 9 years ago
  34. 57dbd91 malloc_simple: Correct the alignment logic in memalign_simple() by Simon Glass · 9 years ago
  35. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  36. 6a2283f image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  37. 178f897 x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  38. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  39. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  40. 9c09d39 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  41. 04ae3d0 Revert "Align global_data to a 16-byte boundary" by Simon Glass · 9 years ago
  42. 20d93fc env: use cache line aligned memory for flash read by Ravi Babu · 9 years ago
  43. 8f2c9bb sf: allocate cache aligned buffers to copy from flash by Ravi Babu · 9 years ago
  44. 0e27b87 x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  45. 08ef305 Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
  46. 862396c Align global_data to a 16-byte boundary by Simon Glass · 9 years ago
  47. c896448 common: Display >=4GiB memory bank size by Bin Meng · 9 years ago
  48. 17585f2 image-fdt.c: store returned error value by Max Krummenacher · 9 years ago
  49. f5ffd53 generic-board: allow showing custom board info by Marcel Ziswiler · 9 years ago
  50. 39a6207 common/lcd_console: fix console/logo regression by Marcel Ziswiler · 9 years ago
  51. 067fcd5 kconfig: add config option for shell prompt by Nikita Kiryanov · 9 years ago
  52. 9e354c9 common/cmd_source.c: Fix the source command failure under 64-bit platform by Gong Qianyu · 9 years ago
  53. 2ae4589 spl: Fix compile warning for arm64 by Gong Qianyu · 9 years ago
  54. ad8b3a5 image: fix Android ramdisk support when dtb is specified by Rob Herring · 9 years ago
  55. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  56. e5c88ea dm: pmic: Display the regulator limits on error by Simon Glass · 9 years ago
  57. b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
  58. 096ee30 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  59. f390874 usb: Fix device detection code by Marek Vasut · 9 years ago
  60. 2997bb4 efi: Add a command to display the memory map by Simon Glass · 9 years ago
  61. 00dd17a Add a way to skip relocation by Simon Glass · 9 years ago
  62. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  63. d6c09ba common: command add '\n' for debug msg by Peng Fan · 9 years ago
  64. 6bd4484 common: Print nothing in the __weak checkboard() by Bin Meng · 9 years ago
  65. 77b92d6 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  66. b141cff Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  67. 47e9898 cmd_mp: Add support for showing all CPU status by one command by Michal Simek · 9 years ago
  68. 9c3c931 pxe: add AArch64 image support by Stephen Warren · 9 years ago
  69. 7f7335e generic_board: Call "checkboard" even though the root node has a "model" property by Haikun.Wang@freescale.com · 9 years ago
  70. 5e80377 Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  71. d0503cd spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · 9 years ago
  72. fdf7f59 common/lcd_simplefb: Add support for 32bit organized framebuffers by Hannes Petermaier · 10 years ago
  73. 6b9f728 fastboot: Dynamic controller index for usb_gadget_handle_interrupts by Paul Kocialkowski · 10 years ago
  74. d48378f usb: board_usb_init and board_usb_cleanup calls in the fastboot command by Paul Kocialkowski · 9 years ago
  75. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  76. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
  77. db19dc5 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · 9 years ago
  78. 318d71c dm: pci: Add support for PCI driver matching by Simon Glass · 9 years ago
  79. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 9 years ago
  80. f97c8e2 dm: usb: Fix "usb tree" output by Hans de Goede · 9 years ago
  81. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  82. 25293e4 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · 9 years ago
  83. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  84. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  85. 32f72f5 spl: Add a debug string before the jump to U-Boot by Simon Glass · 9 years ago
  86. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  87. f22851a dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · 9 years ago
  88. 5614db8 spl: Add debugging info for spl_mmc boot by Simon Glass · 9 years ago
  89. 1fa4c71 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  90. 7dd27e0 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  91. 434a31b mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  92. 22dda3e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  93. 7b3a6bc board/ls2085rdb: Export functions for standalone AQ FW load apps by Prabhakar Kushwaha · 9 years ago
  94. 200f6d0 cmd_fdt: save fdtaddr in hex format by Sudeep Holla · 9 years ago
  95. 3d2d441 fdt: prevent clearing memory node if there are no banks by Andre Przywara · 9 years ago
  96. 8755d2c cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C by Bin Meng · 9 years ago
  97. b891f78 dm: cpu: Fix undefined ENOSYS build error by Bin Meng · 9 years ago
  98. 4806148 spi: sf: Print the error code on failure by Simon Glass · 9 years ago
  99. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  100. 644a8bd scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · 9 years ago